From 9d339b96bda646628dbc69b907c0430df4778eb4 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 27 Jun 2017 20:13:48 +0100 Subject: [PATCH 1/8] Order emojis by standard ordering, add alternate shortnames Also, increase the maximum number of emoji shown to 20. --- package.json | 1 + src/autocomplete/EmojiProvider.js | 41 ++++++++++++++++++++++++++++--- src/emoji.json | 1 + 3 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 src/emoji.json diff --git a/package.json b/package.json index 8d638a5928..32f6998003 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "draft-js": "^0.9.1", "draft-js-export-html": "^0.5.0", "draft-js-export-markdown": "^0.2.0", + "emoji-datasource": "^3.0.0", "emojione": "2.2.3", "file-saver": "^1.3.3", "filesize": "3.5.6", diff --git a/src/autocomplete/EmojiProvider.js b/src/autocomplete/EmojiProvider.js index 416855ca09..14c64a0816 100644 --- a/src/autocomplete/EmojiProvider.js +++ b/src/autocomplete/EmojiProvider.js @@ -24,10 +24,43 @@ import sdk from '../index'; import {PillCompletion} from './Components'; import type {SelectionRange, Completion} from './Autocompleter'; +import EmojiData from 'emoji-datasource/emoji'; + +const emojiDataToEmojiOne = (name) => ':' + name + ':'; + +// Only include emojis that are in both data sets +const emojiOneShortNames = Object.keys(emojioneList); +const emojiDataWithEmojiOneSupport = EmojiData.filter((a) => { + return emojiOneShortNames.indexOf( + emojiDataToEmojiOne(a.short_name), + ) !== -1; +}); + +const LIMIT = 20; +const CATEGORY_ORDER = [ + 'People', + 'Foods', + 'Objects', + 'Activity', + 'Skin Tones', + 'Nature', + 'Places', + 'Flags', + 'Symbols', +]; + const EMOJI_REGEX = /:\w*:?/g; -const EMOJI_SHORTNAMES = Object.keys(emojioneList).map(shortname => { +const EMOJI_SHORTNAMES = emojiDataWithEmojiOneSupport.sort( + (a, b) => { + if (a.category === b.category) { + return a.sort_order - b.sort_order; + } + return CATEGORY_ORDER.indexOf(a.category) - CATEGORY_ORDER.indexOf(b.category); + }, +).map((a) => { return { - shortname, + shortname: emojiDataToEmojiOne(a.short_name), + shortnames: a.short_names.join(','), }; }); @@ -37,7 +70,7 @@ export default class EmojiProvider extends AutocompleteProvider { constructor() { super(EMOJI_REGEX); this.matcher = new FuzzyMatcher(EMOJI_SHORTNAMES, { - keys: 'shortname', + keys: ['shortname', 'shortnames'], }); } @@ -57,7 +90,7 @@ export default class EmojiProvider extends AutocompleteProvider { ), range, }; - }).slice(0, 8); + }).slice(0, LIMIT); } return completions; } diff --git a/src/emoji.json b/src/emoji.json new file mode 100644 index 0000000000..8b74048b83 --- /dev/null +++ b/src/emoji.json @@ -0,0 +1 @@ +[{"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":197,"added_in":"1.1","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":198,"added_in":"1.1","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":89,"added_in":"1.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":"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":90,"added_in":"3.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":"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":196,"added_in":"1.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":"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":130,"added_in":"3.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":"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":178,"added_in":"1.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":"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":177,"added_in":"1.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":"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":176,"added_in":"1.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":"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":173,"added_in":"1.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":"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":174,"added_in":"1.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":"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":175,"added_in":"1.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":"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":180,"added_in":"1.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":"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":179,"added_in":"1.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":"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,"added_in":"1.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":36,"added_in":"1.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":"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,"added_in":"1.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":"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":158,"added_in":"4.0","has_img_apple":false,"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","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":162,"added_in":"6.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":"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":163,"added_in":"6.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":"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":164,"added_in":"6.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":"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":165,"added_in":"6.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":"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":160,"added_in":"6.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},{"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":161,"added_in":"6.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},{"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":156,"added_in":"6.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},{"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,"added_in":"6.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":"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,"added_in":"6.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},{"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,"added_in":"6.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},{"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":37,"added_in":"6.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":"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":155,"added_in":"7.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},{"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":157,"added_in":"7.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},{"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":159,"added_in":"7.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},{"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,"added_in":"1.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":"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":222,"added_in":"1.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":"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":223,"added_in":"1.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":"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":154,"added_in":"1.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":"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":166,"added_in":"1.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":"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":227,"added_in":"3.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":"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":226,"added_in":"3.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":"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,"added_in":"3.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":"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,"added_in":"3.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":"BLACK SUN WITH RAYS","unified":"2600","variations":["2600-FE0F"],"docomo":"E63E","au":"E488","softbank":"E04A","google":"FE000","image":"2600.png","sheet_x":0,"sheet_y":41,"short_name":"sunny","short_names":["sunny"],"text":null,"texts":null,"category":"Nature","sort_order":138,"added_in":"1.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":"CLOUD","unified":"2601","variations":["2601-FE0F"],"docomo":"E63F","au":"E48D","softbank":"E049","google":"FE001","image":"2601.png","sheet_x":0,"sheet_y":42,"short_name":"cloud","short_names":["cloud"],"text":null,"texts":null,"category":"Nature","sort_order":144,"added_in":"1.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":"UMBRELLA","unified":"2602","variations":["2602-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2602.png","sheet_x":0,"sheet_y":43,"short_name":"umbrella","short_names":["umbrella"],"text":null,"texts":null,"category":"People","sort_order":293,"added_in":"1.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":"SNOWMAN","unified":"2603","variations":["2603-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2603.png","sheet_x":0,"sheet_y":44,"short_name":"snowman","short_names":["snowman"],"text":null,"texts":null,"category":"Nature","sort_order":149,"added_in":"1.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":"COMET","unified":"2604","variations":["2604-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2604.png","sheet_x":0,"sheet_y":45,"short_name":"comet","short_names":["comet"],"text":null,"texts":null,"category":"Nature","sort_order":137,"added_in":"1.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":"BLACK TELEPHONE","unified":"260E","variations":["260E-FE0F"],"docomo":"E687","au":"E596","softbank":"E009","google":"FE523","image":"260e.png","sheet_x":0,"sheet_y":46,"short_name":"phone","short_names":["phone","telephone"],"text":null,"texts":null,"category":"Objects","sort_order":24,"added_in":"1.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":"BALLOT BOX WITH CHECK","unified":"2611","variations":["2611-FE0F"],"docomo":null,"au":"EB02","softbank":null,"google":"FEB8B","image":"2611.png","sheet_x":0,"sheet_y":47,"short_name":"ballot_box_with_check","short_names":["ballot_box_with_check"],"text":null,"texts":null,"category":"Symbols","sort_order":208,"added_in":"1.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":"UMBRELLA WITH RAIN DROPS","unified":"2614","variations":["2614-FE0F"],"docomo":"E640","au":"E48C","softbank":"E04B","google":"FE002","image":"2614.png","sheet_x":0,"sheet_y":48,"short_name":"umbrella_with_rain_drops","short_names":["umbrella_with_rain_drops"],"text":null,"texts":null,"category":"Nature","sort_order":159,"added_in":"4.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":"HOT BEVERAGE","unified":"2615","variations":["2615-FE0F"],"docomo":"E670","au":"E597","softbank":"E045","google":"FE981","image":"2615.png","sheet_x":1,"sheet_y":0,"short_name":"coffee","short_names":["coffee"],"text":null,"texts":null,"category":"Foods","sort_order":73,"added_in":"4.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":"SHAMROCK","unified":"2618","variations":["2618-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2618.png","sheet_x":1,"sheet_y":1,"short_name":"shamrock","short_names":["shamrock"],"text":null,"texts":null,"category":"Nature","sort_order":96,"added_in":"4.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":"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":2,"short_name":"point_up","short_names":["point_up"],"text":null,"texts":null,"category":"People","sort_order":116,"added_in":"1.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,"skin_variations":{"1F3FB":{"unified":"261D-1F3FB","image":"261d-1f3fb.png","sheet_x":1,"sheet_y":3,"added_in":"8.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},"1F3FC":{"unified":"261D-1F3FC","image":"261d-1f3fc.png","sheet_x":1,"sheet_y":4,"added_in":"8.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},"1F3FD":{"unified":"261D-1F3FD","image":"261d-1f3fd.png","sheet_x":1,"sheet_y":5,"added_in":"8.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},"1F3FE":{"unified":"261D-1F3FE","image":"261d-1f3fe.png","sheet_x":1,"sheet_y":6,"added_in":"8.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},"1F3FF":{"unified":"261D-1F3FF","image":"261d-1f3ff.png","sheet_x":1,"sheet_y":7,"added_in":"8.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":"SKULL AND CROSSBONES","unified":"2620","variations":["2620-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2620.png","sheet_x":1,"sheet_y":8,"short_name":"skull_and_crossbones","short_names":["skull_and_crossbones"],"text":null,"texts":null,"category":"People","sort_order":83,"added_in":"1.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":"RADIOACTIVE SIGN","unified":"2622","variations":["2622-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2622.png","sheet_x":1,"sheet_y":9,"short_name":"radioactive_sign","short_names":["radioactive_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":44,"added_in":"1.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":"BIOHAZARD SIGN","unified":"2623","variations":["2623-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2623.png","sheet_x":1,"sheet_y":10,"short_name":"biohazard_sign","short_names":["biohazard_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":45,"added_in":"1.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":"ORTHODOX CROSS","unified":"2626","variations":["2626-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2626.png","sheet_x":1,"sheet_y":11,"short_name":"orthodox_cross","short_names":["orthodox_cross"],"text":null,"texts":null,"category":"Symbols","sort_order":26,"added_in":"1.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":"STAR AND CRESCENT","unified":"262A","variations":["262A-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"262a.png","sheet_x":1,"sheet_y":12,"short_name":"star_and_crescent","short_names":["star_and_crescent"],"text":null,"texts":null,"category":"Symbols","sort_order":19,"added_in":"1.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":"PEACE SYMBOL","unified":"262E","variations":["262E-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"262e.png","sheet_x":1,"sheet_y":13,"short_name":"peace_symbol","short_names":["peace_symbol"],"text":null,"texts":null,"category":"Symbols","sort_order":17,"added_in":"1.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":"YIN YANG","unified":"262F","variations":["262F-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"262f.png","sheet_x":1,"sheet_y":14,"short_name":"yin_yang","short_names":["yin_yang"],"text":null,"texts":null,"category":"Symbols","sort_order":25,"added_in":"1.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":"WHEEL OF DHARMA","unified":"2638","variations":["2638-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2638.png","sheet_x":1,"sheet_y":15,"short_name":"wheel_of_dharma","short_names":["wheel_of_dharma"],"text":null,"texts":null,"category":"Symbols","sort_order":21,"added_in":"1.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":"WHITE FROWNING FACE","unified":"2639","variations":["2639-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2639.png","sheet_x":1,"sheet_y":16,"short_name":"white_frowning_face","short_names":["white_frowning_face"],"text":null,"texts":null,"category":"People","sort_order":38,"added_in":"1.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":"WHITE SMILING FACE","unified":"263A","variations":["263A-FE0F"],"docomo":"E6F0","au":"E4FB","softbank":"E414","google":"FE336","image":"263a.png","sheet_x":1,"sheet_y":17,"short_name":"relaxed","short_names":["relaxed"],"text":null,"texts":null,"category":"People","sort_order":9,"added_in":"1.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":"FEMALE SIGN","unified":"2640","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2640.png","sheet_x":1,"sheet_y":18,"short_name":"female_sign","short_names":["female_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":274,"added_in":"1.1","has_img_apple":false,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},{"name":"MALE SIGN","unified":"2642","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2642.png","sheet_x":1,"sheet_y":19,"short_name":"male_sign","short_names":["male_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":275,"added_in":"1.1","has_img_apple":false,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},{"name":"ARIES","unified":"2648","variations":["2648-FE0F"],"docomo":"E646","au":"E48F","softbank":"E23F","google":"FE02B","image":"2648.png","sheet_x":1,"sheet_y":20,"short_name":"aries","short_names":["aries"],"text":null,"texts":null,"category":"Symbols","sort_order":29,"added_in":"1.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":"TAURUS","unified":"2649","variations":["2649-FE0F"],"docomo":"E647","au":"E490","softbank":"E240","google":"FE02C","image":"2649.png","sheet_x":1,"sheet_y":21,"short_name":"taurus","short_names":["taurus"],"text":null,"texts":null,"category":"Symbols","sort_order":30,"added_in":"1.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":"GEMINI","unified":"264A","variations":["264A-FE0F"],"docomo":"E648","au":"E491","softbank":"E241","google":"FE02D","image":"264a.png","sheet_x":1,"sheet_y":22,"short_name":"gemini","short_names":["gemini"],"text":null,"texts":null,"category":"Symbols","sort_order":31,"added_in":"1.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":"CANCER","unified":"264B","variations":["264B-FE0F"],"docomo":"E649","au":"E492","softbank":"E242","google":"FE02E","image":"264b.png","sheet_x":1,"sheet_y":23,"short_name":"cancer","short_names":["cancer"],"text":null,"texts":null,"category":"Symbols","sort_order":32,"added_in":"1.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":"LEO","unified":"264C","variations":["264C-FE0F"],"docomo":"E64A","au":"E493","softbank":"E243","google":"FE02F","image":"264c.png","sheet_x":1,"sheet_y":24,"short_name":"leo","short_names":["leo"],"text":null,"texts":null,"category":"Symbols","sort_order":33,"added_in":"1.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":"VIRGO","unified":"264D","variations":["264D-FE0F"],"docomo":"E64B","au":"E494","softbank":"E244","google":"FE030","image":"264d.png","sheet_x":1,"sheet_y":25,"short_name":"virgo","short_names":["virgo"],"text":null,"texts":null,"category":"Symbols","sort_order":34,"added_in":"1.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":"LIBRA","unified":"264E","variations":["264E-FE0F"],"docomo":"E64C","au":"E495","softbank":"E245","google":"FE031","image":"264e.png","sheet_x":1,"sheet_y":26,"short_name":"libra","short_names":["libra"],"text":null,"texts":null,"category":"Symbols","sort_order":35,"added_in":"1.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":"SCORPIUS","unified":"264F","variations":["264F-FE0F"],"docomo":"E64D","au":"E496","softbank":"E246","google":"FE032","image":"264f.png","sheet_x":1,"sheet_y":27,"short_name":"scorpius","short_names":["scorpius"],"text":null,"texts":null,"category":"Symbols","sort_order":36,"added_in":"1.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":"SAGITTARIUS","unified":"2650","variations":["2650-FE0F"],"docomo":"E64E","au":"E497","softbank":"E247","google":"FE033","image":"2650.png","sheet_x":1,"sheet_y":28,"short_name":"sagittarius","short_names":["sagittarius"],"text":null,"texts":null,"category":"Symbols","sort_order":37,"added_in":"1.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":"CAPRICORN","unified":"2651","variations":["2651-FE0F"],"docomo":"E64F","au":"E498","softbank":"E248","google":"FE034","image":"2651.png","sheet_x":1,"sheet_y":29,"short_name":"capricorn","short_names":["capricorn"],"text":null,"texts":null,"category":"Symbols","sort_order":38,"added_in":"1.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":"AQUARIUS","unified":"2652","variations":["2652-FE0F"],"docomo":"E650","au":"E499","softbank":"E249","google":"FE035","image":"2652.png","sheet_x":1,"sheet_y":30,"short_name":"aquarius","short_names":["aquarius"],"text":null,"texts":null,"category":"Symbols","sort_order":39,"added_in":"1.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":"PISCES","unified":"2653","variations":["2653-FE0F"],"docomo":"E651","au":"E49A","softbank":"E24A","google":"FE036","image":"2653.png","sheet_x":1,"sheet_y":31,"short_name":"pisces","short_names":["pisces"],"text":null,"texts":null,"category":"Symbols","sort_order":40,"added_in":"1.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":"BLACK SPADE SUIT","unified":"2660","variations":["2660-FE0F"],"docomo":"E68E","au":"E5A1","softbank":"E20E","google":"FEB1B","image":"2660.png","sheet_x":1,"sheet_y":32,"short_name":"spades","short_names":["spades"],"text":null,"texts":null,"category":"Symbols","sort_order":243,"added_in":"1.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":"BLACK CLUB SUIT","unified":"2663","variations":["2663-FE0F"],"docomo":"E690","au":"E5A3","softbank":"E20F","google":"FEB1D","image":"2663.png","sheet_x":1,"sheet_y":33,"short_name":"clubs","short_names":["clubs"],"text":null,"texts":null,"category":"Symbols","sort_order":244,"added_in":"1.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":"BLACK HEART SUIT","unified":"2665","variations":["2665-FE0F"],"docomo":"E68D","au":"EAA5","softbank":"E20C","google":"FEB1A","image":"2665.png","sheet_x":1,"sheet_y":34,"short_name":"hearts","short_names":["hearts"],"text":null,"texts":null,"category":"Symbols","sort_order":245,"added_in":"1.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":"BLACK DIAMOND SUIT","unified":"2666","variations":["2666-FE0F"],"docomo":"E68F","au":"E5A2","softbank":"E20D","google":"FEB1C","image":"2666.png","sheet_x":1,"sheet_y":35,"short_name":"diamonds","short_names":["diamonds"],"text":null,"texts":null,"category":"Symbols","sort_order":246,"added_in":"1.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":"HOT SPRINGS","unified":"2668","variations":["2668-FE0F"],"docomo":"E6F7","au":"E4BC","softbank":"E123","google":"FE7FA","image":"2668.png","sheet_x":1,"sheet_y":36,"short_name":"hotsprings","short_names":["hotsprings"],"text":null,"texts":null,"category":"Symbols","sort_order":77,"added_in":"1.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":"BLACK UNIVERSAL RECYCLING SYMBOL","unified":"267B","variations":["267B-FE0F"],"docomo":"E735","au":"EB79","softbank":null,"google":"FEB2C","image":"267b.png","sheet_x":1,"sheet_y":37,"short_name":"recycle","short_names":["recycle"],"text":null,"texts":null,"category":"Symbols","sort_order":99,"added_in":"3.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":"WHEELCHAIR SYMBOL","unified":"267F","variations":["267F-FE0F"],"docomo":"E69B","au":"E47F","softbank":"E20A","google":"FEB20","image":"267f.png","sheet_x":1,"sheet_y":38,"short_name":"wheelchair","short_names":["wheelchair"],"text":null,"texts":null,"category":"Symbols","sort_order":113,"added_in":"4.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":"HAMMER AND PICK","unified":"2692","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2692.png","sheet_x":1,"sheet_y":39,"short_name":"hammer_and_pick","short_names":["hammer_and_pick"],"text":null,"texts":null,"category":"Objects","sort_order":57,"added_in":"4.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":"ANCHOR","unified":"2693","variations":["2693-FE0F"],"docomo":"E661","au":"E4A9","softbank":"E202","google":"FE4C1","image":"2693.png","sheet_x":1,"sheet_y":40,"short_name":"anchor","short_names":["anchor"],"text":null,"texts":null,"category":"Places","sort_order":53,"added_in":"4.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":"CROSSED SWORDS","unified":"2694","variations":["2694-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2694.png","sheet_x":1,"sheet_y":41,"short_name":"crossed_swords","short_names":["crossed_swords"],"text":null,"texts":null,"category":"Objects","sort_order":67,"added_in":"4.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":"STAFF OF AESCULAPIUS","unified":"2695","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2695.png","sheet_x":1,"sheet_y":42,"short_name":"staff_of_aesculapius","short_names":["staff_of_aesculapius"],"text":null,"texts":null,"category":"Symbols","sort_order":276,"added_in":"4.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":"SCALES","unified":"2696","variations":["2696-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2696.png","sheet_x":1,"sheet_y":43,"short_name":"scales","short_names":["scales"],"text":null,"texts":null,"category":"Objects","sort_order":54,"added_in":"4.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":"ALEMBIC","unified":"2697","variations":["2697-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2697.png","sheet_x":1,"sheet_y":44,"short_name":"alembic","short_names":["alembic"],"text":null,"texts":null,"category":"Objects","sort_order":76,"added_in":"4.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":"GEAR","unified":"2699","variations":["2699-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2699.png","sheet_x":1,"sheet_y":45,"short_name":"gear","short_names":["gear"],"text":null,"texts":null,"category":"Objects","sort_order":61,"added_in":"4.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":"ATOM SYMBOL","unified":"269B","variations":["269B-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"269b.png","sheet_x":1,"sheet_y":46,"short_name":"atom_symbol","short_names":["atom_symbol"],"text":null,"texts":null,"category":"Symbols","sort_order":42,"added_in":"4.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":"FLEUR-DE-LIS","unified":"269C","variations":["269C-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"269c.png","sheet_x":1,"sheet_y":47,"short_name":"fleur_de_lis","short_names":["fleur_de_lis"],"text":null,"texts":null,"category":"Symbols","sort_order":97,"added_in":"4.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":"WARNING SIGN","unified":"26A0","variations":["26A0-FE0F"],"docomo":"E737","au":"E481","softbank":"E252","google":"FEB23","image":"26a0.png","sheet_x":1,"sheet_y":48,"short_name":"warning","short_names":["warning"],"text":null,"texts":null,"category":"Symbols","sort_order":94,"added_in":"4.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":"HIGH VOLTAGE SIGN","unified":"26A1","variations":["26A1-FE0F"],"docomo":"E642","au":"E487","softbank":"E13D","google":"FE004","image":"26a1.png","sheet_x":2,"sheet_y":0,"short_name":"zap","short_names":["zap"],"text":null,"texts":null,"category":"Nature","sort_order":134,"added_in":"4.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":"MEDIUM WHITE CIRCLE","unified":"26AA","variations":["26AA-FE0F"],"docomo":"E69C","au":"E53A","softbank":"E219","google":"FEB65","image":"26aa.png","sheet_x":2,"sheet_y":1,"short_name":"white_circle","short_names":["white_circle"],"text":null,"texts":null,"category":"Symbols","sort_order":210,"added_in":"4.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":"MEDIUM BLACK CIRCLE","unified":"26AB","variations":["26AB-FE0F"],"docomo":"E69C","au":"E53B","softbank":"E219","google":"FEB66","image":"26ab.png","sheet_x":2,"sheet_y":2,"short_name":"black_circle","short_names":["black_circle"],"text":null,"texts":null,"category":"Symbols","sort_order":211,"added_in":"4.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":"COFFIN","unified":"26B0","variations":["26B0-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26b0.png","sheet_x":2,"sheet_y":3,"short_name":"coffin","short_names":["coffin"],"text":null,"texts":null,"category":"Objects","sort_order":70,"added_in":"4.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":"FUNERAL URN","unified":"26B1","variations":["26B1-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26b1.png","sheet_x":2,"sheet_y":4,"short_name":"funeral_urn","short_names":["funeral_urn"],"text":null,"texts":null,"category":"Objects","sort_order":71,"added_in":"4.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":"SOCCER BALL","unified":"26BD","variations":["26BD-FE0F"],"docomo":"E656","au":"E4B6","softbank":"E018","google":"FE7D4","image":"26bd.png","sheet_x":2,"sheet_y":5,"short_name":"soccer","short_names":["soccer"],"text":null,"texts":null,"category":"Activity","sort_order":1,"added_in":"5.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":"BASEBALL","unified":"26BE","variations":["26BE-FE0F"],"docomo":"E653","au":"E4BA","softbank":"E016","google":"FE7D1","image":"26be.png","sheet_x":2,"sheet_y":6,"short_name":"baseball","short_names":["baseball"],"text":null,"texts":null,"category":"Activity","sort_order":4,"added_in":"5.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":"SNOWMAN WITHOUT SNOW","unified":"26C4","variations":["26C4-FE0F"],"docomo":"E641","au":"E485","softbank":"E048","google":"FE003","image":"26c4.png","sheet_x":2,"sheet_y":7,"short_name":"snowman_without_snow","short_names":["snowman_without_snow"],"text":null,"texts":null,"category":"Nature","sort_order":150,"added_in":"5.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":"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":8,"short_name":"partly_sunny","short_names":["partly_sunny"],"text":null,"texts":null,"category":"Nature","sort_order":140,"added_in":"5.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":"THUNDER CLOUD AND RAIN","unified":"26C8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26c8.png","sheet_x":2,"sheet_y":9,"short_name":"thunder_cloud_and_rain","short_names":["thunder_cloud_and_rain"],"text":null,"texts":null,"category":"Nature","sort_order":146,"added_in":"5.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":"OPHIUCHUS","unified":"26CE","variations":[],"docomo":null,"au":"E49B","softbank":"E24B","google":"FE037","image":"26ce.png","sheet_x":2,"sheet_y":10,"short_name":"ophiuchus","short_names":["ophiuchus"],"text":null,"texts":null,"category":"Symbols","sort_order":28,"added_in":"6.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":"PICK","unified":"26CF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26cf.png","sheet_x":2,"sheet_y":11,"short_name":"pick","short_names":["pick"],"text":null,"texts":null,"category":"Objects","sort_order":59,"added_in":"5.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":"HELMET WITH WHITE CROSS","unified":"26D1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26d1.png","sheet_x":2,"sheet_y":12,"short_name":"helmet_with_white_cross","short_names":["helmet_with_white_cross"],"text":null,"texts":null,"category":"People","sort_order":284,"added_in":"5.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":"CHAINS","unified":"26D3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26d3.png","sheet_x":2,"sheet_y":13,"short_name":"chains","short_names":["chains"],"text":null,"texts":null,"category":"Objects","sort_order":62,"added_in":"5.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":"NO ENTRY","unified":"26D4","variations":["26D4-FE0F"],"docomo":"E72F","au":"E484","softbank":"E137","google":"FEB26","image":"26d4.png","sheet_x":2,"sheet_y":14,"short_name":"no_entry","short_names":["no_entry"],"text":null,"texts":null,"category":"Symbols","sort_order":72,"added_in":"5.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":"SHINTO SHRINE","unified":"26E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26e9.png","sheet_x":2,"sheet_y":15,"short_name":"shinto_shrine","short_names":["shinto_shrine"],"text":null,"texts":null,"category":"Places","sort_order":104,"added_in":"5.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":"CHURCH","unified":"26EA","variations":["26EA-FE0F"],"docomo":null,"au":"E5BB","softbank":"E037","google":"FE4BB","image":"26ea.png","sheet_x":2,"sheet_y":16,"short_name":"church","short_names":["church"],"text":null,"texts":null,"category":"Places","sort_order":100,"added_in":"5.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":"MOUNTAIN","unified":"26F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f0.png","sheet_x":2,"sheet_y":17,"short_name":"mountain","short_names":["mountain"],"text":null,"texts":null,"category":"Places","sort_order":73,"added_in":"5.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":"UMBRELLA ON GROUND","unified":"26F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f1.png","sheet_x":2,"sheet_y":18,"short_name":"umbrella_on_ground","short_names":["umbrella_on_ground"],"text":null,"texts":null,"category":"Places","sort_order":70,"added_in":"5.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":"FOUNTAIN","unified":"26F2","variations":["26F2-FE0F"],"docomo":null,"au":"E5CF","softbank":"E121","google":"FE4BC","image":"26f2.png","sheet_x":2,"sheet_y":19,"short_name":"fountain","short_names":["fountain"],"text":null,"texts":null,"category":"Places","sort_order":62,"added_in":"5.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":"FLAG IN HOLE","unified":"26F3","variations":["26F3-FE0F"],"docomo":"E654","au":"E599","softbank":"E014","google":"FE7D2","image":"26f3.png","sheet_x":2,"sheet_y":20,"short_name":"golf","short_names":["golf"],"text":null,"texts":null,"category":"Activity","sort_order":15,"added_in":"5.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":"FERRY","unified":"26F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f4.png","sheet_x":2,"sheet_y":21,"short_name":"ferry","short_names":["ferry"],"text":null,"texts":null,"category":"Places","sort_order":51,"added_in":"5.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":"SAILBOAT","unified":"26F5","variations":["26F5-FE0F"],"docomo":"E6A3","au":"E4B4","softbank":"E01C","google":"FE7EA","image":"26f5.png","sheet_x":2,"sheet_y":22,"short_name":"boat","short_names":["boat","sailboat"],"text":null,"texts":null,"category":"Places","sort_order":47,"added_in":"5.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":"SKIER","unified":"26F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f7.png","sheet_x":2,"sheet_y":23,"short_name":"skier","short_names":["skier"],"text":null,"texts":null,"category":"Activity","sort_order":22,"added_in":"5.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":"ICE SKATE","unified":"26F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f8.png","sheet_x":2,"sheet_y":24,"short_name":"ice_skate","short_names":["ice_skate"],"text":null,"texts":null,"category":"Activity","sort_order":20,"added_in":"5.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":"PERSON WITH BALL","unified":"26F9","variations":["26F9-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f9.png","sheet_x":2,"sheet_y":25,"short_name":"person_with_ball","short_names":["person_with_ball"],"text":null,"texts":null,"category":"Activity","sort_order":34,"added_in":"5.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,"skin_variations":{"1F3FB":{"unified":"26F9-1F3FB","image":"26f9-1f3fb.png","sheet_x":2,"sheet_y":26,"added_in":"8.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},"1F3FC":{"unified":"26F9-1F3FC","image":"26f9-1f3fc.png","sheet_x":2,"sheet_y":27,"added_in":"8.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},"1F3FD":{"unified":"26F9-1F3FD","image":"26f9-1f3fd.png","sheet_x":2,"sheet_y":28,"added_in":"8.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},"1F3FE":{"unified":"26F9-1F3FE","image":"26f9-1f3fe.png","sheet_x":2,"sheet_y":29,"added_in":"8.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},"1F3FF":{"unified":"26F9-1F3FF","image":"26f9-1f3ff.png","sheet_x":2,"sheet_y":30,"added_in":"8.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}},"obsoleted_by":"26F9-FE0F-200D-2642-FE0F"},{"name":"TENT","unified":"26FA","variations":["26FA-FE0F"],"docomo":null,"au":"E5D0","softbank":"E122","google":"FE7FB","image":"26fa.png","sheet_x":2,"sheet_y":31,"short_name":"tent","short_names":["tent"],"text":null,"texts":null,"category":"Places","sort_order":79,"added_in":"5.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":"FUEL PUMP","unified":"26FD","variations":["26FD-FE0F"],"docomo":"E66B","au":"E571","softbank":"E03A","google":"FE7F5","image":"26fd.png","sheet_x":2,"sheet_y":32,"short_name":"fuelpump","short_names":["fuelpump"],"text":null,"texts":null,"category":"Places","sort_order":55,"added_in":"5.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":"BLACK SCISSORS","unified":"2702","variations":["2702-FE0F"],"docomo":"E675","au":"E516","softbank":"E313","google":"FE53E","image":"2702.png","sheet_x":2,"sheet_y":33,"short_name":"scissors","short_names":["scissors"],"text":null,"texts":null,"category":"Objects","sort_order":160,"added_in":"1.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":"WHITE HEAVY CHECK MARK","unified":"2705","variations":[],"docomo":null,"au":"E55E","softbank":null,"google":"FEB4A","image":"2705.png","sheet_x":2,"sheet_y":34,"short_name":"white_check_mark","short_names":["white_check_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":100,"added_in":"6.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":"AIRPLANE","unified":"2708","variations":["2708-FE0F"],"docomo":"E662","au":"E4B3","softbank":"E01D","google":"FE7E9","image":"2708.png","sheet_x":2,"sheet_y":35,"short_name":"airplane","short_names":["airplane"],"text":null,"texts":null,"category":"Places","sort_order":40,"added_in":"1.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":"ENVELOPE","unified":"2709","variations":["2709-FE0F"],"docomo":"E6D3","au":"E521","softbank":"E103","google":"FE529","image":"2709.png","sheet_x":2,"sheet_y":36,"short_name":"email","short_names":["email","envelope"],"text":null,"texts":null,"category":"Objects","sort_order":107,"added_in":"1.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":"RAISED FIST","unified":"270A","variations":[],"docomo":"E693","au":"EB83","softbank":"E010","google":"FEB93","image":"270a.png","sheet_x":2,"sheet_y":37,"short_name":"fist","short_names":["fist"],"text":null,"texts":null,"category":"People","sort_order":105,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"270A-1F3FB","image":"270a-1f3fb.png","sheet_x":2,"sheet_y":38,"added_in":"8.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},"1F3FC":{"unified":"270A-1F3FC","image":"270a-1f3fc.png","sheet_x":2,"sheet_y":39,"added_in":"8.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},"1F3FD":{"unified":"270A-1F3FD","image":"270a-1f3fd.png","sheet_x":2,"sheet_y":40,"added_in":"8.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},"1F3FE":{"unified":"270A-1F3FE","image":"270a-1f3fe.png","sheet_x":2,"sheet_y":41,"added_in":"8.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},"1F3FF":{"unified":"270A-1F3FF","image":"270a-1f3ff.png","sheet_x":2,"sheet_y":42,"added_in":"8.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":"RAISED HAND","unified":"270B","variations":[],"docomo":"E695","au":"E5A7","softbank":"E012","google":"FEB95","image":"270b.png","sheet_x":2,"sheet_y":43,"short_name":"hand","short_names":["hand","raised_hand"],"text":null,"texts":null,"category":"People","sort_order":117,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"270B-1F3FB","image":"270b-1f3fb.png","sheet_x":2,"sheet_y":44,"added_in":"8.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},"1F3FC":{"unified":"270B-1F3FC","image":"270b-1f3fc.png","sheet_x":2,"sheet_y":45,"added_in":"8.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},"1F3FD":{"unified":"270B-1F3FD","image":"270b-1f3fd.png","sheet_x":2,"sheet_y":46,"added_in":"8.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},"1F3FE":{"unified":"270B-1F3FE","image":"270b-1f3fe.png","sheet_x":2,"sheet_y":47,"added_in":"8.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},"1F3FF":{"unified":"270B-1F3FF","image":"270b-1f3ff.png","sheet_x":2,"sheet_y":48,"added_in":"8.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":"VICTORY HAND","unified":"270C","variations":["270C-FE0F"],"docomo":"E694","au":"E5A6","softbank":"E011","google":"FEB94","image":"270c.png","sheet_x":3,"sheet_y":0,"short_name":"v","short_names":["v"],"text":null,"texts":null,"category":"People","sort_order":109,"added_in":"1.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,"skin_variations":{"1F3FB":{"unified":"270C-1F3FB","image":"270c-1f3fb.png","sheet_x":3,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"270C-1F3FC","image":"270c-1f3fc.png","sheet_x":3,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"270C-1F3FD","image":"270c-1f3fd.png","sheet_x":3,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"270C-1F3FE","image":"270c-1f3fe.png","sheet_x":3,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"270C-1F3FF","image":"270c-1f3ff.png","sheet_x":3,"sheet_y":5,"added_in":"8.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":"WRITING HAND","unified":"270D","variations":["270D-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"270d.png","sheet_x":3,"sheet_y":6,"short_name":"writing_hand","short_names":["writing_hand"],"text":null,"texts":null,"category":"People","sort_order":125,"added_in":"1.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,"skin_variations":{"1F3FB":{"unified":"270D-1F3FB","image":"270d-1f3fb.png","sheet_x":3,"sheet_y":7,"added_in":"8.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},"1F3FC":{"unified":"270D-1F3FC","image":"270d-1f3fc.png","sheet_x":3,"sheet_y":8,"added_in":"8.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},"1F3FD":{"unified":"270D-1F3FD","image":"270d-1f3fd.png","sheet_x":3,"sheet_y":9,"added_in":"8.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},"1F3FE":{"unified":"270D-1F3FE","image":"270d-1f3fe.png","sheet_x":3,"sheet_y":10,"added_in":"8.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},"1F3FF":{"unified":"270D-1F3FF","image":"270d-1f3ff.png","sheet_x":3,"sheet_y":11,"added_in":"8.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}}},{"name":"PENCIL","unified":"270F","variations":["270F-FE0F"],"docomo":"E719","au":"E4A1","softbank":"E301","google":"FE539","image":"270f.png","sheet_x":3,"sheet_y":12,"short_name":"pencil2","short_names":["pencil2"],"text":null,"texts":null,"category":"Objects","sort_order":167,"added_in":"1.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":"BLACK NIB","unified":"2712","variations":["2712-FE0F"],"docomo":"E6AE","au":"EB03","softbank":null,"google":"FE536","image":"2712.png","sheet_x":3,"sheet_y":13,"short_name":"black_nib","short_names":["black_nib"],"text":null,"texts":null,"category":"Objects","sort_order":163,"added_in":"1.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 CHECK MARK","unified":"2714","variations":["2714-FE0F"],"docomo":null,"au":"E557","softbank":null,"google":"FEB49","image":"2714.png","sheet_x":3,"sheet_y":14,"short_name":"heavy_check_mark","short_names":["heavy_check_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":207,"added_in":"1.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 MULTIPLICATION X","unified":"2716","variations":["2716-FE0F"],"docomo":null,"au":"E54F","softbank":"E333","google":"FEB53","image":"2716.png","sheet_x":3,"sheet_y":15,"short_name":"heavy_multiplication_x","short_names":["heavy_multiplication_x"],"text":null,"texts":null,"category":"Symbols","sort_order":193,"added_in":"1.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":"LATIN CROSS","unified":"271D","variations":["271D-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"271d.png","sheet_x":3,"sheet_y":16,"short_name":"latin_cross","short_names":["latin_cross"],"text":null,"texts":null,"category":"Symbols","sort_order":18,"added_in":"1.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":"STAR OF DAVID","unified":"2721","variations":["2721-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2721.png","sheet_x":3,"sheet_y":17,"short_name":"star_of_david","short_names":["star_of_david"],"text":null,"texts":null,"category":"Symbols","sort_order":22,"added_in":"1.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":"SPARKLES","unified":"2728","variations":[],"docomo":"E6FA","au":"EAAB","softbank":"E32E","google":"FEB60","image":"2728.png","sheet_x":3,"sheet_y":18,"short_name":"sparkles","short_names":["sparkles"],"text":null,"texts":null,"category":"Nature","sort_order":133,"added_in":"6.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":"EIGHT SPOKED ASTERISK","unified":"2733","variations":["2733-FE0F"],"docomo":"E6F8","au":"E53E","softbank":"E206","google":"FEB62","image":"2733.png","sheet_x":3,"sheet_y":19,"short_name":"eight_spoked_asterisk","short_names":["eight_spoked_asterisk"],"text":null,"texts":null,"category":"Symbols","sort_order":104,"added_in":"1.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":"EIGHT POINTED BLACK STAR","unified":"2734","variations":["2734-FE0F"],"docomo":"E6F8","au":"E479","softbank":"E205","google":"FEB61","image":"2734.png","sheet_x":3,"sheet_y":20,"short_name":"eight_pointed_black_star","short_names":["eight_pointed_black_star"],"text":null,"texts":null,"category":"Symbols","sort_order":53,"added_in":"1.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":"SNOWFLAKE","unified":"2744","variations":["2744-FE0F"],"docomo":null,"au":"E48A","softbank":null,"google":"FE00E","image":"2744.png","sheet_x":3,"sheet_y":21,"short_name":"snowflake","short_names":["snowflake"],"text":null,"texts":null,"category":"Nature","sort_order":151,"added_in":"1.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":"SPARKLE","unified":"2747","variations":["2747-FE0F"],"docomo":"E6FA","au":"E46C","softbank":"E32E","google":"FEB77","image":"2747.png","sheet_x":3,"sheet_y":22,"short_name":"sparkle","short_names":["sparkle"],"text":null,"texts":null,"category":"Symbols","sort_order":103,"added_in":"1.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":"CROSS MARK","unified":"274C","variations":[],"docomo":null,"au":"E550","softbank":"E333","google":"FEB45","image":"274c.png","sheet_x":3,"sheet_y":23,"short_name":"x","short_names":["x"],"text":null,"texts":null,"category":"Symbols","sort_order":69,"added_in":"6.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":"NEGATIVE SQUARED CROSS MARK","unified":"274E","variations":[],"docomo":null,"au":"E551","softbank":"E333","google":"FEB46","image":"274e.png","sheet_x":3,"sheet_y":24,"short_name":"negative_squared_cross_mark","short_names":["negative_squared_cross_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":105,"added_in":"6.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":"BLACK QUESTION MARK ORNAMENT","unified":"2753","variations":[],"docomo":null,"au":"E483","softbank":"E020","google":"FEB09","image":"2753.png","sheet_x":3,"sheet_y":25,"short_name":"question","short_names":["question"],"text":null,"texts":null,"category":"Symbols","sort_order":87,"added_in":"6.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":"WHITE QUESTION MARK ORNAMENT","unified":"2754","variations":[],"docomo":null,"au":"E483","softbank":"E336","google":"FEB0A","image":"2754.png","sheet_x":3,"sheet_y":26,"short_name":"grey_question","short_names":["grey_question"],"text":null,"texts":null,"category":"Symbols","sort_order":88,"added_in":"6.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":"WHITE EXCLAMATION MARK ORNAMENT","unified":"2755","variations":[],"docomo":"E702","au":"E482","softbank":"E337","google":"FEB0B","image":"2755.png","sheet_x":3,"sheet_y":27,"short_name":"grey_exclamation","short_names":["grey_exclamation"],"text":null,"texts":null,"category":"Symbols","sort_order":86,"added_in":"6.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":"HEAVY EXCLAMATION MARK SYMBOL","unified":"2757","variations":["2757-FE0F"],"docomo":"E702","au":"E482","softbank":"E021","google":"FEB04","image":"2757.png","sheet_x":3,"sheet_y":28,"short_name":"exclamation","short_names":["exclamation","heavy_exclamation_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":85,"added_in":"5.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":"HEAVY HEART EXCLAMATION MARK ORNAMENT","unified":"2763","variations":["2763-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2763.png","sheet_x":3,"sheet_y":29,"short_name":"heavy_heart_exclamation_mark_ornament","short_names":["heavy_heart_exclamation_mark_ornament"],"text":null,"texts":null,"category":"Symbols","sort_order":8,"added_in":"1.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":"HEAVY BLACK HEART","unified":"2764","variations":["2764-FE0F"],"docomo":"E6EC","au":"E595","softbank":"E022","google":"FEB0C","image":"2764.png","sheet_x":3,"sheet_y":30,"short_name":"heart","short_names":["heart"],"text":"<3","texts":["<3"],"category":"Symbols","sort_order":1,"added_in":"1.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":3,"sheet_y":31,"short_name":"heavy_plus_sign","short_names":["heavy_plus_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":190,"added_in":"6.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":"HEAVY MINUS SIGN","unified":"2796","variations":[],"docomo":null,"au":"E53D","softbank":null,"google":"FEB52","image":"2796.png","sheet_x":3,"sheet_y":32,"short_name":"heavy_minus_sign","short_names":["heavy_minus_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":191,"added_in":"6.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":"HEAVY DIVISION SIGN","unified":"2797","variations":[],"docomo":null,"au":"E554","softbank":null,"google":"FEB54","image":"2797.png","sheet_x":3,"sheet_y":33,"short_name":"heavy_division_sign","short_names":["heavy_division_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":192,"added_in":"6.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":"BLACK RIGHTWARDS ARROW","unified":"27A1","variations":["27A1-FE0F"],"docomo":null,"au":"E552","softbank":"E234","google":"FEAFA","image":"27a1.png","sheet_x":3,"sheet_y":34,"short_name":"arrow_right","short_names":["arrow_right"],"text":null,"texts":null,"category":"Symbols","sort_order":169,"added_in":"1.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":"CURLY LOOP","unified":"27B0","variations":[],"docomo":"E70A","au":"EB31","softbank":null,"google":"FEB08","image":"27b0.png","sheet_x":3,"sheet_y":35,"short_name":"curly_loop","short_names":["curly_loop"],"text":null,"texts":null,"category":"Symbols","sort_order":200,"added_in":"6.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":"DOUBLE CURLY LOOP","unified":"27BF","variations":[],"docomo":"E6DF","au":null,"softbank":"E211","google":"FE82B","image":"27bf.png","sheet_x":3,"sheet_y":36,"short_name":"loop","short_names":["loop"],"text":null,"texts":null,"category":"Symbols","sort_order":201,"added_in":"6.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":"ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS","unified":"2934","variations":["2934-FE0F"],"docomo":"E6F5","au":"EB2D","softbank":"E236","google":"FEAF4","image":"2934.png","sheet_x":3,"sheet_y":37,"short_name":"arrow_heading_up","short_names":["arrow_heading_up"],"text":null,"texts":null,"category":"Symbols","sort_order":181,"added_in":"3.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":"ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS","unified":"2935","variations":["2935-FE0F"],"docomo":"E700","au":"EB2E","softbank":"E238","google":"FEAF5","image":"2935.png","sheet_x":3,"sheet_y":38,"short_name":"arrow_heading_down","short_names":["arrow_heading_down"],"text":null,"texts":null,"category":"Symbols","sort_order":182,"added_in":"3.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":"LEFTWARDS BLACK ARROW","unified":"2B05","variations":["2B05-FE0F"],"docomo":null,"au":"E553","softbank":"E235","google":"FEAFB","image":"2b05.png","sheet_x":3,"sheet_y":39,"short_name":"arrow_left","short_names":["arrow_left"],"text":null,"texts":null,"category":"Symbols","sort_order":170,"added_in":"4.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":"UPWARDS BLACK ARROW","unified":"2B06","variations":["2B06-FE0F"],"docomo":null,"au":"E53F","softbank":"E232","google":"FEAF8","image":"2b06.png","sheet_x":3,"sheet_y":40,"short_name":"arrow_up","short_names":["arrow_up"],"text":null,"texts":null,"category":"Symbols","sort_order":171,"added_in":"4.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":"DOWNWARDS BLACK ARROW","unified":"2B07","variations":["2B07-FE0F"],"docomo":null,"au":"E540","softbank":"E233","google":"FEAF9","image":"2b07.png","sheet_x":3,"sheet_y":41,"short_name":"arrow_down","short_names":["arrow_down"],"text":null,"texts":null,"category":"Symbols","sort_order":172,"added_in":"4.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":"BLACK LARGE SQUARE","unified":"2B1B","variations":["2B1B-FE0F"],"docomo":null,"au":"E549","softbank":"E21A","google":"FEB6C","image":"2b1b.png","sheet_x":3,"sheet_y":42,"short_name":"black_large_square","short_names":["black_large_square"],"text":null,"texts":null,"category":"Symbols","sort_order":228,"added_in":"5.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":"WHITE LARGE SQUARE","unified":"2B1C","variations":["2B1C-FE0F"],"docomo":null,"au":"E548","softbank":"E21B","google":"FEB6B","image":"2b1c.png","sheet_x":3,"sheet_y":43,"short_name":"white_large_square","short_names":["white_large_square"],"text":null,"texts":null,"category":"Symbols","sort_order":229,"added_in":"5.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":"WHITE MEDIUM STAR","unified":"2B50","variations":["2B50-FE0F"],"docomo":null,"au":"E48B","softbank":"E32F","google":"FEB68","image":"2b50.png","sheet_x":3,"sheet_y":44,"short_name":"star","short_names":["star"],"text":null,"texts":null,"category":"Nature","sort_order":131,"added_in":"5.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 LARGE CIRCLE","unified":"2B55","variations":["2B55-FE0F"],"docomo":"E6A0","au":"EAAD","softbank":"E332","google":"FEB44","image":"2b55.png","sheet_x":3,"sheet_y":45,"short_name":"o","short_names":["o"],"text":null,"texts":null,"category":"Symbols","sort_order":70,"added_in":"5.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":"WAVY DASH","unified":"3030","variations":["3030-FE0F"],"docomo":"E709","au":null,"softbank":null,"google":"FEB07","image":"3030.png","sheet_x":3,"sheet_y":46,"short_name":"wavy_dash","short_names":["wavy_dash"],"text":null,"texts":null,"category":"Symbols","sort_order":199,"added_in":"1.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":"PART ALTERNATION MARK","unified":"303D","variations":["303D-FE0F"],"docomo":null,"au":null,"softbank":"E12C","google":"FE81B","image":"303d.png","sheet_x":3,"sheet_y":47,"short_name":"part_alternation_mark","short_names":["part_alternation_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":93,"added_in":"3.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":"CIRCLED IDEOGRAPH CONGRATULATION","unified":"3297","variations":["3297-FE0F"],"docomo":null,"au":"EA99","softbank":"E30D","google":"FEB43","image":"3297.png","sheet_x":3,"sheet_y":48,"short_name":"congratulations","short_names":["congratulations"],"text":null,"texts":null,"category":"Symbols","sort_order":58,"added_in":"1.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":"CIRCLED IDEOGRAPH SECRET","unified":"3299","variations":["3299-FE0F"],"docomo":"E734","au":"E4F1","softbank":"E315","google":"FEB2B","image":"3299.png","sheet_x":4,"sheet_y":0,"short_name":"secret","short_names":["secret"],"text":null,"texts":null,"category":"Symbols","sort_order":57,"added_in":"1.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":"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":1,"short_name":"mahjong","short_names":["mahjong"],"text":null,"texts":null,"category":"Symbols","sort_order":249,"added_in":"5.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":"PLAYING CARD BLACK JOKER","unified":"1F0CF","variations":[],"docomo":null,"au":"EB6F","softbank":null,"google":"FE812","image":"1f0cf.png","sheet_x":4,"sheet_y":2,"short_name":"black_joker","short_names":["black_joker"],"text":null,"texts":null,"category":"Symbols","sort_order":247,"added_in":"6.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":"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":3,"short_name":"a","short_names":["a"],"text":null,"texts":null,"category":"Symbols","sort_order":63,"added_in":"6.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":"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":4,"short_name":"b","short_names":["b"],"text":null,"texts":null,"category":"Symbols","sort_order":64,"added_in":"6.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":"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":5,"short_name":"o2","short_names":["o2"],"text":null,"texts":null,"category":"Symbols","sort_order":67,"added_in":"6.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":"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":6,"short_name":"parking","short_names":["parking"],"text":null,"texts":null,"category":"Symbols","sort_order":114,"added_in":"5.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":"NEGATIVE SQUARED AB","unified":"1F18E","variations":[],"docomo":null,"au":"EB29","softbank":"E534","google":"FE50D","image":"1f18e.png","sheet_x":4,"sheet_y":7,"short_name":"ab","short_names":["ab"],"text":null,"texts":null,"category":"Symbols","sort_order":65,"added_in":"6.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":"SQUARED CL","unified":"1F191","variations":[],"docomo":"E6DB","au":"E5AB","softbank":null,"google":"FEB84","image":"1f191.png","sheet_x":4,"sheet_y":8,"short_name":"cl","short_names":["cl"],"text":null,"texts":null,"category":"Symbols","sort_order":66,"added_in":"6.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":"SQUARED COOL","unified":"1F192","variations":[],"docomo":null,"au":"EA85","softbank":"E214","google":"FEB38","image":"1f192.png","sheet_x":4,"sheet_y":9,"short_name":"cool","short_names":["cool"],"text":null,"texts":null,"category":"Symbols","sort_order":137,"added_in":"6.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":"SQUARED FREE","unified":"1F193","variations":[],"docomo":"E6D7","au":"E578","softbank":null,"google":"FEB21","image":"1f193.png","sheet_x":4,"sheet_y":10,"short_name":"free","short_names":["free"],"text":null,"texts":null,"category":"Symbols","sort_order":139,"added_in":"6.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":"SQUARED ID","unified":"1F194","variations":[],"docomo":"E6D8","au":"EA88","softbank":"E229","google":"FEB81","image":"1f194.png","sheet_x":4,"sheet_y":11,"short_name":"id","short_names":["id"],"text":null,"texts":null,"category":"Symbols","sort_order":41,"added_in":"6.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":"SQUARED NEW","unified":"1F195","variations":[],"docomo":"E6DD","au":"E5B5","softbank":"E212","google":"FEB36","image":"1f195.png","sheet_x":4,"sheet_y":12,"short_name":"new","short_names":["new"],"text":null,"texts":null,"category":"Symbols","sort_order":138,"added_in":"6.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":"SQUARED NG","unified":"1F196","variations":[],"docomo":"E72F","au":null,"softbank":null,"google":"FEB28","image":"1f196.png","sheet_x":4,"sheet_y":13,"short_name":"ng","short_names":["ng"],"text":null,"texts":null,"category":"Symbols","sort_order":134,"added_in":"6.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":"SQUARED OK","unified":"1F197","variations":[],"docomo":"E70B","au":"E5AD","softbank":"E24D","google":"FEB27","image":"1f197.png","sheet_x":4,"sheet_y":14,"short_name":"ok","short_names":["ok"],"text":null,"texts":null,"category":"Symbols","sort_order":135,"added_in":"6.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":"SQUARED SOS","unified":"1F198","variations":[],"docomo":null,"au":"E4E8","softbank":null,"google":"FEB4F","image":"1f198.png","sheet_x":4,"sheet_y":15,"short_name":"sos","short_names":["sos"],"text":null,"texts":null,"category":"Symbols","sort_order":68,"added_in":"6.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":"SQUARED UP WITH EXCLAMATION MARK","unified":"1F199","variations":[],"docomo":null,"au":"E50F","softbank":"E213","google":"FEB37","image":"1f199.png","sheet_x":4,"sheet_y":16,"short_name":"up","short_names":["up"],"text":null,"texts":null,"category":"Symbols","sort_order":136,"added_in":"6.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":"SQUARED VS","unified":"1F19A","variations":[],"docomo":null,"au":"E5D2","softbank":"E12E","google":"FEB32","image":"1f19a.png","sheet_x":4,"sheet_y":17,"short_name":"vs","short_names":["vs"],"text":null,"texts":null,"category":"Symbols","sort_order":54,"added_in":"6.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":"SQUARED KATAKANA KOKO","unified":"1F201","variations":[],"docomo":null,"au":null,"softbank":"E203","google":"FEB24","image":"1f201.png","sheet_x":4,"sheet_y":18,"short_name":"koko","short_names":["koko"],"text":null,"texts":null,"category":"Symbols","sort_order":128,"added_in":"6.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":"SQUARED KATAKANA SA","unified":"1F202","variations":["1F202-FE0F"],"docomo":null,"au":"EA87","softbank":"E228","google":"FEB3F","image":"1f202.png","sheet_x":4,"sheet_y":19,"short_name":"sa","short_names":["sa"],"text":null,"texts":null,"category":"Symbols","sort_order":116,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-7121","unified":"1F21A","variations":["1F21A-FE0F"],"docomo":null,"au":null,"softbank":"E216","google":"FEB3A","image":"1f21a.png","sheet_x":4,"sheet_y":20,"short_name":"u7121","short_names":["u7121"],"text":null,"texts":null,"category":"Symbols","sort_order":49,"added_in":"5.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":"SQUARED CJK UNIFIED IDEOGRAPH-6307","unified":"1F22F","variations":["1F22F-FE0F"],"docomo":null,"au":"EA8B","softbank":"E22C","google":"FEB40","image":"1f22f.png","sheet_x":4,"sheet_y":21,"short_name":"u6307","short_names":["u6307"],"text":null,"texts":null,"category":"Symbols","sort_order":101,"added_in":"5.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":"SQUARED CJK UNIFIED IDEOGRAPH-7981","unified":"1F232","variations":[],"docomo":"E738","au":null,"softbank":null,"google":"FEB2E","image":"1f232.png","sheet_x":4,"sheet_y":22,"short_name":"u7981","short_names":["u7981"],"text":null,"texts":null,"category":"Symbols","sort_order":62,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-7A7A","unified":"1F233","variations":[],"docomo":"E739","au":"EA8A","softbank":"E22B","google":"FEB2F","image":"1f233.png","sheet_x":4,"sheet_y":23,"short_name":"u7a7a","short_names":["u7a7a"],"text":null,"texts":null,"category":"Symbols","sort_order":115,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-5408","unified":"1F234","variations":[],"docomo":"E73A","au":null,"softbank":null,"google":"FEB30","image":"1f234.png","sheet_x":4,"sheet_y":24,"short_name":"u5408","short_names":["u5408"],"text":null,"texts":null,"category":"Symbols","sort_order":59,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-6E80","unified":"1F235","variations":[],"docomo":"E73B","au":"EA89","softbank":"E22A","google":"FEB31","image":"1f235.png","sheet_x":4,"sheet_y":25,"short_name":"u6e80","short_names":["u6e80"],"text":null,"texts":null,"category":"Symbols","sort_order":60,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-6709","unified":"1F236","variations":[],"docomo":null,"au":null,"softbank":"E215","google":"FEB39","image":"1f236.png","sheet_x":4,"sheet_y":26,"short_name":"u6709","short_names":["u6709"],"text":null,"texts":null,"category":"Symbols","sort_order":48,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-6708","unified":"1F237","variations":["1F237-FE0F"],"docomo":null,"au":null,"softbank":"E217","google":"FEB3B","image":"1f237.png","sheet_x":4,"sheet_y":27,"short_name":"u6708","short_names":["u6708"],"text":null,"texts":null,"category":"Symbols","sort_order":52,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-7533","unified":"1F238","variations":[],"docomo":null,"au":null,"softbank":"E218","google":"FEB3C","image":"1f238.png","sheet_x":4,"sheet_y":28,"short_name":"u7533","short_names":["u7533"],"text":null,"texts":null,"category":"Symbols","sort_order":50,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-5272","unified":"1F239","variations":[],"docomo":null,"au":"EA86","softbank":"E227","google":"FEB3E","image":"1f239.png","sheet_x":4,"sheet_y":29,"short_name":"u5272","short_names":["u5272"],"text":null,"texts":null,"category":"Symbols","sort_order":61,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-55B6","unified":"1F23A","variations":[],"docomo":null,"au":"EA8C","softbank":"E22D","google":"FEB41","image":"1f23a.png","sheet_x":4,"sheet_y":30,"short_name":"u55b6","short_names":["u55b6"],"text":null,"texts":null,"category":"Symbols","sort_order":51,"added_in":"6.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":"CIRCLED IDEOGRAPH ADVANTAGE","unified":"1F250","variations":[],"docomo":null,"au":"E4F7","softbank":"E226","google":"FEB3D","image":"1f250.png","sheet_x":4,"sheet_y":31,"short_name":"ideograph_advantage","short_names":["ideograph_advantage"],"text":null,"texts":null,"category":"Symbols","sort_order":56,"added_in":"6.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":"CIRCLED IDEOGRAPH ACCEPT","unified":"1F251","variations":[],"docomo":null,"au":"EB01","softbank":null,"google":"FEB50","image":"1f251.png","sheet_x":4,"sheet_y":32,"short_name":"accept","short_names":["accept"],"text":null,"texts":null,"category":"Symbols","sort_order":43,"added_in":"6.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":"CYCLONE","unified":"1F300","variations":[],"docomo":"E643","au":"E469","softbank":"E443","google":"FE005","image":"1f300.png","sheet_x":4,"sheet_y":33,"short_name":"cyclone","short_names":["cyclone"],"text":null,"texts":null,"category":"Symbols","sort_order":109,"added_in":"6.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":"FOGGY","unified":"1F301","variations":[],"docomo":"E644","au":"E598","softbank":null,"google":"FE006","image":"1f301.png","sheet_x":4,"sheet_y":34,"short_name":"foggy","short_names":["foggy"],"text":null,"texts":null,"category":"Places","sort_order":119,"added_in":"6.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":"CLOSED UMBRELLA","unified":"1F302","variations":[],"docomo":"E645","au":"EAE8","softbank":"E43C","google":"FE007","image":"1f302.png","sheet_x":4,"sheet_y":35,"short_name":"closed_umbrella","short_names":["closed_umbrella"],"text":null,"texts":null,"category":"People","sort_order":292,"added_in":"6.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":"NIGHT WITH STARS","unified":"1F303","variations":[],"docomo":"E6B3","au":"EAF1","softbank":"E44B","google":"FE008","image":"1f303.png","sheet_x":4,"sheet_y":36,"short_name":"night_with_stars","short_names":["night_with_stars"],"text":null,"texts":null,"category":"Places","sort_order":116,"added_in":"6.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":"SUNRISE OVER MOUNTAINS","unified":"1F304","variations":[],"docomo":"E63E","au":"EAF4","softbank":"E04D","google":"FE009","image":"1f304.png","sheet_x":4,"sheet_y":37,"short_name":"sunrise_over_mountains","short_names":["sunrise_over_mountains"],"text":null,"texts":null,"category":"Places","sort_order":109,"added_in":"6.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":"SUNRISE","unified":"1F305","variations":[],"docomo":"E63E","au":"EAF4","softbank":"E449","google":"FE00A","image":"1f305.png","sheet_x":4,"sheet_y":38,"short_name":"sunrise","short_names":["sunrise"],"text":null,"texts":null,"category":"Places","sort_order":108,"added_in":"6.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":"CITYSCAPE AT DUSK","unified":"1F306","variations":[],"docomo":null,"au":"E5DA","softbank":"E146","google":"FE00B","image":"1f306.png","sheet_x":4,"sheet_y":39,"short_name":"city_sunset","short_names":["city_sunset"],"text":null,"texts":null,"category":"Places","sort_order":114,"added_in":"6.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":"SUNSET OVER BUILDINGS","unified":"1F307","variations":[],"docomo":"E63E","au":"E5DA","softbank":"E44A","google":"FE00C","image":"1f307.png","sheet_x":4,"sheet_y":40,"short_name":"city_sunrise","short_names":["city_sunrise"],"text":null,"texts":null,"category":"Places","sort_order":113,"added_in":"6.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":"RAINBOW","unified":"1F308","variations":[],"docomo":null,"au":"EAF2","softbank":"E44C","google":"FE00D","image":"1f308.png","sheet_x":4,"sheet_y":41,"short_name":"rainbow","short_names":["rainbow"],"text":null,"texts":null,"category":"Nature","sort_order":143,"added_in":"6.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":"BRIDGE AT NIGHT","unified":"1F309","variations":[],"docomo":"E6B3","au":"E4BF","softbank":"E44B","google":"FE010","image":"1f309.png","sheet_x":4,"sheet_y":42,"short_name":"bridge_at_night","short_names":["bridge_at_night"],"text":null,"texts":null,"category":"Places","sort_order":118,"added_in":"6.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":"WATER WAVE","unified":"1F30A","variations":[],"docomo":"E73F","au":"EB7C","softbank":"E43E","google":"FE038","image":"1f30a.png","sheet_x":4,"sheet_y":43,"short_name":"ocean","short_names":["ocean"],"text":null,"texts":null,"category":"Nature","sort_order":156,"added_in":"6.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":"VOLCANO","unified":"1F30B","variations":[],"docomo":null,"au":"EB53","softbank":null,"google":"FE03A","image":"1f30b.png","sheet_x":4,"sheet_y":44,"short_name":"volcano","short_names":["volcano"],"text":null,"texts":null,"category":"Places","sort_order":76,"added_in":"6.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":"MILKY WAY","unified":"1F30C","variations":[],"docomo":"E6B3","au":"EB5F","softbank":"E44B","google":"FE03B","image":"1f30c.png","sheet_x":4,"sheet_y":45,"short_name":"milky_way","short_names":["milky_way"],"text":null,"texts":null,"category":"Places","sort_order":117,"added_in":"6.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":"EARTH GLOBE EUROPE-AFRICA","unified":"1F30D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f30d.png","sheet_x":4,"sheet_y":46,"short_name":"earth_africa","short_names":["earth_africa"],"text":null,"texts":null,"category":"Nature","sort_order":114,"added_in":"6.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":"EARTH GLOBE AMERICAS","unified":"1F30E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f30e.png","sheet_x":4,"sheet_y":47,"short_name":"earth_americas","short_names":["earth_americas"],"text":null,"texts":null,"category":"Nature","sort_order":113,"added_in":"6.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":"EARTH GLOBE ASIA-AUSTRALIA","unified":"1F30F","variations":[],"docomo":null,"au":"E5B3","softbank":null,"google":"FE039","image":"1f30f.png","sheet_x":4,"sheet_y":48,"short_name":"earth_asia","short_names":["earth_asia"],"text":null,"texts":null,"category":"Nature","sort_order":115,"added_in":"6.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":"GLOBE WITH MERIDIANS","unified":"1F310","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f310.png","sheet_x":5,"sheet_y":0,"short_name":"globe_with_meridians","short_names":["globe_with_meridians"],"text":null,"texts":null,"category":"Symbols","sort_order":106,"added_in":"6.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":"NEW MOON SYMBOL","unified":"1F311","variations":[],"docomo":"E69C","au":"E5A8","softbank":null,"google":"FE011","image":"1f311.png","sheet_x":5,"sheet_y":1,"short_name":"new_moon","short_names":["new_moon"],"text":null,"texts":null,"category":"Nature","sort_order":120,"added_in":"6.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":"WAXING CRESCENT MOON SYMBOL","unified":"1F312","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f312.png","sheet_x":5,"sheet_y":2,"short_name":"waxing_crescent_moon","short_names":["waxing_crescent_moon"],"text":null,"texts":null,"category":"Nature","sort_order":121,"added_in":"6.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":"FIRST QUARTER MOON SYMBOL","unified":"1F313","variations":[],"docomo":"E69E","au":"E5AA","softbank":"E04C","google":"FE013","image":"1f313.png","sheet_x":5,"sheet_y":3,"short_name":"first_quarter_moon","short_names":["first_quarter_moon"],"text":null,"texts":null,"category":"Nature","sort_order":122,"added_in":"6.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":"WAXING GIBBOUS MOON SYMBOL","unified":"1F314","variations":[],"docomo":"E69D","au":"E5A9","softbank":"E04C","google":"FE012","image":"1f314.png","sheet_x":5,"sheet_y":4,"short_name":"moon","short_names":["moon","waxing_gibbous_moon"],"text":null,"texts":null,"category":"Nature","sort_order":123,"added_in":"6.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":"FULL MOON SYMBOL","unified":"1F315","variations":[],"docomo":"E6A0","au":null,"softbank":null,"google":"FE015","image":"1f315.png","sheet_x":5,"sheet_y":5,"short_name":"full_moon","short_names":["full_moon"],"text":null,"texts":null,"category":"Nature","sort_order":116,"added_in":"6.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":"WANING GIBBOUS MOON SYMBOL","unified":"1F316","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f316.png","sheet_x":5,"sheet_y":6,"short_name":"waning_gibbous_moon","short_names":["waning_gibbous_moon"],"text":null,"texts":null,"category":"Nature","sort_order":117,"added_in":"6.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":"LAST QUARTER MOON SYMBOL","unified":"1F317","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f317.png","sheet_x":5,"sheet_y":7,"short_name":"last_quarter_moon","short_names":["last_quarter_moon"],"text":null,"texts":null,"category":"Nature","sort_order":118,"added_in":"6.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":"WANING CRESCENT MOON SYMBOL","unified":"1F318","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f318.png","sheet_x":5,"sheet_y":8,"short_name":"waning_crescent_moon","short_names":["waning_crescent_moon"],"text":null,"texts":null,"category":"Nature","sort_order":119,"added_in":"6.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":"CRESCENT MOON","unified":"1F319","variations":[],"docomo":"E69F","au":"E486","softbank":"E04C","google":"FE014","image":"1f319.png","sheet_x":5,"sheet_y":9,"short_name":"crescent_moon","short_names":["crescent_moon"],"text":null,"texts":null,"category":"Nature","sort_order":129,"added_in":"6.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":"NEW MOON WITH FACE","unified":"1F31A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f31a.png","sheet_x":5,"sheet_y":10,"short_name":"new_moon_with_face","short_names":["new_moon_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":124,"added_in":"6.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":"FIRST QUARTER MOON WITH FACE","unified":"1F31B","variations":[],"docomo":"E69E","au":"E489","softbank":"E04C","google":"FE016","image":"1f31b.png","sheet_x":5,"sheet_y":11,"short_name":"first_quarter_moon_with_face","short_names":["first_quarter_moon_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":127,"added_in":"6.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":"LAST QUARTER MOON WITH FACE","unified":"1F31C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f31c.png","sheet_x":5,"sheet_y":12,"short_name":"last_quarter_moon_with_face","short_names":["last_quarter_moon_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":128,"added_in":"6.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":"FULL MOON WITH FACE","unified":"1F31D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f31d.png","sheet_x":5,"sheet_y":13,"short_name":"full_moon_with_face","short_names":["full_moon_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":125,"added_in":"6.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":"SUN WITH FACE","unified":"1F31E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f31e.png","sheet_x":5,"sheet_y":14,"short_name":"sun_with_face","short_names":["sun_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":126,"added_in":"6.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":"GLOWING STAR","unified":"1F31F","variations":[],"docomo":null,"au":"E48B","softbank":"E335","google":"FEB69","image":"1f31f.png","sheet_x":5,"sheet_y":15,"short_name":"star2","short_names":["star2"],"text":null,"texts":null,"category":"Nature","sort_order":132,"added_in":"6.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":"SHOOTING STAR","unified":"1F320","variations":[],"docomo":null,"au":"E468","softbank":null,"google":"FEB6A","image":"1f320.png","sheet_x":5,"sheet_y":16,"short_name":"stars","short_names":["stars"],"text":null,"texts":null,"category":"Places","sort_order":110,"added_in":"6.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":"THERMOMETER","unified":"1F321","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f321.png","sheet_x":5,"sheet_y":17,"short_name":"thermometer","short_names":["thermometer"],"text":null,"texts":null,"category":"Objects","sort_order":82,"added_in":"7.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},{"name":"WHITE SUN WITH SMALL CLOUD","unified":"1F324","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f324.png","sheet_x":5,"sheet_y":18,"short_name":"mostly_sunny","short_names":["mostly_sunny","sun_small_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":139,"added_in":"7.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},{"name":"WHITE SUN BEHIND CLOUD","unified":"1F325","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f325.png","sheet_x":5,"sheet_y":19,"short_name":"barely_sunny","short_names":["barely_sunny","sun_behind_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":141,"added_in":"7.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},{"name":"WHITE SUN BEHIND CLOUD WITH RAIN","unified":"1F326","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f326.png","sheet_x":5,"sheet_y":20,"short_name":"partly_sunny_rain","short_names":["partly_sunny_rain","sun_behind_rain_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":142,"added_in":"7.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},{"name":"CLOUD WITH RAIN","unified":"1F327","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f327.png","sheet_x":5,"sheet_y":21,"short_name":"rain_cloud","short_names":["rain_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":145,"added_in":"7.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},{"name":"CLOUD WITH SNOW","unified":"1F328","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f328.png","sheet_x":5,"sheet_y":22,"short_name":"snow_cloud","short_names":["snow_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":148,"added_in":"7.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},{"name":"CLOUD WITH LIGHTNING","unified":"1F329","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f329.png","sheet_x":5,"sheet_y":23,"short_name":"lightning","short_names":["lightning","lightning_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":147,"added_in":"7.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},{"name":"CLOUD WITH TORNADO","unified":"1F32A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32a.png","sheet_x":5,"sheet_y":24,"short_name":"tornado","short_names":["tornado","tornado_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":154,"added_in":"7.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},{"name":"FOG","unified":"1F32B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32b.png","sheet_x":5,"sheet_y":25,"short_name":"fog","short_names":["fog"],"text":null,"texts":null,"category":"Nature","sort_order":155,"added_in":"7.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},{"name":"WIND BLOWING FACE","unified":"1F32C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32c.png","sheet_x":5,"sheet_y":26,"short_name":"wind_blowing_face","short_names":["wind_blowing_face"],"text":null,"texts":null,"category":"Nature","sort_order":152,"added_in":"7.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},{"name":"HOT DOG","unified":"1F32D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32d.png","sheet_x":5,"sheet_y":27,"short_name":"hotdog","short_names":["hotdog"],"text":null,"texts":null,"category":"Foods","sort_order":39,"added_in":"8.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},{"name":"TACO","unified":"1F32E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32e.png","sheet_x":5,"sheet_y":28,"short_name":"taco","short_names":["taco"],"text":null,"texts":null,"category":"Foods","sort_order":43,"added_in":"8.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},{"name":"BURRITO","unified":"1F32F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32f.png","sheet_x":5,"sheet_y":29,"short_name":"burrito","short_names":["burrito"],"text":null,"texts":null,"category":"Foods","sort_order":44,"added_in":"8.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},{"name":"CHESTNUT","unified":"1F330","variations":[],"docomo":null,"au":"EB38","softbank":null,"google":"FE04C","image":"1f330.png","sheet_x":5,"sheet_y":30,"short_name":"chestnut","short_names":["chestnut"],"text":null,"texts":null,"category":"Foods","sort_order":24,"added_in":"6.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":"SEEDLING","unified":"1F331","variations":[],"docomo":"E746","au":"EB7D","softbank":"E110","google":"FE03E","image":"1f331.png","sheet_x":5,"sheet_y":31,"short_name":"seedling","short_names":["seedling"],"text":null,"texts":null,"category":"Nature","sort_order":94,"added_in":"6.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":"EVERGREEN TREE","unified":"1F332","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f332.png","sheet_x":5,"sheet_y":32,"short_name":"evergreen_tree","short_names":["evergreen_tree"],"text":null,"texts":null,"category":"Nature","sort_order":91,"added_in":"6.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":"DECIDUOUS TREE","unified":"1F333","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f333.png","sheet_x":5,"sheet_y":33,"short_name":"deciduous_tree","short_names":["deciduous_tree"],"text":null,"texts":null,"category":"Nature","sort_order":92,"added_in":"6.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":"PALM TREE","unified":"1F334","variations":[],"docomo":null,"au":"E4E2","softbank":"E307","google":"FE047","image":"1f334.png","sheet_x":5,"sheet_y":34,"short_name":"palm_tree","short_names":["palm_tree"],"text":null,"texts":null,"category":"Nature","sort_order":93,"added_in":"6.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":"CACTUS","unified":"1F335","variations":[],"docomo":null,"au":"EA96","softbank":"E308","google":"FE048","image":"1f335.png","sheet_x":5,"sheet_y":35,"short_name":"cactus","short_names":["cactus"],"text":null,"texts":null,"category":"Nature","sort_order":89,"added_in":"6.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":"HOT PEPPER","unified":"1F336","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f336.png","sheet_x":5,"sheet_y":36,"short_name":"hot_pepper","short_names":["hot_pepper"],"text":null,"texts":null,"category":"Foods","sort_order":21,"added_in":"7.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},{"name":"TULIP","unified":"1F337","variations":[],"docomo":"E743","au":"E4E4","softbank":"E304","google":"FE03D","image":"1f337.png","sheet_x":5,"sheet_y":37,"short_name":"tulip","short_names":["tulip"],"text":null,"texts":null,"category":"Nature","sort_order":106,"added_in":"6.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":"CHERRY BLOSSOM","unified":"1F338","variations":[],"docomo":"E748","au":"E4CA","softbank":"E030","google":"FE040","image":"1f338.png","sheet_x":5,"sheet_y":38,"short_name":"cherry_blossom","short_names":["cherry_blossom"],"text":null,"texts":null,"category":"Nature","sort_order":111,"added_in":"6.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":"ROSE","unified":"1F339","variations":[],"docomo":null,"au":"E5BA","softbank":"E032","google":"FE041","image":"1f339.png","sheet_x":5,"sheet_y":39,"short_name":"rose","short_names":["rose"],"text":null,"texts":null,"category":"Nature","sort_order":107,"added_in":"6.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":"HIBISCUS","unified":"1F33A","variations":[],"docomo":null,"au":"EA94","softbank":"E303","google":"FE045","image":"1f33a.png","sheet_x":5,"sheet_y":40,"short_name":"hibiscus","short_names":["hibiscus"],"text":null,"texts":null,"category":"Nature","sort_order":112,"added_in":"6.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":"SUNFLOWER","unified":"1F33B","variations":[],"docomo":null,"au":"E4E3","softbank":"E305","google":"FE046","image":"1f33b.png","sheet_x":5,"sheet_y":41,"short_name":"sunflower","short_names":["sunflower"],"text":null,"texts":null,"category":"Nature","sort_order":109,"added_in":"6.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":"BLOSSOM","unified":"1F33C","variations":[],"docomo":null,"au":"EB49","softbank":"E305","google":"FE04D","image":"1f33c.png","sheet_x":5,"sheet_y":42,"short_name":"blossom","short_names":["blossom"],"text":null,"texts":null,"category":"Nature","sort_order":110,"added_in":"6.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":"EAR OF MAIZE","unified":"1F33D","variations":[],"docomo":null,"au":"EB36","softbank":null,"google":"FE04A","image":"1f33d.png","sheet_x":5,"sheet_y":43,"short_name":"corn","short_names":["corn"],"text":null,"texts":null,"category":"Foods","sort_order":20,"added_in":"6.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":"EAR OF RICE","unified":"1F33E","variations":[],"docomo":null,"au":null,"softbank":"E444","google":"FE049","image":"1f33e.png","sheet_x":5,"sheet_y":44,"short_name":"ear_of_rice","short_names":["ear_of_rice"],"text":null,"texts":null,"category":"Nature","sort_order":104,"added_in":"6.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":"HERB","unified":"1F33F","variations":[],"docomo":"E741","au":"EB82","softbank":"E110","google":"FE04E","image":"1f33f.png","sheet_x":5,"sheet_y":45,"short_name":"herb","short_names":["herb"],"text":null,"texts":null,"category":"Nature","sort_order":95,"added_in":"6.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":"FOUR LEAF CLOVER","unified":"1F340","variations":[],"docomo":"E741","au":"E513","softbank":"E110","google":"FE03C","image":"1f340.png","sheet_x":5,"sheet_y":46,"short_name":"four_leaf_clover","short_names":["four_leaf_clover"],"text":null,"texts":null,"category":"Nature","sort_order":97,"added_in":"6.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":"MAPLE LEAF","unified":"1F341","variations":[],"docomo":"E747","au":"E4CE","softbank":"E118","google":"FE03F","image":"1f341.png","sheet_x":5,"sheet_y":47,"short_name":"maple_leaf","short_names":["maple_leaf"],"text":null,"texts":null,"category":"Nature","sort_order":102,"added_in":"6.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":"FALLEN LEAF","unified":"1F342","variations":[],"docomo":"E747","au":"E5CD","softbank":"E119","google":"FE042","image":"1f342.png","sheet_x":5,"sheet_y":48,"short_name":"fallen_leaf","short_names":["fallen_leaf"],"text":null,"texts":null,"category":"Nature","sort_order":101,"added_in":"6.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":"LEAF FLUTTERING IN WIND","unified":"1F343","variations":[],"docomo":null,"au":"E5CD","softbank":"E447","google":"FE043","image":"1f343.png","sheet_x":6,"sheet_y":0,"short_name":"leaves","short_names":["leaves"],"text":null,"texts":null,"category":"Nature","sort_order":100,"added_in":"6.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":"MUSHROOM","unified":"1F344","variations":[],"docomo":null,"au":"EB37","softbank":null,"google":"FE04B","image":"1f344.png","sheet_x":6,"sheet_y":1,"short_name":"mushroom","short_names":["mushroom"],"text":null,"texts":null,"category":"Nature","sort_order":103,"added_in":"6.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":"TOMATO","unified":"1F345","variations":[],"docomo":null,"au":"EABB","softbank":"E349","google":"FE055","image":"1f345.png","sheet_x":6,"sheet_y":2,"short_name":"tomato","short_names":["tomato"],"text":null,"texts":null,"category":"Foods","sort_order":16,"added_in":"6.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":"AUBERGINE","unified":"1F346","variations":[],"docomo":null,"au":"EABC","softbank":"E34A","google":"FE056","image":"1f346.png","sheet_x":6,"sheet_y":3,"short_name":"eggplant","short_names":["eggplant"],"text":null,"texts":null,"category":"Foods","sort_order":17,"added_in":"6.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":"GRAPES","unified":"1F347","variations":[],"docomo":null,"au":"EB34","softbank":null,"google":"FE059","image":"1f347.png","sheet_x":6,"sheet_y":4,"short_name":"grapes","short_names":["grapes"],"text":null,"texts":null,"category":"Foods","sort_order":8,"added_in":"6.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":"MELON","unified":"1F348","variations":[],"docomo":null,"au":"EB32","softbank":null,"google":"FE057","image":"1f348.png","sheet_x":6,"sheet_y":5,"short_name":"melon","short_names":["melon"],"text":null,"texts":null,"category":"Foods","sort_order":10,"added_in":"6.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":"WATERMELON","unified":"1F349","variations":[],"docomo":null,"au":"E4CD","softbank":"E348","google":"FE054","image":"1f349.png","sheet_x":6,"sheet_y":6,"short_name":"watermelon","short_names":["watermelon"],"text":null,"texts":null,"category":"Foods","sort_order":7,"added_in":"6.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":"TANGERINE","unified":"1F34A","variations":[],"docomo":null,"au":"EABA","softbank":"E346","google":"FE052","image":"1f34a.png","sheet_x":6,"sheet_y":7,"short_name":"tangerine","short_names":["tangerine"],"text":null,"texts":null,"category":"Foods","sort_order":4,"added_in":"6.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":"LEMON","unified":"1F34B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f34b.png","sheet_x":6,"sheet_y":8,"short_name":"lemon","short_names":["lemon"],"text":null,"texts":null,"category":"Foods","sort_order":5,"added_in":"6.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":"BANANA","unified":"1F34C","variations":[],"docomo":"E744","au":"EB35","softbank":null,"google":"FE050","image":"1f34c.png","sheet_x":6,"sheet_y":9,"short_name":"banana","short_names":["banana"],"text":null,"texts":null,"category":"Foods","sort_order":6,"added_in":"6.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":"PINEAPPLE","unified":"1F34D","variations":[],"docomo":null,"au":"EB33","softbank":null,"google":"FE058","image":"1f34d.png","sheet_x":6,"sheet_y":10,"short_name":"pineapple","short_names":["pineapple"],"text":null,"texts":null,"category":"Foods","sort_order":13,"added_in":"6.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":"RED APPLE","unified":"1F34E","variations":[],"docomo":"E745","au":"EAB9","softbank":"E345","google":"FE051","image":"1f34e.png","sheet_x":6,"sheet_y":11,"short_name":"apple","short_names":["apple"],"text":null,"texts":null,"category":"Foods","sort_order":2,"added_in":"6.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":"GREEN APPLE","unified":"1F34F","variations":[],"docomo":"E745","au":"EB5A","softbank":"E345","google":"FE05B","image":"1f34f.png","sheet_x":6,"sheet_y":12,"short_name":"green_apple","short_names":["green_apple"],"text":null,"texts":null,"category":"Foods","sort_order":1,"added_in":"6.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":"PEAR","unified":"1F350","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f350.png","sheet_x":6,"sheet_y":13,"short_name":"pear","short_names":["pear"],"text":null,"texts":null,"category":"Foods","sort_order":3,"added_in":"6.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":"PEACH","unified":"1F351","variations":[],"docomo":null,"au":"EB39","softbank":null,"google":"FE05A","image":"1f351.png","sheet_x":6,"sheet_y":14,"short_name":"peach","short_names":["peach"],"text":null,"texts":null,"category":"Foods","sort_order":12,"added_in":"6.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":"CHERRIES","unified":"1F352","variations":[],"docomo":"E742","au":"E4D2","softbank":null,"google":"FE04F","image":"1f352.png","sheet_x":6,"sheet_y":15,"short_name":"cherries","short_names":["cherries"],"text":null,"texts":null,"category":"Foods","sort_order":11,"added_in":"6.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":"STRAWBERRY","unified":"1F353","variations":[],"docomo":null,"au":"E4D4","softbank":"E347","google":"FE053","image":"1f353.png","sheet_x":6,"sheet_y":16,"short_name":"strawberry","short_names":["strawberry"],"text":null,"texts":null,"category":"Foods","sort_order":9,"added_in":"6.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":"HAMBURGER","unified":"1F354","variations":[],"docomo":"E673","au":"E4D6","softbank":"E120","google":"FE960","image":"1f354.png","sheet_x":6,"sheet_y":17,"short_name":"hamburger","short_names":["hamburger"],"text":null,"texts":null,"category":"Foods","sort_order":40,"added_in":"6.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":"SLICE OF PIZZA","unified":"1F355","variations":[],"docomo":null,"au":"EB3B","softbank":null,"google":"FE975","image":"1f355.png","sheet_x":6,"sheet_y":18,"short_name":"pizza","short_names":["pizza"],"text":null,"texts":null,"category":"Foods","sort_order":38,"added_in":"6.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":"MEAT ON BONE","unified":"1F356","variations":[],"docomo":null,"au":"E4C4","softbank":null,"google":"FE972","image":"1f356.png","sheet_x":6,"sheet_y":19,"short_name":"meat_on_bone","short_names":["meat_on_bone"],"text":null,"texts":null,"category":"Foods","sort_order":37,"added_in":"6.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":"POULTRY LEG","unified":"1F357","variations":[],"docomo":null,"au":"EB3C","softbank":null,"google":"FE976","image":"1f357.png","sheet_x":6,"sheet_y":20,"short_name":"poultry_leg","short_names":["poultry_leg"],"text":null,"texts":null,"category":"Foods","sort_order":36,"added_in":"6.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":"RICE CRACKER","unified":"1F358","variations":[],"docomo":null,"au":"EAB3","softbank":"E33D","google":"FE969","image":"1f358.png","sheet_x":6,"sheet_y":21,"short_name":"rice_cracker","short_names":["rice_cracker"],"text":null,"texts":null,"category":"Foods","sort_order":56,"added_in":"6.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":"RICE BALL","unified":"1F359","variations":[],"docomo":"E749","au":"E4D5","softbank":"E342","google":"FE961","image":"1f359.png","sheet_x":6,"sheet_y":22,"short_name":"rice_ball","short_names":["rice_ball"],"text":null,"texts":null,"category":"Foods","sort_order":55,"added_in":"6.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":"COOKED RICE","unified":"1F35A","variations":[],"docomo":"E74C","au":"EAB4","softbank":"E33E","google":"FE96A","image":"1f35a.png","sheet_x":6,"sheet_y":23,"short_name":"rice","short_names":["rice"],"text":null,"texts":null,"category":"Foods","sort_order":54,"added_in":"6.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":"CURRY AND RICE","unified":"1F35B","variations":[],"docomo":null,"au":"EAB6","softbank":"E341","google":"FE96C","image":"1f35b.png","sheet_x":6,"sheet_y":24,"short_name":"curry","short_names":["curry"],"text":null,"texts":null,"category":"Foods","sort_order":53,"added_in":"6.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":"STEAMING BOWL","unified":"1F35C","variations":[],"docomo":"E74C","au":"E5B4","softbank":"E340","google":"FE963","image":"1f35c.png","sheet_x":6,"sheet_y":25,"short_name":"ramen","short_names":["ramen"],"text":null,"texts":null,"category":"Foods","sort_order":48,"added_in":"6.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":"SPAGHETTI","unified":"1F35D","variations":[],"docomo":null,"au":"EAB5","softbank":"E33F","google":"FE96B","image":"1f35d.png","sheet_x":6,"sheet_y":26,"short_name":"spaghetti","short_names":["spaghetti"],"text":null,"texts":null,"category":"Foods","sort_order":47,"added_in":"6.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":"BREAD","unified":"1F35E","variations":[],"docomo":"E74D","au":"EAAF","softbank":"E339","google":"FE964","image":"1f35e.png","sheet_x":6,"sheet_y":27,"short_name":"bread","short_names":["bread"],"text":null,"texts":null,"category":"Foods","sort_order":28,"added_in":"6.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":"FRENCH FRIES","unified":"1F35F","variations":[],"docomo":null,"au":"EAB1","softbank":"E33B","google":"FE967","image":"1f35f.png","sheet_x":6,"sheet_y":28,"short_name":"fries","short_names":["fries"],"text":null,"texts":null,"category":"Foods","sort_order":41,"added_in":"6.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":"ROASTED SWEET POTATO","unified":"1F360","variations":[],"docomo":null,"au":"EB3A","softbank":null,"google":"FE974","image":"1f360.png","sheet_x":6,"sheet_y":29,"short_name":"sweet_potato","short_names":["sweet_potato"],"text":null,"texts":null,"category":"Foods","sort_order":23,"added_in":"6.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":"DANGO","unified":"1F361","variations":[],"docomo":null,"au":"EAB2","softbank":"E33C","google":"FE968","image":"1f361.png","sheet_x":6,"sheet_y":30,"short_name":"dango","short_names":["dango"],"text":null,"texts":null,"category":"Foods","sort_order":58,"added_in":"6.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":"ODEN","unified":"1F362","variations":[],"docomo":null,"au":"EAB7","softbank":"E343","google":"FE96D","image":"1f362.png","sheet_x":6,"sheet_y":31,"short_name":"oden","short_names":["oden"],"text":null,"texts":null,"category":"Foods","sort_order":57,"added_in":"6.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":"SUSHI","unified":"1F363","variations":[],"docomo":null,"au":"EAB8","softbank":"E344","google":"FE96E","image":"1f363.png","sheet_x":6,"sheet_y":32,"short_name":"sushi","short_names":["sushi"],"text":null,"texts":null,"category":"Foods","sort_order":51,"added_in":"6.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":"FRIED SHRIMP","unified":"1F364","variations":[],"docomo":null,"au":"EB70","softbank":null,"google":"FE97F","image":"1f364.png","sheet_x":6,"sheet_y":33,"short_name":"fried_shrimp","short_names":["fried_shrimp"],"text":null,"texts":null,"category":"Foods","sort_order":35,"added_in":"6.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":"FISH CAKE WITH SWIRL DESIGN","unified":"1F365","variations":[],"docomo":"E643","au":"E4ED","softbank":null,"google":"FE973","image":"1f365.png","sheet_x":6,"sheet_y":34,"short_name":"fish_cake","short_names":["fish_cake"],"text":null,"texts":null,"category":"Foods","sort_order":50,"added_in":"6.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":"SOFT ICE CREAM","unified":"1F366","variations":[],"docomo":null,"au":"EAB0","softbank":"E33A","google":"FE966","image":"1f366.png","sheet_x":6,"sheet_y":35,"short_name":"icecream","short_names":["icecream"],"text":null,"texts":null,"category":"Foods","sort_order":61,"added_in":"6.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":"SHAVED ICE","unified":"1F367","variations":[],"docomo":null,"au":"EAEA","softbank":"E43F","google":"FE971","image":"1f367.png","sheet_x":6,"sheet_y":36,"short_name":"shaved_ice","short_names":["shaved_ice"],"text":null,"texts":null,"category":"Foods","sort_order":59,"added_in":"6.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":"ICE CREAM","unified":"1F368","variations":[],"docomo":null,"au":"EB4A","softbank":null,"google":"FE977","image":"1f368.png","sheet_x":6,"sheet_y":37,"short_name":"ice_cream","short_names":["ice_cream"],"text":null,"texts":null,"category":"Foods","sort_order":60,"added_in":"6.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":"DOUGHNUT","unified":"1F369","variations":[],"docomo":null,"au":"EB4B","softbank":null,"google":"FE978","image":"1f369.png","sheet_x":6,"sheet_y":38,"short_name":"doughnut","short_names":["doughnut"],"text":null,"texts":null,"category":"Foods","sort_order":69,"added_in":"6.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":"COOKIE","unified":"1F36A","variations":[],"docomo":null,"au":"EB4C","softbank":null,"google":"FE979","image":"1f36a.png","sheet_x":6,"sheet_y":39,"short_name":"cookie","short_names":["cookie"],"text":null,"texts":null,"category":"Foods","sort_order":70,"added_in":"6.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":"CHOCOLATE BAR","unified":"1F36B","variations":[],"docomo":null,"au":"EB4D","softbank":null,"google":"FE97A","image":"1f36b.png","sheet_x":6,"sheet_y":40,"short_name":"chocolate_bar","short_names":["chocolate_bar"],"text":null,"texts":null,"category":"Foods","sort_order":67,"added_in":"6.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":"CANDY","unified":"1F36C","variations":[],"docomo":null,"au":"EB4E","softbank":null,"google":"FE97B","image":"1f36c.png","sheet_x":6,"sheet_y":41,"short_name":"candy","short_names":["candy"],"text":null,"texts":null,"category":"Foods","sort_order":66,"added_in":"6.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":"LOLLIPOP","unified":"1F36D","variations":[],"docomo":null,"au":"EB4F","softbank":null,"google":"FE97C","image":"1f36d.png","sheet_x":6,"sheet_y":42,"short_name":"lollipop","short_names":["lollipop"],"text":null,"texts":null,"category":"Foods","sort_order":65,"added_in":"6.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":"CUSTARD","unified":"1F36E","variations":[],"docomo":null,"au":"EB56","softbank":null,"google":"FE97D","image":"1f36e.png","sheet_x":6,"sheet_y":43,"short_name":"custard","short_names":["custard"],"text":null,"texts":null,"category":"Foods","sort_order":64,"added_in":"6.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":"HONEY POT","unified":"1F36F","variations":[],"docomo":null,"au":"EB59","softbank":null,"google":"FE97E","image":"1f36f.png","sheet_x":6,"sheet_y":44,"short_name":"honey_pot","short_names":["honey_pot"],"text":null,"texts":null,"category":"Foods","sort_order":26,"added_in":"6.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":"SHORTCAKE","unified":"1F370","variations":[],"docomo":"E74A","au":"E4D0","softbank":"E046","google":"FE962","image":"1f370.png","sheet_x":6,"sheet_y":45,"short_name":"cake","short_names":["cake"],"text":null,"texts":null,"category":"Foods","sort_order":62,"added_in":"6.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":"BENTO BOX","unified":"1F371","variations":[],"docomo":null,"au":"EABD","softbank":"E34C","google":"FE96F","image":"1f371.png","sheet_x":6,"sheet_y":46,"short_name":"bento","short_names":["bento"],"text":null,"texts":null,"category":"Foods","sort_order":52,"added_in":"6.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":"POT OF FOOD","unified":"1F372","variations":[],"docomo":null,"au":"EABE","softbank":"E34D","google":"FE970","image":"1f372.png","sheet_x":6,"sheet_y":47,"short_name":"stew","short_names":["stew"],"text":null,"texts":null,"category":"Foods","sort_order":49,"added_in":"6.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":"COOKING","unified":"1F373","variations":[],"docomo":null,"au":"E4D1","softbank":"E147","google":"FE965","image":"1f373.png","sheet_x":6,"sheet_y":48,"short_name":"fried_egg","short_names":["fried_egg","cooking"],"text":null,"texts":null,"category":"Foods","sort_order":32,"added_in":"6.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":"FORK AND KNIFE","unified":"1F374","variations":[],"docomo":"E66F","au":"E4AC","softbank":"E043","google":"FE980","image":"1f374.png","sheet_x":7,"sheet_y":0,"short_name":"fork_and_knife","short_names":["fork_and_knife"],"text":null,"texts":null,"category":"Foods","sort_order":85,"added_in":"6.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":"TEACUP WITHOUT HANDLE","unified":"1F375","variations":[],"docomo":"E71E","au":"EAAE","softbank":"E338","google":"FE984","image":"1f375.png","sheet_x":7,"sheet_y":1,"short_name":"tea","short_names":["tea"],"text":null,"texts":null,"category":"Foods","sort_order":74,"added_in":"6.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":"SAKE BOTTLE AND CUP","unified":"1F376","variations":[],"docomo":"E74B","au":"EA97","softbank":"E30B","google":"FE985","image":"1f376.png","sheet_x":7,"sheet_y":2,"short_name":"sake","short_names":["sake"],"text":null,"texts":null,"category":"Foods","sort_order":75,"added_in":"6.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":"WINE GLASS","unified":"1F377","variations":[],"docomo":"E756","au":"E4C1","softbank":"E044","google":"FE986","image":"1f377.png","sheet_x":7,"sheet_y":3,"short_name":"wine_glass","short_names":["wine_glass"],"text":null,"texts":null,"category":"Foods","sort_order":79,"added_in":"6.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":"COCKTAIL GLASS","unified":"1F378","variations":[],"docomo":"E671","au":"E4C2","softbank":"E044","google":"FE982","image":"1f378.png","sheet_x":7,"sheet_y":4,"short_name":"cocktail","short_names":["cocktail"],"text":null,"texts":null,"category":"Foods","sort_order":81,"added_in":"6.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":"TROPICAL DRINK","unified":"1F379","variations":[],"docomo":"E671","au":"EB3E","softbank":"E044","google":"FE988","image":"1f379.png","sheet_x":7,"sheet_y":5,"short_name":"tropical_drink","short_names":["tropical_drink"],"text":null,"texts":null,"category":"Foods","sort_order":82,"added_in":"6.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":"BEER MUG","unified":"1F37A","variations":[],"docomo":"E672","au":"E4C3","softbank":"E047","google":"FE983","image":"1f37a.png","sheet_x":7,"sheet_y":6,"short_name":"beer","short_names":["beer"],"text":null,"texts":null,"category":"Foods","sort_order":76,"added_in":"6.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":"CLINKING BEER MUGS","unified":"1F37B","variations":[],"docomo":"E672","au":"EA98","softbank":"E30C","google":"FE987","image":"1f37b.png","sheet_x":7,"sheet_y":7,"short_name":"beers","short_names":["beers"],"text":null,"texts":null,"category":"Foods","sort_order":77,"added_in":"6.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":"BABY BOTTLE","unified":"1F37C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f37c.png","sheet_x":7,"sheet_y":8,"short_name":"baby_bottle","short_names":["baby_bottle"],"text":null,"texts":null,"category":"Foods","sort_order":72,"added_in":"6.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":"FORK AND KNIFE WITH PLATE","unified":"1F37D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f37d.png","sheet_x":7,"sheet_y":9,"short_name":"knife_fork_plate","short_names":["knife_fork_plate"],"text":null,"texts":null,"category":"Foods","sort_order":86,"added_in":"7.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},{"name":"BOTTLE WITH POPPING CORK","unified":"1F37E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f37e.png","sheet_x":7,"sheet_y":10,"short_name":"champagne","short_names":["champagne"],"text":null,"texts":null,"category":"Foods","sort_order":83,"added_in":"8.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},{"name":"POPCORN","unified":"1F37F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f37f.png","sheet_x":7,"sheet_y":11,"short_name":"popcorn","short_names":["popcorn"],"text":null,"texts":null,"category":"Foods","sort_order":68,"added_in":"8.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},{"name":"RIBBON","unified":"1F380","variations":[],"docomo":"E684","au":"E59F","softbank":"E314","google":"FE50F","image":"1f380.png","sheet_x":7,"sheet_y":12,"short_name":"ribbon","short_names":["ribbon"],"text":null,"texts":null,"category":"Objects","sort_order":101,"added_in":"6.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":"WRAPPED PRESENT","unified":"1F381","variations":[],"docomo":"E685","au":"E4CF","softbank":"E112","google":"FE510","image":"1f381.png","sheet_x":7,"sheet_y":13,"short_name":"gift","short_names":["gift"],"text":null,"texts":null,"category":"Objects","sort_order":98,"added_in":"6.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":"BIRTHDAY CAKE","unified":"1F382","variations":[],"docomo":"E686","au":"E5A0","softbank":"E34B","google":"FE511","image":"1f382.png","sheet_x":7,"sheet_y":14,"short_name":"birthday","short_names":["birthday"],"text":null,"texts":null,"category":"Foods","sort_order":63,"added_in":"6.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":"JACK-O-LANTERN","unified":"1F383","variations":[],"docomo":null,"au":"EAEE","softbank":"E445","google":"FE51F","image":"1f383.png","sheet_x":7,"sheet_y":15,"short_name":"jack_o_lantern","short_names":["jack_o_lantern"],"text":null,"texts":null,"category":"People","sort_order":87,"added_in":"6.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":"CHRISTMAS TREE","unified":"1F384","variations":[],"docomo":"E6A4","au":"E4C9","softbank":"E033","google":"FE512","image":"1f384.png","sheet_x":7,"sheet_y":16,"short_name":"christmas_tree","short_names":["christmas_tree"],"text":null,"texts":null,"category":"Nature","sort_order":90,"added_in":"6.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":"FATHER CHRISTMAS","unified":"1F385","variations":[],"docomo":null,"au":"EAF0","softbank":"E448","google":"FE513","image":"1f385.png","sheet_x":7,"sheet_y":17,"short_name":"santa","short_names":["santa"],"text":null,"texts":null,"category":"People","sort_order":194,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F385-1F3FB","image":"1f385-1f3fb.png","sheet_x":7,"sheet_y":18,"added_in":"8.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},"1F3FC":{"unified":"1F385-1F3FC","image":"1f385-1f3fc.png","sheet_x":7,"sheet_y":19,"added_in":"8.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},"1F3FD":{"unified":"1F385-1F3FD","image":"1f385-1f3fd.png","sheet_x":7,"sheet_y":20,"added_in":"8.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},"1F3FE":{"unified":"1F385-1F3FE","image":"1f385-1f3fe.png","sheet_x":7,"sheet_y":21,"added_in":"8.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},"1F3FF":{"unified":"1F385-1F3FF","image":"1f385-1f3ff.png","sheet_x":7,"sheet_y":22,"added_in":"8.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":"FIREWORKS","unified":"1F386","variations":[],"docomo":null,"au":"E5CC","softbank":"E117","google":"FE515","image":"1f386.png","sheet_x":7,"sheet_y":23,"short_name":"fireworks","short_names":["fireworks"],"text":null,"texts":null,"category":"Places","sort_order":112,"added_in":"6.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":"FIREWORK SPARKLER","unified":"1F387","variations":[],"docomo":null,"au":"EAEB","softbank":"E440","google":"FE51D","image":"1f387.png","sheet_x":7,"sheet_y":24,"short_name":"sparkler","short_names":["sparkler"],"text":null,"texts":null,"category":"Places","sort_order":111,"added_in":"6.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":"BALLOON","unified":"1F388","variations":[],"docomo":null,"au":"EA9B","softbank":"E310","google":"FE516","image":"1f388.png","sheet_x":7,"sheet_y":25,"short_name":"balloon","short_names":["balloon"],"text":null,"texts":null,"category":"Objects","sort_order":99,"added_in":"6.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":"PARTY POPPER","unified":"1F389","variations":[],"docomo":null,"au":"EA9C","softbank":"E312","google":"FE517","image":"1f389.png","sheet_x":7,"sheet_y":26,"short_name":"tada","short_names":["tada"],"text":null,"texts":null,"category":"Objects","sort_order":103,"added_in":"6.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":"CONFETTI BALL","unified":"1F38A","variations":[],"docomo":null,"au":"E46F","softbank":null,"google":"FE520","image":"1f38a.png","sheet_x":7,"sheet_y":27,"short_name":"confetti_ball","short_names":["confetti_ball"],"text":null,"texts":null,"category":"Objects","sort_order":102,"added_in":"6.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":"TANABATA TREE","unified":"1F38B","variations":[],"docomo":null,"au":"EB3D","softbank":null,"google":"FE521","image":"1f38b.png","sheet_x":7,"sheet_y":28,"short_name":"tanabata_tree","short_names":["tanabata_tree"],"text":null,"texts":null,"category":"Nature","sort_order":99,"added_in":"6.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":"CROSSED FLAGS","unified":"1F38C","variations":[],"docomo":null,"au":"E5D9","softbank":"E143","google":"FE514","image":"1f38c.png","sheet_x":7,"sheet_y":29,"short_name":"crossed_flags","short_names":["crossed_flags"],"text":null,"texts":null,"category":"Flags","sort_order":118,"added_in":"6.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":"PINE DECORATION","unified":"1F38D","variations":[],"docomo":null,"au":"EAE3","softbank":"E436","google":"FE518","image":"1f38d.png","sheet_x":7,"sheet_y":30,"short_name":"bamboo","short_names":["bamboo"],"text":null,"texts":null,"category":"Nature","sort_order":98,"added_in":"6.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":"JAPANESE DOLLS","unified":"1F38E","variations":[],"docomo":null,"au":"EAE4","softbank":"E438","google":"FE519","image":"1f38e.png","sheet_x":7,"sheet_y":31,"short_name":"dolls","short_names":["dolls"],"text":null,"texts":null,"category":"Objects","sort_order":104,"added_in":"6.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":"CARP STREAMER","unified":"1F38F","variations":[],"docomo":null,"au":"EAE7","softbank":"E43B","google":"FE51C","image":"1f38f.png","sheet_x":7,"sheet_y":32,"short_name":"flags","short_names":["flags"],"text":null,"texts":null,"category":"Objects","sort_order":100,"added_in":"6.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":"WIND CHIME","unified":"1F390","variations":[],"docomo":null,"au":"EAED","softbank":"E442","google":"FE51E","image":"1f390.png","sheet_x":7,"sheet_y":33,"short_name":"wind_chime","short_names":["wind_chime"],"text":null,"texts":null,"category":"Objects","sort_order":106,"added_in":"6.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":"MOON VIEWING CEREMONY","unified":"1F391","variations":[],"docomo":null,"au":"EAEF","softbank":"E446","google":"FE017","image":"1f391.png","sheet_x":7,"sheet_y":34,"short_name":"rice_scene","short_names":["rice_scene"],"text":null,"texts":null,"category":"Places","sort_order":106,"added_in":"6.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":"SCHOOL SATCHEL","unified":"1F392","variations":[],"docomo":null,"au":"EAE6","softbank":"E43A","google":"FE51B","image":"1f392.png","sheet_x":7,"sheet_y":35,"short_name":"school_satchel","short_names":["school_satchel"],"text":null,"texts":null,"category":"People","sort_order":285,"added_in":"6.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":"GRADUATION CAP","unified":"1F393","variations":[],"docomo":null,"au":"EAE5","softbank":"E439","google":"FE51A","image":"1f393.png","sheet_x":7,"sheet_y":36,"short_name":"mortar_board","short_names":["mortar_board"],"text":null,"texts":null,"category":"People","sort_order":282,"added_in":"6.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":"MILITARY MEDAL","unified":"1F396","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f396.png","sheet_x":7,"sheet_y":37,"short_name":"medal","short_names":["medal"],"text":null,"texts":null,"category":"Activity","sort_order":56,"added_in":"7.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},{"name":"REMINDER RIBBON","unified":"1F397","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f397.png","sheet_x":7,"sheet_y":38,"short_name":"reminder_ribbon","short_names":["reminder_ribbon"],"text":null,"texts":null,"category":"Activity","sort_order":62,"added_in":"7.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},{"name":"STUDIO MICROPHONE","unified":"1F399","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f399.png","sheet_x":7,"sheet_y":39,"short_name":"studio_microphone","short_names":["studio_microphone"],"text":null,"texts":null,"category":"Objects","sort_order":29,"added_in":"7.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},{"name":"LEVEL SLIDER","unified":"1F39A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f39a.png","sheet_x":7,"sheet_y":40,"short_name":"level_slider","short_names":["level_slider"],"text":null,"texts":null,"category":"Objects","sort_order":30,"added_in":"7.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},{"name":"CONTROL KNOBS","unified":"1F39B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f39b.png","sheet_x":7,"sheet_y":41,"short_name":"control_knobs","short_names":["control_knobs"],"text":null,"texts":null,"category":"Objects","sort_order":31,"added_in":"7.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},{"name":"FILM FRAMES","unified":"1F39E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f39e.png","sheet_x":7,"sheet_y":42,"short_name":"film_frames","short_names":["film_frames"],"text":null,"texts":null,"category":"Objects","sort_order":22,"added_in":"7.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},{"name":"ADMISSION TICKETS","unified":"1F39F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f39f.png","sheet_x":7,"sheet_y":43,"short_name":"admission_tickets","short_names":["admission_tickets"],"text":null,"texts":null,"category":"Activity","sort_order":64,"added_in":"7.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},{"name":"CAROUSEL HORSE","unified":"1F3A0","variations":[],"docomo":"E679","au":null,"softbank":null,"google":"FE7FC","image":"1f3a0.png","sheet_x":7,"sheet_y":44,"short_name":"carousel_horse","short_names":["carousel_horse"],"text":null,"texts":null,"category":"Places","sort_order":69,"added_in":"6.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":"FERRIS WHEEL","unified":"1F3A1","variations":[],"docomo":null,"au":"E46D","softbank":"E124","google":"FE7FD","image":"1f3a1.png","sheet_x":7,"sheet_y":45,"short_name":"ferris_wheel","short_names":["ferris_wheel"],"text":null,"texts":null,"category":"Places","sort_order":67,"added_in":"6.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":"ROLLER COASTER","unified":"1F3A2","variations":[],"docomo":null,"au":"EAE2","softbank":"E433","google":"FE7FE","image":"1f3a2.png","sheet_x":7,"sheet_y":46,"short_name":"roller_coaster","short_names":["roller_coaster"],"text":null,"texts":null,"category":"Places","sort_order":68,"added_in":"6.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":"FISHING POLE AND FISH","unified":"1F3A3","variations":[],"docomo":"E751","au":"EB42","softbank":"E019","google":"FE7FF","image":"1f3a3.png","sheet_x":7,"sheet_y":47,"short_name":"fishing_pole_and_fish","short_names":["fishing_pole_and_fish"],"text":null,"texts":null,"category":"Activity","sort_order":17,"added_in":"6.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":"MICROPHONE","unified":"1F3A4","variations":[],"docomo":"E676","au":"E503","softbank":"E03C","google":"FE800","image":"1f3a4.png","sheet_x":7,"sheet_y":48,"short_name":"microphone","short_names":["microphone"],"text":null,"texts":null,"category":"Activity","sort_order":72,"added_in":"6.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":"MOVIE CAMERA","unified":"1F3A5","variations":[],"docomo":"E677","au":"E517","softbank":"E03D","google":"FE801","image":"1f3a5.png","sheet_x":8,"sheet_y":0,"short_name":"movie_camera","short_names":["movie_camera"],"text":null,"texts":null,"category":"Objects","sort_order":20,"added_in":"6.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":"CINEMA","unified":"1F3A6","variations":[],"docomo":"E677","au":"E517","softbank":"E507","google":"FE802","image":"1f3a6.png","sheet_x":8,"sheet_y":1,"short_name":"cinema","short_names":["cinema"],"text":null,"texts":null,"category":"Symbols","sort_order":126,"added_in":"6.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":"HEADPHONE","unified":"1F3A7","variations":[],"docomo":"E67A","au":"E508","softbank":"E30A","google":"FE803","image":"1f3a7.png","sheet_x":8,"sheet_y":2,"short_name":"headphones","short_names":["headphones"],"text":null,"texts":null,"category":"Activity","sort_order":73,"added_in":"6.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":"ARTIST PALETTE","unified":"1F3A8","variations":[],"docomo":"E67B","au":"E59C","softbank":"E502","google":"FE804","image":"1f3a8.png","sheet_x":8,"sheet_y":3,"short_name":"art","short_names":["art"],"text":null,"texts":null,"category":"Activity","sort_order":70,"added_in":"6.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":"TOP HAT","unified":"1F3A9","variations":[],"docomo":"E67C","au":"EAF5","softbank":"E503","google":"FE805","image":"1f3a9.png","sheet_x":8,"sheet_y":4,"short_name":"tophat","short_names":["tophat"],"text":null,"texts":null,"category":"People","sort_order":281,"added_in":"6.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":"CIRCUS TENT","unified":"1F3AA","variations":[],"docomo":"E67D","au":"E59E","softbank":null,"google":"FE806","image":"1f3aa.png","sheet_x":8,"sheet_y":5,"short_name":"circus_tent","short_names":["circus_tent"],"text":null,"texts":null,"category":"Activity","sort_order":65,"added_in":"6.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":"TICKET","unified":"1F3AB","variations":[],"docomo":"E67E","au":"E49E","softbank":"E125","google":"FE807","image":"1f3ab.png","sheet_x":8,"sheet_y":6,"short_name":"ticket","short_names":["ticket"],"text":null,"texts":null,"category":"Activity","sort_order":63,"added_in":"6.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":"CLAPPER BOARD","unified":"1F3AC","variations":[],"docomo":"E6AC","au":"E4BE","softbank":"E324","google":"FE808","image":"1f3ac.png","sheet_x":8,"sheet_y":7,"short_name":"clapper","short_names":["clapper"],"text":null,"texts":null,"category":"Activity","sort_order":71,"added_in":"6.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":"PERFORMING ARTS","unified":"1F3AD","variations":[],"docomo":null,"au":"E59D","softbank":"E503","google":"FE809","image":"1f3ad.png","sheet_x":8,"sheet_y":8,"short_name":"performing_arts","short_names":["performing_arts"],"text":null,"texts":null,"category":"Activity","sort_order":69,"added_in":"6.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":"VIDEO GAME","unified":"1F3AE","variations":[],"docomo":"E68B","au":"E4C6","softbank":null,"google":"FE80A","image":"1f3ae.png","sheet_x":8,"sheet_y":9,"short_name":"video_game","short_names":["video_game"],"text":null,"texts":null,"category":"Activity","sort_order":84,"added_in":"6.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":"DIRECT HIT","unified":"1F3AF","variations":[],"docomo":null,"au":"E4C5","softbank":"E130","google":"FE80C","image":"1f3af.png","sheet_x":8,"sheet_y":10,"short_name":"dart","short_names":["dart"],"text":null,"texts":null,"category":"Activity","sort_order":82,"added_in":"6.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":"SLOT MACHINE","unified":"1F3B0","variations":[],"docomo":null,"au":"E46E","softbank":"E133","google":"FE80D","image":"1f3b0.png","sheet_x":8,"sheet_y":11,"short_name":"slot_machine","short_names":["slot_machine"],"text":null,"texts":null,"category":"Activity","sort_order":85,"added_in":"6.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":"BILLIARDS","unified":"1F3B1","variations":[],"docomo":null,"au":"EADD","softbank":"E42C","google":"FE80E","image":"1f3b1.png","sheet_x":8,"sheet_y":12,"short_name":"8ball","short_names":["8ball"],"text":null,"texts":null,"category":"Activity","sort_order":8,"added_in":"6.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":"GAME DIE","unified":"1F3B2","variations":[],"docomo":null,"au":"E4C8","softbank":null,"google":"FE80F","image":"1f3b2.png","sheet_x":8,"sheet_y":13,"short_name":"game_die","short_names":["game_die"],"text":null,"texts":null,"category":"Activity","sort_order":81,"added_in":"6.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":"BOWLING","unified":"1F3B3","variations":[],"docomo":null,"au":"EB43","softbank":null,"google":"FE810","image":"1f3b3.png","sheet_x":8,"sheet_y":14,"short_name":"bowling","short_names":["bowling"],"text":null,"texts":null,"category":"Activity","sort_order":83,"added_in":"6.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":"FLOWER PLAYING CARDS","unified":"1F3B4","variations":[],"docomo":null,"au":"EB6E","softbank":null,"google":"FE811","image":"1f3b4.png","sheet_x":8,"sheet_y":15,"short_name":"flower_playing_cards","short_names":["flower_playing_cards"],"text":null,"texts":null,"category":"Symbols","sort_order":248,"added_in":"6.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":"MUSICAL NOTE","unified":"1F3B5","variations":[],"docomo":"E6F6","au":"E5BE","softbank":"E03E","google":"FE813","image":"1f3b5.png","sheet_x":8,"sheet_y":16,"short_name":"musical_note","short_names":["musical_note"],"text":null,"texts":null,"category":"Symbols","sort_order":188,"added_in":"6.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":"MULTIPLE MUSICAL NOTES","unified":"1F3B6","variations":[],"docomo":"E6FF","au":"E505","softbank":"E326","google":"FE814","image":"1f3b6.png","sheet_x":8,"sheet_y":17,"short_name":"notes","short_names":["notes"],"text":null,"texts":null,"category":"Symbols","sort_order":189,"added_in":"6.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":"SAXOPHONE","unified":"1F3B7","variations":[],"docomo":null,"au":null,"softbank":"E040","google":"FE815","image":"1f3b7.png","sheet_x":8,"sheet_y":18,"short_name":"saxophone","short_names":["saxophone"],"text":null,"texts":null,"category":"Activity","sort_order":77,"added_in":"6.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":"GUITAR","unified":"1F3B8","variations":[],"docomo":null,"au":"E506","softbank":"E041","google":"FE816","image":"1f3b8.png","sheet_x":8,"sheet_y":19,"short_name":"guitar","short_names":["guitar"],"text":null,"texts":null,"category":"Activity","sort_order":79,"added_in":"6.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":"MUSICAL KEYBOARD","unified":"1F3B9","variations":[],"docomo":null,"au":"EB40","softbank":null,"google":"FE817","image":"1f3b9.png","sheet_x":8,"sheet_y":20,"short_name":"musical_keyboard","short_names":["musical_keyboard"],"text":null,"texts":null,"category":"Activity","sort_order":75,"added_in":"6.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":"TRUMPET","unified":"1F3BA","variations":[],"docomo":null,"au":"EADC","softbank":"E042","google":"FE818","image":"1f3ba.png","sheet_x":8,"sheet_y":21,"short_name":"trumpet","short_names":["trumpet"],"text":null,"texts":null,"category":"Activity","sort_order":78,"added_in":"6.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":"VIOLIN","unified":"1F3BB","variations":[],"docomo":null,"au":"E507","softbank":null,"google":"FE819","image":"1f3bb.png","sheet_x":8,"sheet_y":22,"short_name":"violin","short_names":["violin"],"text":null,"texts":null,"category":"Activity","sort_order":80,"added_in":"6.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":"MUSICAL SCORE","unified":"1F3BC","variations":[],"docomo":"E6FF","au":"EACC","softbank":"E326","google":"FE81A","image":"1f3bc.png","sheet_x":8,"sheet_y":23,"short_name":"musical_score","short_names":["musical_score"],"text":null,"texts":null,"category":"Activity","sort_order":74,"added_in":"6.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":"RUNNING SHIRT WITH SASH","unified":"1F3BD","variations":[],"docomo":"E652","au":null,"softbank":null,"google":"FE7D0","image":"1f3bd.png","sheet_x":8,"sheet_y":24,"short_name":"running_shirt_with_sash","short_names":["running_shirt_with_sash"],"text":null,"texts":null,"category":"Activity","sort_order":54,"added_in":"6.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":"TENNIS RACQUET AND BALL","unified":"1F3BE","variations":[],"docomo":"E655","au":"E4B7","softbank":"E015","google":"FE7D3","image":"1f3be.png","sheet_x":8,"sheet_y":25,"short_name":"tennis","short_names":["tennis"],"text":null,"texts":null,"category":"Activity","sort_order":5,"added_in":"6.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":"SKI AND SKI BOOT","unified":"1F3BF","variations":[],"docomo":"E657","au":"EAAC","softbank":"E013","google":"FE7D5","image":"1f3bf.png","sheet_x":8,"sheet_y":26,"short_name":"ski","short_names":["ski"],"text":null,"texts":null,"category":"Activity","sort_order":21,"added_in":"6.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":"BASKETBALL AND HOOP","unified":"1F3C0","variations":[],"docomo":"E658","au":"E59A","softbank":"E42A","google":"FE7D6","image":"1f3c0.png","sheet_x":8,"sheet_y":27,"short_name":"basketball","short_names":["basketball"],"text":null,"texts":null,"category":"Activity","sort_order":2,"added_in":"6.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":"CHEQUERED FLAG","unified":"1F3C1","variations":[],"docomo":"E659","au":"E4B9","softbank":"E132","google":"FE7D7","image":"1f3c1.png","sheet_x":8,"sheet_y":28,"short_name":"checkered_flag","short_names":["checkered_flag"],"text":null,"texts":null,"category":"Flags","sort_order":3,"added_in":"6.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":"SNOWBOARDER","unified":"1F3C2","variations":[],"docomo":"E712","au":"E4B8","softbank":null,"google":"FE7D8","image":"1f3c2.png","sheet_x":8,"sheet_y":29,"short_name":"snowboarder","short_names":["snowboarder"],"text":null,"texts":null,"category":"Activity","sort_order":23,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3C2-1F3FB","image":"1f3c2-1f3fb.png","sheet_x":8,"sheet_y":30,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},"1F3FC":{"unified":"1F3C2-1F3FC","image":"1f3c2-1f3fc.png","sheet_x":8,"sheet_y":31,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},"1F3FD":{"unified":"1F3C2-1F3FD","image":"1f3c2-1f3fd.png","sheet_x":8,"sheet_y":32,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},"1F3FE":{"unified":"1F3C2-1F3FE","image":"1f3c2-1f3fe.png","sheet_x":8,"sheet_y":33,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},"1F3FF":{"unified":"1F3C2-1F3FF","image":"1f3c2-1f3ff.png","sheet_x":8,"sheet_y":34,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"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":8,"sheet_y":35,"short_name":"runner","short_names":["runner","running"],"text":null,"texts":null,"category":"People","sort_order":233,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3C3-1F3FB","image":"1f3c3-1f3fb.png","sheet_x":8,"sheet_y":36,"added_in":"8.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},"1F3FC":{"unified":"1F3C3-1F3FC","image":"1f3c3-1f3fc.png","sheet_x":8,"sheet_y":37,"added_in":"8.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},"1F3FD":{"unified":"1F3C3-1F3FD","image":"1f3c3-1f3fd.png","sheet_x":8,"sheet_y":38,"added_in":"8.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},"1F3FE":{"unified":"1F3C3-1F3FE","image":"1f3c3-1f3fe.png","sheet_x":8,"sheet_y":39,"added_in":"8.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},"1F3FF":{"unified":"1F3C3-1F3FF","image":"1f3c3-1f3ff.png","sheet_x":8,"sheet_y":40,"added_in":"8.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}},"obsoleted_by":"1F3C3-200D-2642-FE0F"},{"name":"SURFER","unified":"1F3C4","variations":[],"docomo":"E712","au":"EB41","softbank":"E017","google":"FE7DA","image":"1f3c4.png","sheet_x":8,"sheet_y":41,"short_name":"surfer","short_names":["surfer"],"text":null,"texts":null,"category":"Activity","sort_order":41,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3C4-1F3FB","image":"1f3c4-1f3fb.png","sheet_x":8,"sheet_y":42,"added_in":"8.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},"1F3FC":{"unified":"1F3C4-1F3FC","image":"1f3c4-1f3fc.png","sheet_x":8,"sheet_y":43,"added_in":"8.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},"1F3FD":{"unified":"1F3C4-1F3FD","image":"1f3c4-1f3fd.png","sheet_x":8,"sheet_y":44,"added_in":"8.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},"1F3FE":{"unified":"1F3C4-1F3FE","image":"1f3c4-1f3fe.png","sheet_x":8,"sheet_y":45,"added_in":"8.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},"1F3FF":{"unified":"1F3C4-1F3FF","image":"1f3c4-1f3ff.png","sheet_x":8,"sheet_y":46,"added_in":"8.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}},"obsoleted_by":"1F3C4-200D-2642-FE0F"},{"name":"SPORTS MEDAL","unified":"1F3C5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c5.png","sheet_x":8,"sheet_y":47,"short_name":"sports_medal","short_names":["sports_medal"],"text":null,"texts":null,"category":"Activity","sort_order":55,"added_in":"7.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},{"name":"TROPHY","unified":"1F3C6","variations":[],"docomo":null,"au":"E5D3","softbank":"E131","google":"FE7DB","image":"1f3c6.png","sheet_x":8,"sheet_y":48,"short_name":"trophy","short_names":["trophy"],"text":null,"texts":null,"category":"Activity","sort_order":60,"added_in":"6.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":"HORSE RACING","unified":"1F3C7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c7.png","sheet_x":9,"sheet_y":0,"short_name":"horse_racing","short_names":["horse_racing"],"text":null,"texts":null,"category":"Activity","sort_order":49,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3C7-1F3FB","image":"1f3c7-1f3fb.png","sheet_x":9,"sheet_y":1,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true},"1F3FC":{"unified":"1F3C7-1F3FC","image":"1f3c7-1f3fc.png","sheet_x":9,"sheet_y":2,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true},"1F3FD":{"unified":"1F3C7-1F3FD","image":"1f3c7-1f3fd.png","sheet_x":9,"sheet_y":3,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true},"1F3FE":{"unified":"1F3C7-1F3FE","image":"1f3c7-1f3fe.png","sheet_x":9,"sheet_y":4,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true},"1F3FF":{"unified":"1F3C7-1F3FF","image":"1f3c7-1f3ff.png","sheet_x":9,"sheet_y":5,"added_in":"8.0","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":"AMERICAN FOOTBALL","unified":"1F3C8","variations":[],"docomo":null,"au":"E4BB","softbank":"E42B","google":"FE7DD","image":"1f3c8.png","sheet_x":9,"sheet_y":6,"short_name":"football","short_names":["football"],"text":null,"texts":null,"category":"Activity","sort_order":3,"added_in":"6.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":"RUGBY FOOTBALL","unified":"1F3C9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c9.png","sheet_x":9,"sheet_y":7,"short_name":"rugby_football","short_names":["rugby_football"],"text":null,"texts":null,"category":"Activity","sort_order":7,"added_in":"6.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":"SWIMMER","unified":"1F3CA","variations":[],"docomo":null,"au":"EADE","softbank":"E42D","google":"FE7DE","image":"1f3ca.png","sheet_x":9,"sheet_y":8,"short_name":"swimmer","short_names":["swimmer"],"text":null,"texts":null,"category":"Activity","sort_order":43,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3CA-1F3FB","image":"1f3ca-1f3fb.png","sheet_x":9,"sheet_y":9,"added_in":"8.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},"1F3FC":{"unified":"1F3CA-1F3FC","image":"1f3ca-1f3fc.png","sheet_x":9,"sheet_y":10,"added_in":"8.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},"1F3FD":{"unified":"1F3CA-1F3FD","image":"1f3ca-1f3fd.png","sheet_x":9,"sheet_y":11,"added_in":"8.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},"1F3FE":{"unified":"1F3CA-1F3FE","image":"1f3ca-1f3fe.png","sheet_x":9,"sheet_y":12,"added_in":"8.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},"1F3FF":{"unified":"1F3CA-1F3FF","image":"1f3ca-1f3ff.png","sheet_x":9,"sheet_y":13,"added_in":"8.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}},"obsoleted_by":"1F3CA-200D-2642-FE0F"},{"name":"WEIGHT LIFTER","unified":"1F3CB","variations":["1F3CB-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cb.png","sheet_x":9,"sheet_y":14,"short_name":"weight_lifter","short_names":["weight_lifter"],"text":null,"texts":null,"category":"Activity","sort_order":25,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F3CB-1F3FB","image":"1f3cb-1f3fb.png","sheet_x":9,"sheet_y":15,"added_in":"8.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},"1F3FC":{"unified":"1F3CB-1F3FC","image":"1f3cb-1f3fc.png","sheet_x":9,"sheet_y":16,"added_in":"8.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},"1F3FD":{"unified":"1F3CB-1F3FD","image":"1f3cb-1f3fd.png","sheet_x":9,"sheet_y":17,"added_in":"8.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},"1F3FE":{"unified":"1F3CB-1F3FE","image":"1f3cb-1f3fe.png","sheet_x":9,"sheet_y":18,"added_in":"8.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},"1F3FF":{"unified":"1F3CB-1F3FF","image":"1f3cb-1f3ff.png","sheet_x":9,"sheet_y":19,"added_in":"8.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}},"obsoleted_by":"1F3CB-FE0F-200D-2642-FE0F"},{"name":"GOLFER","unified":"1F3CC","variations":["1F3CC-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cc.png","sheet_x":9,"sheet_y":20,"short_name":"golfer","short_names":["golfer"],"text":null,"texts":null,"category":"Activity","sort_order":39,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F3CC-1F3FB","image":"1f3cc-1f3fb.png","sheet_x":9,"sheet_y":21,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F3CC-1F3FC","image":"1f3cc-1f3fc.png","sheet_x":9,"sheet_y":22,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F3CC-1F3FD","image":"1f3cc-1f3fd.png","sheet_x":9,"sheet_y":23,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F3CC-1F3FE","image":"1f3cc-1f3fe.png","sheet_x":9,"sheet_y":24,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F3CC-1F3FF","image":"1f3cc-1f3ff.png","sheet_x":9,"sheet_y":25,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false}},"obsoleted_by":"1F3CC-FE0F-200D-2642-FE0F"},{"name":"RACING MOTORCYCLE","unified":"1F3CD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cd.png","sheet_x":9,"sheet_y":26,"short_name":"racing_motorcycle","short_names":["racing_motorcycle"],"text":null,"texts":null,"category":"Places","sort_order":17,"added_in":"7.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},{"name":"RACING CAR","unified":"1F3CE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3ce.png","sheet_x":9,"sheet_y":27,"short_name":"racing_car","short_names":["racing_car"],"text":null,"texts":null,"category":"Places","sort_order":6,"added_in":"7.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},{"name":"CRICKET BAT AND BALL","unified":"1F3CF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cf.png","sheet_x":9,"sheet_y":28,"short_name":"cricket_bat_and_ball","short_names":["cricket_bat_and_ball"],"text":null,"texts":null,"category":"Activity","sort_order":14,"added_in":"8.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},{"name":"VOLLEYBALL","unified":"1F3D0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d0.png","sheet_x":9,"sheet_y":29,"short_name":"volleyball","short_names":["volleyball"],"text":null,"texts":null,"category":"Activity","sort_order":6,"added_in":"8.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},{"name":"FIELD HOCKEY STICK AND BALL","unified":"1F3D1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d1.png","sheet_x":9,"sheet_y":30,"short_name":"field_hockey_stick_and_ball","short_names":["field_hockey_stick_and_ball"],"text":null,"texts":null,"category":"Activity","sort_order":13,"added_in":"8.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},{"name":"ICE HOCKEY STICK AND PUCK","unified":"1F3D2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d2.png","sheet_x":9,"sheet_y":31,"short_name":"ice_hockey_stick_and_puck","short_names":["ice_hockey_stick_and_puck"],"text":null,"texts":null,"category":"Activity","sort_order":12,"added_in":"8.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},{"name":"TABLE TENNIS PADDLE AND BALL","unified":"1F3D3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d3.png","sheet_x":9,"sheet_y":32,"short_name":"table_tennis_paddle_and_ball","short_names":["table_tennis_paddle_and_ball"],"text":null,"texts":null,"category":"Activity","sort_order":9,"added_in":"8.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},{"name":"SNOW CAPPED MOUNTAIN","unified":"1F3D4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d4.png","sheet_x":9,"sheet_y":33,"short_name":"snow_capped_mountain","short_names":["snow_capped_mountain"],"text":null,"texts":null,"category":"Places","sort_order":74,"added_in":"7.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},{"name":"CAMPING","unified":"1F3D5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d5.png","sheet_x":9,"sheet_y":34,"short_name":"camping","short_names":["camping"],"text":null,"texts":null,"category":"Places","sort_order":78,"added_in":"7.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},{"name":"BEACH WITH UMBRELLA","unified":"1F3D6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d6.png","sheet_x":9,"sheet_y":35,"short_name":"beach_with_umbrella","short_names":["beach_with_umbrella"],"text":null,"texts":null,"category":"Places","sort_order":71,"added_in":"7.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},{"name":"BUILDING CONSTRUCTION","unified":"1F3D7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d7.png","sheet_x":9,"sheet_y":36,"short_name":"building_construction","short_names":["building_construction"],"text":null,"texts":null,"category":"Places","sort_order":82,"added_in":"7.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},{"name":"HOUSE BUILDINGS","unified":"1F3D8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d8.png","sheet_x":9,"sheet_y":37,"short_name":"house_buildings","short_names":["house_buildings"],"text":null,"texts":null,"category":"Places","sort_order":86,"added_in":"7.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},{"name":"CITYSCAPE","unified":"1F3D9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d9.png","sheet_x":9,"sheet_y":38,"short_name":"cityscape","short_names":["cityscape"],"text":null,"texts":null,"category":"Places","sort_order":115,"added_in":"7.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},{"name":"DERELICT HOUSE BUILDING","unified":"1F3DA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3da.png","sheet_x":9,"sheet_y":39,"short_name":"derelict_house_building","short_names":["derelict_house_building"],"text":null,"texts":null,"category":"Places","sort_order":87,"added_in":"7.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},{"name":"CLASSICAL BUILDING","unified":"1F3DB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3db.png","sheet_x":9,"sheet_y":40,"short_name":"classical_building","short_names":["classical_building"],"text":null,"texts":null,"category":"Places","sort_order":99,"added_in":"7.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},{"name":"DESERT","unified":"1F3DC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3dc.png","sheet_x":9,"sheet_y":41,"short_name":"desert","short_names":["desert"],"text":null,"texts":null,"category":"Places","sort_order":77,"added_in":"7.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},{"name":"DESERT ISLAND","unified":"1F3DD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3dd.png","sheet_x":9,"sheet_y":42,"short_name":"desert_island","short_names":["desert_island"],"text":null,"texts":null,"category":"Places","sort_order":72,"added_in":"7.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},{"name":"NATIONAL PARK","unified":"1F3DE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3de.png","sheet_x":9,"sheet_y":43,"short_name":"national_park","short_names":["national_park"],"text":null,"texts":null,"category":"Places","sort_order":107,"added_in":"7.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},{"name":"STADIUM","unified":"1F3DF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3df.png","sheet_x":9,"sheet_y":44,"short_name":"stadium","short_names":["stadium"],"text":null,"texts":null,"category":"Places","sort_order":66,"added_in":"7.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},{"name":"HOUSE BUILDING","unified":"1F3E0","variations":[],"docomo":"E663","au":"E4AB","softbank":"E036","google":"FE4B0","image":"1f3e0.png","sheet_x":9,"sheet_y":45,"short_name":"house","short_names":["house"],"text":null,"texts":null,"category":"Places","sort_order":84,"added_in":"6.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":"HOUSE WITH GARDEN","unified":"1F3E1","variations":[],"docomo":"E663","au":"EB09","softbank":"E036","google":"FE4B1","image":"1f3e1.png","sheet_x":9,"sheet_y":46,"short_name":"house_with_garden","short_names":["house_with_garden"],"text":null,"texts":null,"category":"Places","sort_order":85,"added_in":"6.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":"OFFICE BUILDING","unified":"1F3E2","variations":[],"docomo":"E664","au":"E4AD","softbank":"E038","google":"FE4B2","image":"1f3e2.png","sheet_x":9,"sheet_y":47,"short_name":"office","short_names":["office"],"text":null,"texts":null,"category":"Places","sort_order":88,"added_in":"6.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":"JAPANESE POST OFFICE","unified":"1F3E3","variations":[],"docomo":"E665","au":"E5DE","softbank":"E153","google":"FE4B3","image":"1f3e3.png","sheet_x":9,"sheet_y":48,"short_name":"post_office","short_names":["post_office"],"text":null,"texts":null,"category":"Places","sort_order":90,"added_in":"6.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":"EUROPEAN POST OFFICE","unified":"1F3E4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3e4.png","sheet_x":10,"sheet_y":0,"short_name":"european_post_office","short_names":["european_post_office"],"text":null,"texts":null,"category":"Places","sort_order":91,"added_in":"6.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":"HOSPITAL","unified":"1F3E5","variations":[],"docomo":"E666","au":"E5DF","softbank":"E155","google":"FE4B4","image":"1f3e5.png","sheet_x":10,"sheet_y":1,"short_name":"hospital","short_names":["hospital"],"text":null,"texts":null,"category":"Places","sort_order":92,"added_in":"6.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":"BANK","unified":"1F3E6","variations":[],"docomo":"E667","au":"E4AA","softbank":"E14D","google":"FE4B5","image":"1f3e6.png","sheet_x":10,"sheet_y":2,"short_name":"bank","short_names":["bank"],"text":null,"texts":null,"category":"Places","sort_order":93,"added_in":"6.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":"AUTOMATED TELLER MACHINE","unified":"1F3E7","variations":[],"docomo":"E668","au":"E4A3","softbank":"E154","google":"FE4B6","image":"1f3e7.png","sheet_x":10,"sheet_y":3,"short_name":"atm","short_names":["atm"],"text":null,"texts":null,"category":"Symbols","sort_order":111,"added_in":"6.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":"HOTEL","unified":"1F3E8","variations":[],"docomo":"E669","au":"EA81","softbank":"E158","google":"FE4B7","image":"1f3e8.png","sheet_x":10,"sheet_y":4,"short_name":"hotel","short_names":["hotel"],"text":null,"texts":null,"category":"Places","sort_order":94,"added_in":"6.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":"LOVE HOTEL","unified":"1F3E9","variations":[],"docomo":"E669-E6EF","au":"EAF3","softbank":"E501","google":"FE4B8","image":"1f3e9.png","sheet_x":10,"sheet_y":5,"short_name":"love_hotel","short_names":["love_hotel"],"text":null,"texts":null,"category":"Places","sort_order":97,"added_in":"6.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":"CONVENIENCE STORE","unified":"1F3EA","variations":[],"docomo":"E66A","au":"E4A4","softbank":"E156","google":"FE4B9","image":"1f3ea.png","sheet_x":10,"sheet_y":6,"short_name":"convenience_store","short_names":["convenience_store"],"text":null,"texts":null,"category":"Places","sort_order":95,"added_in":"6.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":"SCHOOL","unified":"1F3EB","variations":[],"docomo":"E73E","au":"EA80","softbank":"E157","google":"FE4BA","image":"1f3eb.png","sheet_x":10,"sheet_y":7,"short_name":"school","short_names":["school"],"text":null,"texts":null,"category":"Places","sort_order":96,"added_in":"6.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":"DEPARTMENT STORE","unified":"1F3EC","variations":[],"docomo":null,"au":"EAF6","softbank":"E504","google":"FE4BD","image":"1f3ec.png","sheet_x":10,"sheet_y":8,"short_name":"department_store","short_names":["department_store"],"text":null,"texts":null,"category":"Places","sort_order":89,"added_in":"6.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":"FACTORY","unified":"1F3ED","variations":[],"docomo":null,"au":"EAF9","softbank":"E508","google":"FE4C0","image":"1f3ed.png","sheet_x":10,"sheet_y":9,"short_name":"factory","short_names":["factory"],"text":null,"texts":null,"category":"Places","sort_order":83,"added_in":"6.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":"IZAKAYA LANTERN","unified":"1F3EE","variations":[],"docomo":"E74B","au":"E4BD","softbank":"E30B","google":"FE4C2","image":"1f3ee.png","sheet_x":10,"sheet_y":10,"short_name":"izakaya_lantern","short_names":["izakaya_lantern","lantern"],"text":null,"texts":null,"category":"Objects","sort_order":105,"added_in":"6.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":"JAPANESE CASTLE","unified":"1F3EF","variations":[],"docomo":null,"au":"EAF7","softbank":"E505","google":"FE4BE","image":"1f3ef.png","sheet_x":10,"sheet_y":11,"short_name":"japanese_castle","short_names":["japanese_castle"],"text":null,"texts":null,"category":"Places","sort_order":65,"added_in":"6.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":"EUROPEAN CASTLE","unified":"1F3F0","variations":[],"docomo":null,"au":"EAF8","softbank":"E506","google":"FE4BF","image":"1f3f0.png","sheet_x":10,"sheet_y":12,"short_name":"european_castle","short_names":["european_castle"],"text":null,"texts":null,"category":"Places","sort_order":64,"added_in":"6.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":"WAVING WHITE FLAG","unified":"1F3F3","variations":["1F3F3-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f3.png","sheet_x":10,"sheet_y":13,"short_name":"waving_white_flag","short_names":["waving_white_flag"],"text":null,"texts":null,"category":"Flags","sort_order":1,"added_in":"7.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},{"name":"WAVING BLACK FLAG","unified":"1F3F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f4.png","sheet_x":10,"sheet_y":14,"short_name":"waving_black_flag","short_names":["waving_black_flag"],"text":null,"texts":null,"category":"Flags","sort_order":2,"added_in":"7.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},{"name":"ROSETTE","unified":"1F3F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f5.png","sheet_x":10,"sheet_y":15,"short_name":"rosette","short_names":["rosette"],"text":null,"texts":null,"category":"Activity","sort_order":61,"added_in":"7.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},{"name":"LABEL","unified":"1F3F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f7.png","sheet_x":10,"sheet_y":16,"short_name":"label","short_names":["label"],"text":null,"texts":null,"category":"Objects","sort_order":115,"added_in":"7.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},{"name":"BADMINTON RACQUET AND SHUTTLECOCK","unified":"1F3F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f8.png","sheet_x":10,"sheet_y":17,"short_name":"badminton_racquet_and_shuttlecock","short_names":["badminton_racquet_and_shuttlecock"],"text":null,"texts":null,"category":"Activity","sort_order":10,"added_in":"8.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},{"name":"BOW AND ARROW","unified":"1F3F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f9.png","sheet_x":10,"sheet_y":18,"short_name":"bow_and_arrow","short_names":["bow_and_arrow"],"text":null,"texts":null,"category":"Activity","sort_order":16,"added_in":"8.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},{"name":"AMPHORA","unified":"1F3FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fa.png","sheet_x":10,"sheet_y":19,"short_name":"amphora","short_names":["amphora"],"text":null,"texts":null,"category":"Objects","sort_order":72,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-1-2","unified":"1F3FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fb.png","sheet_x":10,"sheet_y":20,"short_name":"skin-tone-2","short_names":["skin-tone-2"],"text":null,"texts":null,"category":"Skin Tones","sort_order":1,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-3","unified":"1F3FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fc.png","sheet_x":10,"sheet_y":21,"short_name":"skin-tone-3","short_names":["skin-tone-3"],"text":null,"texts":null,"category":"Skin Tones","sort_order":2,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-4","unified":"1F3FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fd.png","sheet_x":10,"sheet_y":22,"short_name":"skin-tone-4","short_names":["skin-tone-4"],"text":null,"texts":null,"category":"Skin Tones","sort_order":3,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-5","unified":"1F3FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fe.png","sheet_x":10,"sheet_y":23,"short_name":"skin-tone-5","short_names":["skin-tone-5"],"text":null,"texts":null,"category":"Skin Tones","sort_order":4,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-6","unified":"1F3FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3ff.png","sheet_x":10,"sheet_y":24,"short_name":"skin-tone-6","short_names":["skin-tone-6"],"text":null,"texts":null,"category":"Skin Tones","sort_order":5,"added_in":"8.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},{"name":"RAT","unified":"1F400","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f400.png","sheet_x":10,"sheet_y":25,"short_name":"rat","short_names":["rat"],"text":null,"texts":null,"category":"Nature","sort_order":84,"added_in":"6.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":"MOUSE","unified":"1F401","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f401.png","sheet_x":10,"sheet_y":26,"short_name":"mouse2","short_names":["mouse2"],"text":null,"texts":null,"category":"Nature","sort_order":83,"added_in":"6.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":"OX","unified":"1F402","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f402.png","sheet_x":10,"sheet_y":27,"short_name":"ox","short_names":["ox"],"text":null,"texts":null,"category":"Nature","sort_order":63,"added_in":"6.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":"WATER BUFFALO","unified":"1F403","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f403.png","sheet_x":10,"sheet_y":28,"short_name":"water_buffalo","short_names":["water_buffalo"],"text":null,"texts":null,"category":"Nature","sort_order":62,"added_in":"6.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":"COW","unified":"1F404","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f404.png","sheet_x":10,"sheet_y":29,"short_name":"cow2","short_names":["cow2"],"text":null,"texts":null,"category":"Nature","sort_order":64,"added_in":"6.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":"TIGER","unified":"1F405","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f405.png","sheet_x":10,"sheet_y":30,"short_name":"tiger2","short_names":["tiger2"],"text":null,"texts":null,"category":"Nature","sort_order":61,"added_in":"6.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":"LEOPARD","unified":"1F406","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f406.png","sheet_x":10,"sheet_y":31,"short_name":"leopard","short_names":["leopard"],"text":null,"texts":null,"category":"Nature","sort_order":60,"added_in":"6.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":"RABBIT","unified":"1F407","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f407.png","sheet_x":10,"sheet_y":32,"short_name":"rabbit2","short_names":["rabbit2"],"text":null,"texts":null,"category":"Nature","sort_order":82,"added_in":"6.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":"CAT","unified":"1F408","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f408.png","sheet_x":10,"sheet_y":33,"short_name":"cat2","short_names":["cat2"],"text":null,"texts":null,"category":"Nature","sort_order":78,"added_in":"6.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":"DRAGON","unified":"1F409","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f409.png","sheet_x":10,"sheet_y":34,"short_name":"dragon","short_names":["dragon"],"text":null,"texts":null,"category":"Nature","sort_order":87,"added_in":"6.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":"CROCODILE","unified":"1F40A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f40a.png","sheet_x":10,"sheet_y":35,"short_name":"crocodile","short_names":["crocodile"],"text":null,"texts":null,"category":"Nature","sort_order":59,"added_in":"6.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":"WHALE","unified":"1F40B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f40b.png","sheet_x":10,"sheet_y":36,"short_name":"whale2","short_names":["whale2"],"text":null,"texts":null,"category":"Nature","sort_order":58,"added_in":"6.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":"SNAIL","unified":"1F40C","variations":[],"docomo":"E74E","au":"EB7E","softbank":null,"google":"FE1B9","image":"1f40c.png","sheet_x":10,"sheet_y":37,"short_name":"snail","short_names":["snail"],"text":null,"texts":null,"category":"Nature","sort_order":38,"added_in":"6.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":"SNAKE","unified":"1F40D","variations":[],"docomo":null,"au":"EB22","softbank":"E52D","google":"FE1D3","image":"1f40d.png","sheet_x":10,"sheet_y":38,"short_name":"snake","short_names":["snake"],"text":null,"texts":null,"category":"Nature","sort_order":45,"added_in":"6.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":"HORSE","unified":"1F40E","variations":[],"docomo":"E754","au":"E4D8","softbank":"E134","google":"FE7DC","image":"1f40e.png","sheet_x":10,"sheet_y":39,"short_name":"racehorse","short_names":["racehorse"],"text":null,"texts":null,"category":"Nature","sort_order":71,"added_in":"6.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":"RAM","unified":"1F40F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f40f.png","sheet_x":10,"sheet_y":40,"short_name":"ram","short_names":["ram"],"text":null,"texts":null,"category":"Nature","sort_order":74,"added_in":"6.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":"GOAT","unified":"1F410","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f410.png","sheet_x":10,"sheet_y":41,"short_name":"goat","short_names":["goat"],"text":null,"texts":null,"category":"Nature","sort_order":73,"added_in":"6.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":"SHEEP","unified":"1F411","variations":[],"docomo":null,"au":"E48F","softbank":"E529","google":"FE1CF","image":"1f411.png","sheet_x":10,"sheet_y":42,"short_name":"sheep","short_names":["sheep"],"text":null,"texts":null,"category":"Nature","sort_order":75,"added_in":"6.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":"MONKEY","unified":"1F412","variations":[],"docomo":null,"au":"E4D9","softbank":"E528","google":"FE1CE","image":"1f412.png","sheet_x":10,"sheet_y":43,"short_name":"monkey","short_names":["monkey"],"text":null,"texts":null,"category":"Nature","sort_order":20,"added_in":"6.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":"ROOSTER","unified":"1F413","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f413.png","sheet_x":10,"sheet_y":44,"short_name":"rooster","short_names":["rooster"],"text":null,"texts":null,"category":"Nature","sort_order":79,"added_in":"6.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":"CHICKEN","unified":"1F414","variations":[],"docomo":null,"au":"EB23","softbank":"E52E","google":"FE1D4","image":"1f414.png","sheet_x":10,"sheet_y":45,"short_name":"chicken","short_names":["chicken"],"text":null,"texts":null,"category":"Nature","sort_order":21,"added_in":"6.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":"DOG","unified":"1F415","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f415.png","sheet_x":10,"sheet_y":46,"short_name":"dog2","short_names":["dog2"],"text":null,"texts":null,"category":"Nature","sort_order":76,"added_in":"6.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":"PIG","unified":"1F416","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f416.png","sheet_x":10,"sheet_y":47,"short_name":"pig2","short_names":["pig2"],"text":null,"texts":null,"category":"Nature","sort_order":72,"added_in":"6.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":"BOAR","unified":"1F417","variations":[],"docomo":null,"au":"EB24","softbank":"E52F","google":"FE1D5","image":"1f417.png","sheet_x":10,"sheet_y":48,"short_name":"boar","short_names":["boar"],"text":null,"texts":null,"category":"Nature","sort_order":32,"added_in":"6.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":"ELEPHANT","unified":"1F418","variations":[],"docomo":null,"au":"EB1F","softbank":"E526","google":"FE1CC","image":"1f418.png","sheet_x":11,"sheet_y":0,"short_name":"elephant","short_names":["elephant"],"text":null,"texts":null,"category":"Nature","sort_order":68,"added_in":"6.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":"OCTOPUS","unified":"1F419","variations":[],"docomo":null,"au":"E5C7","softbank":"E10A","google":"FE1C5","image":"1f419.png","sheet_x":11,"sheet_y":1,"short_name":"octopus","short_names":["octopus"],"text":null,"texts":null,"category":"Nature","sort_order":50,"added_in":"6.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":"SPIRAL SHELL","unified":"1F41A","variations":[],"docomo":null,"au":"EAEC","softbank":"E441","google":"FE1C6","image":"1f41a.png","sheet_x":11,"sheet_y":2,"short_name":"shell","short_names":["shell"],"text":null,"texts":null,"category":"Nature","sort_order":39,"added_in":"6.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":"BUG","unified":"1F41B","variations":[],"docomo":null,"au":"EB1E","softbank":"E525","google":"FE1CB","image":"1f41b.png","sheet_x":11,"sheet_y":3,"short_name":"bug","short_names":["bug"],"text":null,"texts":null,"category":"Nature","sort_order":36,"added_in":"6.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":"ANT","unified":"1F41C","variations":[],"docomo":null,"au":"E4DD","softbank":null,"google":"FE1DA","image":"1f41c.png","sheet_x":11,"sheet_y":4,"short_name":"ant","short_names":["ant"],"text":null,"texts":null,"category":"Nature","sort_order":41,"added_in":"6.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":"HONEYBEE","unified":"1F41D","variations":[],"docomo":null,"au":"EB57","softbank":null,"google":"FE1E1","image":"1f41d.png","sheet_x":11,"sheet_y":5,"short_name":"bee","short_names":["bee","honeybee"],"text":null,"texts":null,"category":"Nature","sort_order":35,"added_in":"6.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":"LADY BEETLE","unified":"1F41E","variations":[],"docomo":null,"au":"EB58","softbank":null,"google":"FE1E2","image":"1f41e.png","sheet_x":11,"sheet_y":6,"short_name":"beetle","short_names":["beetle"],"text":null,"texts":null,"category":"Nature","sort_order":40,"added_in":"6.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":"FISH","unified":"1F41F","variations":[],"docomo":"E751","au":"E49A","softbank":"E019","google":"FE1BD","image":"1f41f.png","sheet_x":11,"sheet_y":7,"short_name":"fish","short_names":["fish"],"text":null,"texts":null,"category":"Nature","sort_order":53,"added_in":"6.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":"TROPICAL FISH","unified":"1F420","variations":[],"docomo":"E751","au":"EB1D","softbank":"E522","google":"FE1C9","image":"1f420.png","sheet_x":11,"sheet_y":8,"short_name":"tropical_fish","short_names":["tropical_fish"],"text":null,"texts":null,"category":"Nature","sort_order":52,"added_in":"6.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":"BLOWFISH","unified":"1F421","variations":[],"docomo":"E751","au":"E4D3","softbank":"E019","google":"FE1D9","image":"1f421.png","sheet_x":11,"sheet_y":9,"short_name":"blowfish","short_names":["blowfish"],"text":null,"texts":null,"category":"Nature","sort_order":54,"added_in":"6.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":"TURTLE","unified":"1F422","variations":[],"docomo":null,"au":"E5D4","softbank":null,"google":"FE1DC","image":"1f422.png","sheet_x":11,"sheet_y":10,"short_name":"turtle","short_names":["turtle"],"text":null,"texts":null,"category":"Nature","sort_order":44,"added_in":"6.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":"HATCHING CHICK","unified":"1F423","variations":[],"docomo":"E74F","au":"E5DB","softbank":"E523","google":"FE1DD","image":"1f423.png","sheet_x":11,"sheet_y":11,"short_name":"hatching_chick","short_names":["hatching_chick"],"text":null,"texts":null,"category":"Nature","sort_order":25,"added_in":"6.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":"BABY CHICK","unified":"1F424","variations":[],"docomo":"E74F","au":"E4E0","softbank":"E523","google":"FE1BA","image":"1f424.png","sheet_x":11,"sheet_y":12,"short_name":"baby_chick","short_names":["baby_chick"],"text":null,"texts":null,"category":"Nature","sort_order":24,"added_in":"6.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":"FRONT-FACING BABY CHICK","unified":"1F425","variations":[],"docomo":"E74F","au":"EB76","softbank":"E523","google":"FE1BB","image":"1f425.png","sheet_x":11,"sheet_y":13,"short_name":"hatched_chick","short_names":["hatched_chick"],"text":null,"texts":null,"category":"Nature","sort_order":26,"added_in":"6.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":"BIRD","unified":"1F426","variations":[],"docomo":"E74F","au":"E4E0","softbank":"E521","google":"FE1C8","image":"1f426.png","sheet_x":11,"sheet_y":14,"short_name":"bird","short_names":["bird"],"text":null,"texts":null,"category":"Nature","sort_order":23,"added_in":"6.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":"PENGUIN","unified":"1F427","variations":[],"docomo":"E750","au":"E4DC","softbank":"E055","google":"FE1BC","image":"1f427.png","sheet_x":11,"sheet_y":15,"short_name":"penguin","short_names":["penguin"],"text":null,"texts":null,"category":"Nature","sort_order":22,"added_in":"6.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":"KOALA","unified":"1F428","variations":[],"docomo":null,"au":"EB20","softbank":"E527","google":"FE1CD","image":"1f428.png","sheet_x":11,"sheet_y":16,"short_name":"koala","short_names":["koala"],"text":null,"texts":null,"category":"Nature","sort_order":9,"added_in":"6.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":"POODLE","unified":"1F429","variations":[],"docomo":"E6A1","au":"E4DF","softbank":"E052","google":"FE1D8","image":"1f429.png","sheet_x":11,"sheet_y":17,"short_name":"poodle","short_names":["poodle"],"text":null,"texts":null,"category":"Nature","sort_order":77,"added_in":"6.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":"DROMEDARY CAMEL","unified":"1F42A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f42a.png","sheet_x":11,"sheet_y":18,"short_name":"dromedary_camel","short_names":["dromedary_camel"],"text":null,"texts":null,"category":"Nature","sort_order":66,"added_in":"6.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":"BACTRIAN CAMEL","unified":"1F42B","variations":[],"docomo":null,"au":"EB25","softbank":"E530","google":"FE1D6","image":"1f42b.png","sheet_x":11,"sheet_y":19,"short_name":"camel","short_names":["camel"],"text":null,"texts":null,"category":"Nature","sort_order":67,"added_in":"6.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":"DOLPHIN","unified":"1F42C","variations":[],"docomo":null,"au":"EB1B","softbank":"E520","google":"FE1C7","image":"1f42c.png","sheet_x":11,"sheet_y":20,"short_name":"dolphin","short_names":["dolphin","flipper"],"text":null,"texts":null,"category":"Nature","sort_order":55,"added_in":"6.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":"MOUSE FACE","unified":"1F42D","variations":[],"docomo":null,"au":"E5C2","softbank":"E053","google":"FE1C2","image":"1f42d.png","sheet_x":11,"sheet_y":21,"short_name":"mouse","short_names":["mouse"],"text":null,"texts":null,"category":"Nature","sort_order":3,"added_in":"6.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":"COW FACE","unified":"1F42E","variations":[],"docomo":null,"au":"EB21","softbank":"E52B","google":"FE1D1","image":"1f42e.png","sheet_x":11,"sheet_y":22,"short_name":"cow","short_names":["cow"],"text":null,"texts":null,"category":"Nature","sort_order":12,"added_in":"6.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":"TIGER FACE","unified":"1F42F","variations":[],"docomo":null,"au":"E5C0","softbank":"E050","google":"FE1C0","image":"1f42f.png","sheet_x":11,"sheet_y":23,"short_name":"tiger","short_names":["tiger"],"text":null,"texts":null,"category":"Nature","sort_order":10,"added_in":"6.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":"RABBIT FACE","unified":"1F430","variations":[],"docomo":null,"au":"E4D7","softbank":"E52C","google":"FE1D2","image":"1f430.png","sheet_x":11,"sheet_y":24,"short_name":"rabbit","short_names":["rabbit"],"text":null,"texts":null,"category":"Nature","sort_order":5,"added_in":"6.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":"CAT FACE","unified":"1F431","variations":[],"docomo":"E6A2","au":"E4DB","softbank":"E04F","google":"FE1B8","image":"1f431.png","sheet_x":11,"sheet_y":25,"short_name":"cat","short_names":["cat"],"text":null,"texts":null,"category":"Nature","sort_order":2,"added_in":"6.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":"DRAGON FACE","unified":"1F432","variations":[],"docomo":null,"au":"EB3F","softbank":null,"google":"FE1DE","image":"1f432.png","sheet_x":11,"sheet_y":26,"short_name":"dragon_face","short_names":["dragon_face"],"text":null,"texts":null,"category":"Nature","sort_order":88,"added_in":"6.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":"SPOUTING WHALE","unified":"1F433","variations":[],"docomo":null,"au":"E470","softbank":"E054","google":"FE1C3","image":"1f433.png","sheet_x":11,"sheet_y":27,"short_name":"whale","short_names":["whale"],"text":null,"texts":null,"category":"Nature","sort_order":57,"added_in":"6.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":"HORSE FACE","unified":"1F434","variations":[],"docomo":"E754","au":"E4D8","softbank":"E01A","google":"FE1BE","image":"1f434.png","sheet_x":11,"sheet_y":28,"short_name":"horse","short_names":["horse"],"text":null,"texts":null,"category":"Nature","sort_order":33,"added_in":"6.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":"MONKEY FACE","unified":"1F435","variations":[],"docomo":null,"au":"E4D9","softbank":"E109","google":"FE1C4","image":"1f435.png","sheet_x":11,"sheet_y":29,"short_name":"monkey_face","short_names":["monkey_face"],"text":null,"texts":[":o)"],"category":"Nature","sort_order":16,"added_in":"6.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":"DOG FACE","unified":"1F436","variations":[],"docomo":"E6A1","au":"E4E1","softbank":"E052","google":"FE1B7","image":"1f436.png","sheet_x":11,"sheet_y":30,"short_name":"dog","short_names":["dog"],"text":null,"texts":null,"category":"Nature","sort_order":1,"added_in":"6.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":"PIG FACE","unified":"1F437","variations":[],"docomo":"E755","au":"E4DE","softbank":"E10B","google":"FE1BF","image":"1f437.png","sheet_x":11,"sheet_y":31,"short_name":"pig","short_names":["pig"],"text":null,"texts":null,"category":"Nature","sort_order":13,"added_in":"6.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":"FROG FACE","unified":"1F438","variations":[],"docomo":null,"au":"E4DA","softbank":"E531","google":"FE1D7","image":"1f438.png","sheet_x":11,"sheet_y":32,"short_name":"frog","short_names":["frog"],"text":null,"texts":null,"category":"Nature","sort_order":15,"added_in":"6.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":"HAMSTER FACE","unified":"1F439","variations":[],"docomo":null,"au":null,"softbank":"E524","google":"FE1CA","image":"1f439.png","sheet_x":11,"sheet_y":33,"short_name":"hamster","short_names":["hamster"],"text":null,"texts":null,"category":"Nature","sort_order":4,"added_in":"6.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":"WOLF FACE","unified":"1F43A","variations":[],"docomo":"E6A1","au":"E4E1","softbank":"E52A","google":"FE1D0","image":"1f43a.png","sheet_x":11,"sheet_y":34,"short_name":"wolf","short_names":["wolf"],"text":null,"texts":null,"category":"Nature","sort_order":31,"added_in":"6.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":"BEAR FACE","unified":"1F43B","variations":[],"docomo":null,"au":"E5C1","softbank":"E051","google":"FE1C1","image":"1f43b.png","sheet_x":11,"sheet_y":35,"short_name":"bear","short_names":["bear"],"text":null,"texts":null,"category":"Nature","sort_order":7,"added_in":"6.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":"PANDA FACE","unified":"1F43C","variations":[],"docomo":null,"au":"EB46","softbank":null,"google":"FE1DF","image":"1f43c.png","sheet_x":11,"sheet_y":36,"short_name":"panda_face","short_names":["panda_face"],"text":null,"texts":null,"category":"Nature","sort_order":8,"added_in":"6.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":"PIG NOSE","unified":"1F43D","variations":[],"docomo":"E755","au":"EB48","softbank":"E10B","google":"FE1E0","image":"1f43d.png","sheet_x":11,"sheet_y":37,"short_name":"pig_nose","short_names":["pig_nose"],"text":null,"texts":null,"category":"Nature","sort_order":14,"added_in":"6.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":"PAW PRINTS","unified":"1F43E","variations":[],"docomo":"E698","au":"E4EE","softbank":"E536","google":"FE1DB","image":"1f43e.png","sheet_x":11,"sheet_y":38,"short_name":"feet","short_names":["feet","paw_prints"],"text":null,"texts":null,"category":"Nature","sort_order":86,"added_in":"6.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":"CHIPMUNK","unified":"1F43F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f43f.png","sheet_x":11,"sheet_y":39,"short_name":"chipmunk","short_names":["chipmunk"],"text":null,"texts":null,"category":"Nature","sort_order":85,"added_in":"7.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},{"name":"EYES","unified":"1F440","variations":[],"docomo":"E691","au":"E5A4","softbank":"E419","google":"FE190","image":"1f440.png","sheet_x":11,"sheet_y":40,"short_name":"eyes","short_names":["eyes"],"text":null,"texts":null,"category":"People","sort_order":137,"added_in":"6.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":"EYE","unified":"1F441","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f441.png","sheet_x":11,"sheet_y":41,"short_name":"eye","short_names":["eye"],"text":null,"texts":null,"category":"People","sort_order":136,"added_in":"7.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},{"name":"EAR","unified":"1F442","variations":[],"docomo":"E692","au":"E5A5","softbank":"E41B","google":"FE191","image":"1f442.png","sheet_x":11,"sheet_y":42,"short_name":"ear","short_names":["ear"],"text":null,"texts":null,"category":"People","sort_order":133,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F442-1F3FB","image":"1f442-1f3fb.png","sheet_x":11,"sheet_y":43,"added_in":"8.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},"1F3FC":{"unified":"1F442-1F3FC","image":"1f442-1f3fc.png","sheet_x":11,"sheet_y":44,"added_in":"8.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},"1F3FD":{"unified":"1F442-1F3FD","image":"1f442-1f3fd.png","sheet_x":11,"sheet_y":45,"added_in":"8.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},"1F3FE":{"unified":"1F442-1F3FE","image":"1f442-1f3fe.png","sheet_x":11,"sheet_y":46,"added_in":"8.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},"1F3FF":{"unified":"1F442-1F3FF","image":"1f442-1f3ff.png","sheet_x":11,"sheet_y":47,"added_in":"8.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":"NOSE","unified":"1F443","variations":[],"docomo":null,"au":"EAD0","softbank":"E41A","google":"FE192","image":"1f443.png","sheet_x":11,"sheet_y":48,"short_name":"nose","short_names":["nose"],"text":null,"texts":null,"category":"People","sort_order":134,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F443-1F3FB","image":"1f443-1f3fb.png","sheet_x":12,"sheet_y":0,"added_in":"8.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},"1F3FC":{"unified":"1F443-1F3FC","image":"1f443-1f3fc.png","sheet_x":12,"sheet_y":1,"added_in":"8.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},"1F3FD":{"unified":"1F443-1F3FD","image":"1f443-1f3fd.png","sheet_x":12,"sheet_y":2,"added_in":"8.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},"1F3FE":{"unified":"1F443-1F3FE","image":"1f443-1f3fe.png","sheet_x":12,"sheet_y":3,"added_in":"8.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},"1F3FF":{"unified":"1F443-1F3FF","image":"1f443-1f3ff.png","sheet_x":12,"sheet_y":4,"added_in":"8.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":12,"sheet_y":5,"short_name":"lips","short_names":["lips"],"text":null,"texts":null,"category":"People","sort_order":131,"added_in":"6.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":"TONGUE","unified":"1F445","variations":[],"docomo":"E728","au":"EB47","softbank":"E409","google":"FE194","image":"1f445.png","sheet_x":12,"sheet_y":6,"short_name":"tongue","short_names":["tongue"],"text":null,"texts":null,"category":"People","sort_order":132,"added_in":"6.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":"WHITE UP POINTING BACKHAND INDEX","unified":"1F446","variations":[],"docomo":null,"au":"EA8D","softbank":"E22E","google":"FEB99","image":"1f446.png","sheet_x":12,"sheet_y":7,"short_name":"point_up_2","short_names":["point_up_2"],"text":null,"texts":null,"category":"People","sort_order":114,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F446-1F3FB","image":"1f446-1f3fb.png","sheet_x":12,"sheet_y":8,"added_in":"8.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},"1F3FC":{"unified":"1F446-1F3FC","image":"1f446-1f3fc.png","sheet_x":12,"sheet_y":9,"added_in":"8.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},"1F3FD":{"unified":"1F446-1F3FD","image":"1f446-1f3fd.png","sheet_x":12,"sheet_y":10,"added_in":"8.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},"1F3FE":{"unified":"1F446-1F3FE","image":"1f446-1f3fe.png","sheet_x":12,"sheet_y":11,"added_in":"8.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},"1F3FF":{"unified":"1F446-1F3FF","image":"1f446-1f3ff.png","sheet_x":12,"sheet_y":12,"added_in":"8.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":"WHITE DOWN POINTING BACKHAND INDEX","unified":"1F447","variations":[],"docomo":null,"au":"EA8E","softbank":"E22F","google":"FEB9A","image":"1f447.png","sheet_x":12,"sheet_y":13,"short_name":"point_down","short_names":["point_down"],"text":null,"texts":null,"category":"People","sort_order":115,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F447-1F3FB","image":"1f447-1f3fb.png","sheet_x":12,"sheet_y":14,"added_in":"8.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},"1F3FC":{"unified":"1F447-1F3FC","image":"1f447-1f3fc.png","sheet_x":12,"sheet_y":15,"added_in":"8.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},"1F3FD":{"unified":"1F447-1F3FD","image":"1f447-1f3fd.png","sheet_x":12,"sheet_y":16,"added_in":"8.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},"1F3FE":{"unified":"1F447-1F3FE","image":"1f447-1f3fe.png","sheet_x":12,"sheet_y":17,"added_in":"8.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},"1F3FF":{"unified":"1F447-1F3FF","image":"1f447-1f3ff.png","sheet_x":12,"sheet_y":18,"added_in":"8.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":"WHITE LEFT POINTING BACKHAND INDEX","unified":"1F448","variations":[],"docomo":null,"au":"E4FF","softbank":"E230","google":"FEB9B","image":"1f448.png","sheet_x":12,"sheet_y":19,"short_name":"point_left","short_names":["point_left"],"text":null,"texts":null,"category":"People","sort_order":112,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F448-1F3FB","image":"1f448-1f3fb.png","sheet_x":12,"sheet_y":20,"added_in":"8.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},"1F3FC":{"unified":"1F448-1F3FC","image":"1f448-1f3fc.png","sheet_x":12,"sheet_y":21,"added_in":"8.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},"1F3FD":{"unified":"1F448-1F3FD","image":"1f448-1f3fd.png","sheet_x":12,"sheet_y":22,"added_in":"8.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},"1F3FE":{"unified":"1F448-1F3FE","image":"1f448-1f3fe.png","sheet_x":12,"sheet_y":23,"added_in":"8.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},"1F3FF":{"unified":"1F448-1F3FF","image":"1f448-1f3ff.png","sheet_x":12,"sheet_y":24,"added_in":"8.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":"WHITE RIGHT POINTING BACKHAND INDEX","unified":"1F449","variations":[],"docomo":null,"au":"E500","softbank":"E231","google":"FEB9C","image":"1f449.png","sheet_x":12,"sheet_y":25,"short_name":"point_right","short_names":["point_right"],"text":null,"texts":null,"category":"People","sort_order":113,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F449-1F3FB","image":"1f449-1f3fb.png","sheet_x":12,"sheet_y":26,"added_in":"8.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},"1F3FC":{"unified":"1F449-1F3FC","image":"1f449-1f3fc.png","sheet_x":12,"sheet_y":27,"added_in":"8.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},"1F3FD":{"unified":"1F449-1F3FD","image":"1f449-1f3fd.png","sheet_x":12,"sheet_y":28,"added_in":"8.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},"1F3FE":{"unified":"1F449-1F3FE","image":"1f449-1f3fe.png","sheet_x":12,"sheet_y":29,"added_in":"8.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},"1F3FF":{"unified":"1F449-1F3FF","image":"1f449-1f3ff.png","sheet_x":12,"sheet_y":30,"added_in":"8.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":"FISTED HAND SIGN","unified":"1F44A","variations":[],"docomo":"E6FD","au":"E4F3","softbank":"E00D","google":"FEB96","image":"1f44a.png","sheet_x":12,"sheet_y":31,"short_name":"facepunch","short_names":["facepunch","punch"],"text":null,"texts":null,"category":"People","sort_order":104,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44A-1F3FB","image":"1f44a-1f3fb.png","sheet_x":12,"sheet_y":32,"added_in":"8.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},"1F3FC":{"unified":"1F44A-1F3FC","image":"1f44a-1f3fc.png","sheet_x":12,"sheet_y":33,"added_in":"8.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},"1F3FD":{"unified":"1F44A-1F3FD","image":"1f44a-1f3fd.png","sheet_x":12,"sheet_y":34,"added_in":"8.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},"1F3FE":{"unified":"1F44A-1F3FE","image":"1f44a-1f3fe.png","sheet_x":12,"sheet_y":35,"added_in":"8.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},"1F3FF":{"unified":"1F44A-1F3FF","image":"1f44a-1f3ff.png","sheet_x":12,"sheet_y":36,"added_in":"8.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":"WAVING HAND SIGN","unified":"1F44B","variations":[],"docomo":"E695","au":"EAD6","softbank":"E41E","google":"FEB9D","image":"1f44b.png","sheet_x":12,"sheet_y":37,"short_name":"wave","short_names":["wave"],"text":null,"texts":null,"category":"People","sort_order":121,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44B-1F3FB","image":"1f44b-1f3fb.png","sheet_x":12,"sheet_y":38,"added_in":"8.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},"1F3FC":{"unified":"1F44B-1F3FC","image":"1f44b-1f3fc.png","sheet_x":12,"sheet_y":39,"added_in":"8.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},"1F3FD":{"unified":"1F44B-1F3FD","image":"1f44b-1f3fd.png","sheet_x":12,"sheet_y":40,"added_in":"8.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},"1F3FE":{"unified":"1F44B-1F3FE","image":"1f44b-1f3fe.png","sheet_x":12,"sheet_y":41,"added_in":"8.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},"1F3FF":{"unified":"1F44B-1F3FF","image":"1f44b-1f3ff.png","sheet_x":12,"sheet_y":42,"added_in":"8.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":"OK HAND SIGN","unified":"1F44C","variations":[],"docomo":"E70B","au":"EAD4","softbank":"E420","google":"FEB9F","image":"1f44c.png","sheet_x":12,"sheet_y":43,"short_name":"ok_hand","short_names":["ok_hand"],"text":null,"texts":null,"category":"People","sort_order":111,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44C-1F3FB","image":"1f44c-1f3fb.png","sheet_x":12,"sheet_y":44,"added_in":"8.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},"1F3FC":{"unified":"1F44C-1F3FC","image":"1f44c-1f3fc.png","sheet_x":12,"sheet_y":45,"added_in":"8.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},"1F3FD":{"unified":"1F44C-1F3FD","image":"1f44c-1f3fd.png","sheet_x":12,"sheet_y":46,"added_in":"8.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},"1F3FE":{"unified":"1F44C-1F3FE","image":"1f44c-1f3fe.png","sheet_x":12,"sheet_y":47,"added_in":"8.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},"1F3FF":{"unified":"1F44C-1F3FF","image":"1f44c-1f3ff.png","sheet_x":12,"sheet_y":48,"added_in":"8.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":"THUMBS UP SIGN","unified":"1F44D","variations":[],"docomo":"E727","au":"E4F9","softbank":"E00E","google":"FEB97","image":"1f44d.png","sheet_x":13,"sheet_y":0,"short_name":"+1","short_names":["+1","thumbsup"],"text":null,"texts":null,"category":"People","sort_order":102,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44D-1F3FB","image":"1f44d-1f3fb.png","sheet_x":13,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"1F44D-1F3FC","image":"1f44d-1f3fc.png","sheet_x":13,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"1F44D-1F3FD","image":"1f44d-1f3fd.png","sheet_x":13,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"1F44D-1F3FE","image":"1f44d-1f3fe.png","sheet_x":13,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"1F44D-1F3FF","image":"1f44d-1f3ff.png","sheet_x":13,"sheet_y":5,"added_in":"8.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":"THUMBS DOWN SIGN","unified":"1F44E","variations":[],"docomo":"E700","au":"EAD5","softbank":"E421","google":"FEBA0","image":"1f44e.png","sheet_x":13,"sheet_y":6,"short_name":"-1","short_names":["-1","thumbsdown"],"text":null,"texts":null,"category":"People","sort_order":103,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44E-1F3FB","image":"1f44e-1f3fb.png","sheet_x":13,"sheet_y":7,"added_in":"8.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},"1F3FC":{"unified":"1F44E-1F3FC","image":"1f44e-1f3fc.png","sheet_x":13,"sheet_y":8,"added_in":"8.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},"1F3FD":{"unified":"1F44E-1F3FD","image":"1f44e-1f3fd.png","sheet_x":13,"sheet_y":9,"added_in":"8.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},"1F3FE":{"unified":"1F44E-1F3FE","image":"1f44e-1f3fe.png","sheet_x":13,"sheet_y":10,"added_in":"8.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},"1F3FF":{"unified":"1F44E-1F3FF","image":"1f44e-1f3ff.png","sheet_x":13,"sheet_y":11,"added_in":"8.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":"CLAPPING HANDS SIGN","unified":"1F44F","variations":[],"docomo":null,"au":"EAD3","softbank":"E41F","google":"FEB9E","image":"1f44f.png","sheet_x":13,"sheet_y":12,"short_name":"clap","short_names":["clap"],"text":null,"texts":null,"category":"People","sort_order":99,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44F-1F3FB","image":"1f44f-1f3fb.png","sheet_x":13,"sheet_y":13,"added_in":"8.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},"1F3FC":{"unified":"1F44F-1F3FC","image":"1f44f-1f3fc.png","sheet_x":13,"sheet_y":14,"added_in":"8.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},"1F3FD":{"unified":"1F44F-1F3FD","image":"1f44f-1f3fd.png","sheet_x":13,"sheet_y":15,"added_in":"8.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},"1F3FE":{"unified":"1F44F-1F3FE","image":"1f44f-1f3fe.png","sheet_x":13,"sheet_y":16,"added_in":"8.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},"1F3FF":{"unified":"1F44F-1F3FF","image":"1f44f-1f3ff.png","sheet_x":13,"sheet_y":17,"added_in":"8.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":"OPEN HANDS SIGN","unified":"1F450","variations":[],"docomo":"E695","au":"EAD6","softbank":"E422","google":"FEBA1","image":"1f450.png","sheet_x":13,"sheet_y":18,"short_name":"open_hands","short_names":["open_hands"],"text":null,"texts":null,"category":"People","sort_order":97,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F450-1F3FB","image":"1f450-1f3fb.png","sheet_x":13,"sheet_y":19,"added_in":"8.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},"1F3FC":{"unified":"1F450-1F3FC","image":"1f450-1f3fc.png","sheet_x":13,"sheet_y":20,"added_in":"8.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},"1F3FD":{"unified":"1F450-1F3FD","image":"1f450-1f3fd.png","sheet_x":13,"sheet_y":21,"added_in":"8.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},"1F3FE":{"unified":"1F450-1F3FE","image":"1f450-1f3fe.png","sheet_x":13,"sheet_y":22,"added_in":"8.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},"1F3FF":{"unified":"1F450-1F3FF","image":"1f450-1f3ff.png","sheet_x":13,"sheet_y":23,"added_in":"8.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":"CROWN","unified":"1F451","variations":[],"docomo":"E71A","au":"E5C9","softbank":"E10E","google":"FE4D1","image":"1f451.png","sheet_x":13,"sheet_y":24,"short_name":"crown","short_names":["crown"],"text":null,"texts":null,"category":"People","sort_order":283,"added_in":"6.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":"WOMANS HAT","unified":"1F452","variations":[],"docomo":null,"au":"EA9E","softbank":"E318","google":"FE4D4","image":"1f452.png","sheet_x":13,"sheet_y":25,"short_name":"womans_hat","short_names":["womans_hat"],"text":null,"texts":null,"category":"People","sort_order":280,"added_in":"6.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":"EYEGLASSES","unified":"1F453","variations":[],"docomo":"E69A","au":"E4FE","softbank":null,"google":"FE4CE","image":"1f453.png","sheet_x":13,"sheet_y":26,"short_name":"eyeglasses","short_names":["eyeglasses"],"text":null,"texts":null,"category":"People","sort_order":290,"added_in":"6.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":"NECKTIE","unified":"1F454","variations":[],"docomo":null,"au":"EA93","softbank":"E302","google":"FE4D3","image":"1f454.png","sheet_x":13,"sheet_y":27,"short_name":"necktie","short_names":["necktie"],"text":null,"texts":null,"category":"People","sort_order":271,"added_in":"6.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":"T-SHIRT","unified":"1F455","variations":[],"docomo":"E70E","au":"E5B6","softbank":"E006","google":"FE4CF","image":"1f455.png","sheet_x":13,"sheet_y":28,"short_name":"shirt","short_names":["shirt","tshirt"],"text":null,"texts":null,"category":"People","sort_order":269,"added_in":"6.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":"JEANS","unified":"1F456","variations":[],"docomo":"E711","au":"EB77","softbank":null,"google":"FE4D0","image":"1f456.png","sheet_x":13,"sheet_y":29,"short_name":"jeans","short_names":["jeans"],"text":null,"texts":null,"category":"People","sort_order":270,"added_in":"6.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":"DRESS","unified":"1F457","variations":[],"docomo":null,"au":"EB6B","softbank":"E319","google":"FE4D5","image":"1f457.png","sheet_x":13,"sheet_y":30,"short_name":"dress","short_names":["dress"],"text":null,"texts":null,"category":"People","sort_order":272,"added_in":"6.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":"KIMONO","unified":"1F458","variations":[],"docomo":null,"au":"EAA3","softbank":"E321","google":"FE4D9","image":"1f458.png","sheet_x":13,"sheet_y":31,"short_name":"kimono","short_names":["kimono"],"text":null,"texts":null,"category":"People","sort_order":274,"added_in":"6.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":"BIKINI","unified":"1F459","variations":[],"docomo":null,"au":"EAA4","softbank":"E322","google":"FE4DA","image":"1f459.png","sheet_x":13,"sheet_y":32,"short_name":"bikini","short_names":["bikini"],"text":null,"texts":null,"category":"People","sort_order":273,"added_in":"6.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":"WOMANS CLOTHES","unified":"1F45A","variations":[],"docomo":"E70E","au":"E50D","softbank":"E006","google":"FE4DB","image":"1f45a.png","sheet_x":13,"sheet_y":33,"short_name":"womans_clothes","short_names":["womans_clothes"],"text":null,"texts":null,"category":"People","sort_order":268,"added_in":"6.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":"PURSE","unified":"1F45B","variations":[],"docomo":"E70F","au":"E504","softbank":null,"google":"FE4DC","image":"1f45b.png","sheet_x":13,"sheet_y":34,"short_name":"purse","short_names":["purse"],"text":null,"texts":null,"category":"People","sort_order":287,"added_in":"6.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":"HANDBAG","unified":"1F45C","variations":[],"docomo":"E682","au":"E49C","softbank":"E323","google":"FE4F0","image":"1f45c.png","sheet_x":13,"sheet_y":35,"short_name":"handbag","short_names":["handbag"],"text":null,"texts":null,"category":"People","sort_order":288,"added_in":"6.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":"POUCH","unified":"1F45D","variations":[],"docomo":"E6AD","au":null,"softbank":null,"google":"FE4F1","image":"1f45d.png","sheet_x":13,"sheet_y":36,"short_name":"pouch","short_names":["pouch"],"text":null,"texts":null,"category":"People","sort_order":286,"added_in":"6.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":"MANS SHOE","unified":"1F45E","variations":[],"docomo":"E699","au":"E5B7","softbank":"E007","google":"FE4CC","image":"1f45e.png","sheet_x":13,"sheet_y":37,"short_name":"mans_shoe","short_names":["mans_shoe","shoe"],"text":null,"texts":null,"category":"People","sort_order":278,"added_in":"6.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":"ATHLETIC SHOE","unified":"1F45F","variations":[],"docomo":"E699","au":"EB2B","softbank":"E007","google":"FE4CD","image":"1f45f.png","sheet_x":13,"sheet_y":38,"short_name":"athletic_shoe","short_names":["athletic_shoe"],"text":null,"texts":null,"category":"People","sort_order":279,"added_in":"6.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":"HIGH-HEELED SHOE","unified":"1F460","variations":[],"docomo":"E674","au":"E51A","softbank":"E13E","google":"FE4D6","image":"1f460.png","sheet_x":13,"sheet_y":39,"short_name":"high_heel","short_names":["high_heel"],"text":null,"texts":null,"category":"People","sort_order":275,"added_in":"6.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":"WOMANS SANDAL","unified":"1F461","variations":[],"docomo":"E674","au":"E51A","softbank":"E31A","google":"FE4D7","image":"1f461.png","sheet_x":13,"sheet_y":40,"short_name":"sandal","short_names":["sandal"],"text":null,"texts":null,"category":"People","sort_order":276,"added_in":"6.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":"WOMANS BOOTS","unified":"1F462","variations":[],"docomo":null,"au":"EA9F","softbank":"E31B","google":"FE4D8","image":"1f462.png","sheet_x":13,"sheet_y":41,"short_name":"boot","short_names":["boot"],"text":null,"texts":null,"category":"People","sort_order":277,"added_in":"6.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":"FOOTPRINTS","unified":"1F463","variations":[],"docomo":"E698","au":"EB2A","softbank":"E536","google":"FE553","image":"1f463.png","sheet_x":13,"sheet_y":42,"short_name":"footprints","short_names":["footprints"],"text":null,"texts":null,"category":"People","sort_order":135,"added_in":"6.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":"BUST IN SILHOUETTE","unified":"1F464","variations":[],"docomo":"E6B1","au":null,"softbank":null,"google":"FE19A","image":"1f464.png","sheet_x":13,"sheet_y":43,"short_name":"bust_in_silhouette","short_names":["bust_in_silhouette"],"text":null,"texts":null,"category":"People","sort_order":139,"added_in":"6.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":"BUSTS IN SILHOUETTE","unified":"1F465","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f465.png","sheet_x":13,"sheet_y":44,"short_name":"busts_in_silhouette","short_names":["busts_in_silhouette"],"text":null,"texts":null,"category":"People","sort_order":140,"added_in":"6.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":"BOY","unified":"1F466","variations":[],"docomo":"E6F0","au":"E4FC","softbank":"E001","google":"FE19B","image":"1f466.png","sheet_x":13,"sheet_y":45,"short_name":"boy","short_names":["boy"],"text":null,"texts":null,"category":"People","sort_order":142,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F466-1F3FB","image":"1f466-1f3fb.png","sheet_x":13,"sheet_y":46,"added_in":"8.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},"1F3FC":{"unified":"1F466-1F3FC","image":"1f466-1f3fc.png","sheet_x":13,"sheet_y":47,"added_in":"8.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},"1F3FD":{"unified":"1F466-1F3FD","image":"1f466-1f3fd.png","sheet_x":13,"sheet_y":48,"added_in":"8.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},"1F3FE":{"unified":"1F466-1F3FE","image":"1f466-1f3fe.png","sheet_x":14,"sheet_y":0,"added_in":"8.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},"1F3FF":{"unified":"1F466-1F3FF","image":"1f466-1f3ff.png","sheet_x":14,"sheet_y":1,"added_in":"8.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":"GIRL","unified":"1F467","variations":[],"docomo":"E6F0","au":"E4FA","softbank":"E002","google":"FE19C","image":"1f467.png","sheet_x":14,"sheet_y":2,"short_name":"girl","short_names":["girl"],"text":null,"texts":null,"category":"People","sort_order":143,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F467-1F3FB","image":"1f467-1f3fb.png","sheet_x":14,"sheet_y":3,"added_in":"8.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},"1F3FC":{"unified":"1F467-1F3FC","image":"1f467-1f3fc.png","sheet_x":14,"sheet_y":4,"added_in":"8.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},"1F3FD":{"unified":"1F467-1F3FD","image":"1f467-1f3fd.png","sheet_x":14,"sheet_y":5,"added_in":"8.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},"1F3FE":{"unified":"1F467-1F3FE","image":"1f467-1f3fe.png","sheet_x":14,"sheet_y":6,"added_in":"8.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},"1F3FF":{"unified":"1F467-1F3FF","image":"1f467-1f3ff.png","sheet_x":14,"sheet_y":7,"added_in":"8.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":"MAN","unified":"1F468","variations":[],"docomo":"E6F0","au":"E4FC","softbank":"E004","google":"FE19D","image":"1f468.png","sheet_x":14,"sheet_y":8,"short_name":"man","short_names":["man"],"text":null,"texts":null,"category":"People","sort_order":144,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB","image":"1f468-1f3fb.png","sheet_x":14,"sheet_y":9,"added_in":"8.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},"1F3FC":{"unified":"1F468-1F3FC","image":"1f468-1f3fc.png","sheet_x":14,"sheet_y":10,"added_in":"8.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},"1F3FD":{"unified":"1F468-1F3FD","image":"1f468-1f3fd.png","sheet_x":14,"sheet_y":11,"added_in":"8.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},"1F3FE":{"unified":"1F468-1F3FE","image":"1f468-1f3fe.png","sheet_x":14,"sheet_y":12,"added_in":"8.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},"1F3FF":{"unified":"1F468-1F3FF","image":"1f468-1f3ff.png","sheet_x":14,"sheet_y":13,"added_in":"8.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","unified":"1F469","variations":[],"docomo":"E6F0","au":"E4FA","softbank":"E005","google":"FE19E","image":"1f469.png","sheet_x":14,"sheet_y":14,"short_name":"woman","short_names":["woman"],"text":null,"texts":null,"category":"People","sort_order":145,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB","image":"1f469-1f3fb.png","sheet_x":14,"sheet_y":15,"added_in":"8.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},"1F3FC":{"unified":"1F469-1F3FC","image":"1f469-1f3fc.png","sheet_x":14,"sheet_y":16,"added_in":"8.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},"1F3FD":{"unified":"1F469-1F3FD","image":"1f469-1f3fd.png","sheet_x":14,"sheet_y":17,"added_in":"8.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},"1F3FE":{"unified":"1F469-1F3FE","image":"1f469-1f3fe.png","sheet_x":14,"sheet_y":18,"added_in":"8.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},"1F3FF":{"unified":"1F469-1F3FF","image":"1f469-1f3ff.png","sheet_x":14,"sheet_y":19,"added_in":"8.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":"FAMILY","unified":"1F46A","variations":[],"docomo":null,"au":"E501","softbank":null,"google":"FE19F","image":"1f46a.png","sheet_x":14,"sheet_y":20,"short_name":"family","short_names":["family","man-woman-boy"],"text":null,"texts":null,"category":"People","sort_order":243,"added_in":"6.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,"obsoleted_by":"1F468-200D-1F469-200D-1F466"},{"name":"MAN AND WOMAN HOLDING HANDS","unified":"1F46B","variations":[],"docomo":null,"au":null,"softbank":"E428","google":"FE1A0","image":"1f46b.png","sheet_x":14,"sheet_y":21,"short_name":"couple","short_names":["couple","man_and_woman_holding_hands"],"text":null,"texts":null,"category":"People","sort_order":234,"added_in":"6.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":"TWO MEN HOLDING HANDS","unified":"1F46C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46c.png","sheet_x":14,"sheet_y":22,"short_name":"two_men_holding_hands","short_names":["two_men_holding_hands"],"text":null,"texts":null,"category":"People","sort_order":236,"added_in":"6.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":"TWO WOMEN HOLDING HANDS","unified":"1F46D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46d.png","sheet_x":14,"sheet_y":23,"short_name":"two_women_holding_hands","short_names":["two_women_holding_hands"],"text":null,"texts":null,"category":"People","sort_order":235,"added_in":"6.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":"POLICE OFFICER","unified":"1F46E","variations":[],"docomo":null,"au":"E5DD","softbank":"E152","google":"FE1A1","image":"1f46e.png","sheet_x":14,"sheet_y":24,"short_name":"cop","short_names":["cop"],"text":null,"texts":null,"category":"People","sort_order":154,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F46E-1F3FB","image":"1f46e-1f3fb.png","sheet_x":14,"sheet_y":25,"added_in":"8.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},"1F3FC":{"unified":"1F46E-1F3FC","image":"1f46e-1f3fc.png","sheet_x":14,"sheet_y":26,"added_in":"8.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},"1F3FD":{"unified":"1F46E-1F3FD","image":"1f46e-1f3fd.png","sheet_x":14,"sheet_y":27,"added_in":"8.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},"1F3FE":{"unified":"1F46E-1F3FE","image":"1f46e-1f3fe.png","sheet_x":14,"sheet_y":28,"added_in":"8.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},"1F3FF":{"unified":"1F46E-1F3FF","image":"1f46e-1f3ff.png","sheet_x":14,"sheet_y":29,"added_in":"8.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}},"obsoleted_by":"1F46E-200D-2642-FE0F"},{"name":"WOMAN WITH BUNNY EARS","unified":"1F46F","variations":[],"docomo":null,"au":"EADB","softbank":"E429","google":"FE1A2","image":"1f46f.png","sheet_x":14,"sheet_y":30,"short_name":"dancers","short_names":["dancers"],"text":null,"texts":null,"category":"People","sort_order":228,"added_in":"6.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,"obsoleted_by":"1F46F-200D-2640-FE0F"},{"name":"BRIDE WITH VEIL","unified":"1F470","variations":[],"docomo":null,"au":"EAE9","softbank":null,"google":"FE1A3","image":"1f470.png","sheet_x":14,"sheet_y":31,"short_name":"bride_with_veil","short_names":["bride_with_veil"],"text":null,"texts":null,"category":"People","sort_order":197,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F470-1F3FB","image":"1f470-1f3fb.png","sheet_x":14,"sheet_y":32,"added_in":"8.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},"1F3FC":{"unified":"1F470-1F3FC","image":"1f470-1f3fc.png","sheet_x":14,"sheet_y":33,"added_in":"8.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},"1F3FD":{"unified":"1F470-1F3FD","image":"1f470-1f3fd.png","sheet_x":14,"sheet_y":34,"added_in":"8.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},"1F3FE":{"unified":"1F470-1F3FE","image":"1f470-1f3fe.png","sheet_x":14,"sheet_y":35,"added_in":"8.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},"1F3FF":{"unified":"1F470-1F3FF","image":"1f470-1f3ff.png","sheet_x":14,"sheet_y":36,"added_in":"8.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":"PERSON WITH BLOND HAIR","unified":"1F471","variations":[],"docomo":null,"au":"EB13","softbank":"E515","google":"FE1A4","image":"1f471.png","sheet_x":14,"sheet_y":37,"short_name":"person_with_blond_hair","short_names":["person_with_blond_hair"],"text":null,"texts":null,"category":"People","sort_order":147,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F471-1F3FB","image":"1f471-1f3fb.png","sheet_x":14,"sheet_y":38,"added_in":"8.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},"1F3FC":{"unified":"1F471-1F3FC","image":"1f471-1f3fc.png","sheet_x":14,"sheet_y":39,"added_in":"8.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},"1F3FD":{"unified":"1F471-1F3FD","image":"1f471-1f3fd.png","sheet_x":14,"sheet_y":40,"added_in":"8.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},"1F3FE":{"unified":"1F471-1F3FE","image":"1f471-1f3fe.png","sheet_x":14,"sheet_y":41,"added_in":"8.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},"1F3FF":{"unified":"1F471-1F3FF","image":"1f471-1f3ff.png","sheet_x":14,"sheet_y":42,"added_in":"8.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}},"obsoleted_by":"1F471-200D-2642-FE0F"},{"name":"MAN WITH GUA PI MAO","unified":"1F472","variations":[],"docomo":null,"au":"EB14","softbank":"E516","google":"FE1A5","image":"1f472.png","sheet_x":14,"sheet_y":43,"short_name":"man_with_gua_pi_mao","short_names":["man_with_gua_pi_mao"],"text":null,"texts":null,"category":"People","sort_order":150,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F472-1F3FB","image":"1f472-1f3fb.png","sheet_x":14,"sheet_y":44,"added_in":"8.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},"1F3FC":{"unified":"1F472-1F3FC","image":"1f472-1f3fc.png","sheet_x":14,"sheet_y":45,"added_in":"8.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},"1F3FD":{"unified":"1F472-1F3FD","image":"1f472-1f3fd.png","sheet_x":14,"sheet_y":46,"added_in":"8.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},"1F3FE":{"unified":"1F472-1F3FE","image":"1f472-1f3fe.png","sheet_x":14,"sheet_y":47,"added_in":"8.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},"1F3FF":{"unified":"1F472-1F3FF","image":"1f472-1f3ff.png","sheet_x":14,"sheet_y":48,"added_in":"8.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":"MAN WITH TURBAN","unified":"1F473","variations":[],"docomo":null,"au":"EB15","softbank":"E517","google":"FE1A6","image":"1f473.png","sheet_x":15,"sheet_y":0,"short_name":"man_with_turban","short_names":["man_with_turban"],"text":null,"texts":null,"category":"People","sort_order":152,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F473-1F3FB","image":"1f473-1f3fb.png","sheet_x":15,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"1F473-1F3FC","image":"1f473-1f3fc.png","sheet_x":15,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"1F473-1F3FD","image":"1f473-1f3fd.png","sheet_x":15,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"1F473-1F3FE","image":"1f473-1f3fe.png","sheet_x":15,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"1F473-1F3FF","image":"1f473-1f3ff.png","sheet_x":15,"sheet_y":5,"added_in":"8.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}},"obsoleted_by":"1F473-200D-2642-FE0F"},{"name":"OLDER MAN","unified":"1F474","variations":[],"docomo":null,"au":"EB16","softbank":"E518","google":"FE1A7","image":"1f474.png","sheet_x":15,"sheet_y":6,"short_name":"older_man","short_names":["older_man"],"text":null,"texts":null,"category":"People","sort_order":148,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F474-1F3FB","image":"1f474-1f3fb.png","sheet_x":15,"sheet_y":7,"added_in":"8.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},"1F3FC":{"unified":"1F474-1F3FC","image":"1f474-1f3fc.png","sheet_x":15,"sheet_y":8,"added_in":"8.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},"1F3FD":{"unified":"1F474-1F3FD","image":"1f474-1f3fd.png","sheet_x":15,"sheet_y":9,"added_in":"8.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},"1F3FE":{"unified":"1F474-1F3FE","image":"1f474-1f3fe.png","sheet_x":15,"sheet_y":10,"added_in":"8.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},"1F3FF":{"unified":"1F474-1F3FF","image":"1f474-1f3ff.png","sheet_x":15,"sheet_y":11,"added_in":"8.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":"OLDER WOMAN","unified":"1F475","variations":[],"docomo":null,"au":"EB17","softbank":"E519","google":"FE1A8","image":"1f475.png","sheet_x":15,"sheet_y":12,"short_name":"older_woman","short_names":["older_woman"],"text":null,"texts":null,"category":"People","sort_order":149,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F475-1F3FB","image":"1f475-1f3fb.png","sheet_x":15,"sheet_y":13,"added_in":"8.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},"1F3FC":{"unified":"1F475-1F3FC","image":"1f475-1f3fc.png","sheet_x":15,"sheet_y":14,"added_in":"8.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},"1F3FD":{"unified":"1F475-1F3FD","image":"1f475-1f3fd.png","sheet_x":15,"sheet_y":15,"added_in":"8.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},"1F3FE":{"unified":"1F475-1F3FE","image":"1f475-1f3fe.png","sheet_x":15,"sheet_y":16,"added_in":"8.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},"1F3FF":{"unified":"1F475-1F3FF","image":"1f475-1f3ff.png","sheet_x":15,"sheet_y":17,"added_in":"8.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":"BABY","unified":"1F476","variations":[],"docomo":null,"au":"EB18","softbank":"E51A","google":"FE1A9","image":"1f476.png","sheet_x":15,"sheet_y":18,"short_name":"baby","short_names":["baby"],"text":null,"texts":null,"category":"People","sort_order":141,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F476-1F3FB","image":"1f476-1f3fb.png","sheet_x":15,"sheet_y":19,"added_in":"8.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},"1F3FC":{"unified":"1F476-1F3FC","image":"1f476-1f3fc.png","sheet_x":15,"sheet_y":20,"added_in":"8.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},"1F3FD":{"unified":"1F476-1F3FD","image":"1f476-1f3fd.png","sheet_x":15,"sheet_y":21,"added_in":"8.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},"1F3FE":{"unified":"1F476-1F3FE","image":"1f476-1f3fe.png","sheet_x":15,"sheet_y":22,"added_in":"8.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},"1F3FF":{"unified":"1F476-1F3FF","image":"1f476-1f3ff.png","sheet_x":15,"sheet_y":23,"added_in":"8.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":"CONSTRUCTION WORKER","unified":"1F477","variations":[],"docomo":null,"au":"EB19","softbank":"E51B","google":"FE1AA","image":"1f477.png","sheet_x":15,"sheet_y":24,"short_name":"construction_worker","short_names":["construction_worker"],"text":null,"texts":null,"category":"People","sort_order":156,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F477-1F3FB","image":"1f477-1f3fb.png","sheet_x":15,"sheet_y":25,"added_in":"8.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},"1F3FC":{"unified":"1F477-1F3FC","image":"1f477-1f3fc.png","sheet_x":15,"sheet_y":26,"added_in":"8.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},"1F3FD":{"unified":"1F477-1F3FD","image":"1f477-1f3fd.png","sheet_x":15,"sheet_y":27,"added_in":"8.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},"1F3FE":{"unified":"1F477-1F3FE","image":"1f477-1f3fe.png","sheet_x":15,"sheet_y":28,"added_in":"8.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},"1F3FF":{"unified":"1F477-1F3FF","image":"1f477-1f3ff.png","sheet_x":15,"sheet_y":29,"added_in":"8.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}},"obsoleted_by":"1F477-200D-2642-FE0F"},{"name":"PRINCESS","unified":"1F478","variations":[],"docomo":null,"au":"EB1A","softbank":"E51C","google":"FE1AB","image":"1f478.png","sheet_x":15,"sheet_y":30,"short_name":"princess","short_names":["princess"],"text":null,"texts":null,"category":"People","sort_order":195,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F478-1F3FB","image":"1f478-1f3fb.png","sheet_x":15,"sheet_y":31,"added_in":"8.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},"1F3FC":{"unified":"1F478-1F3FC","image":"1f478-1f3fc.png","sheet_x":15,"sheet_y":32,"added_in":"8.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},"1F3FD":{"unified":"1F478-1F3FD","image":"1f478-1f3fd.png","sheet_x":15,"sheet_y":33,"added_in":"8.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},"1F3FE":{"unified":"1F478-1F3FE","image":"1f478-1f3fe.png","sheet_x":15,"sheet_y":34,"added_in":"8.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},"1F3FF":{"unified":"1F478-1F3FF","image":"1f478-1f3ff.png","sheet_x":15,"sheet_y":35,"added_in":"8.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":"JAPANESE OGRE","unified":"1F479","variations":[],"docomo":null,"au":"EB44","softbank":null,"google":"FE1AC","image":"1f479.png","sheet_x":15,"sheet_y":36,"short_name":"japanese_ogre","short_names":["japanese_ogre"],"text":null,"texts":null,"category":"People","sort_order":78,"added_in":"6.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":"JAPANESE GOBLIN","unified":"1F47A","variations":[],"docomo":null,"au":"EB45","softbank":null,"google":"FE1AD","image":"1f47a.png","sheet_x":15,"sheet_y":37,"short_name":"japanese_goblin","short_names":["japanese_goblin"],"text":null,"texts":null,"category":"People","sort_order":79,"added_in":"6.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":"GHOST","unified":"1F47B","variations":[],"docomo":null,"au":"E4CB","softbank":"E11B","google":"FE1AE","image":"1f47b.png","sheet_x":15,"sheet_y":38,"short_name":"ghost","short_names":["ghost"],"text":null,"texts":null,"category":"People","sort_order":81,"added_in":"6.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":"BABY ANGEL","unified":"1F47C","variations":[],"docomo":null,"au":"E5BF","softbank":"E04E","google":"FE1AF","image":"1f47c.png","sheet_x":15,"sheet_y":39,"short_name":"angel","short_names":["angel"],"text":null,"texts":null,"category":"People","sort_order":199,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F47C-1F3FB","image":"1f47c-1f3fb.png","sheet_x":15,"sheet_y":40,"added_in":"8.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},"1F3FC":{"unified":"1F47C-1F3FC","image":"1f47c-1f3fc.png","sheet_x":15,"sheet_y":41,"added_in":"8.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},"1F3FD":{"unified":"1F47C-1F3FD","image":"1f47c-1f3fd.png","sheet_x":15,"sheet_y":42,"added_in":"8.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},"1F3FE":{"unified":"1F47C-1F3FE","image":"1f47c-1f3fe.png","sheet_x":15,"sheet_y":43,"added_in":"8.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},"1F3FF":{"unified":"1F47C-1F3FF","image":"1f47c-1f3ff.png","sheet_x":15,"sheet_y":44,"added_in":"8.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":"EXTRATERRESTRIAL ALIEN","unified":"1F47D","variations":[],"docomo":null,"au":"E50E","softbank":"E10C","google":"FE1B0","image":"1f47d.png","sheet_x":15,"sheet_y":45,"short_name":"alien","short_names":["alien"],"text":null,"texts":null,"category":"People","sort_order":84,"added_in":"6.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":"ALIEN MONSTER","unified":"1F47E","variations":[],"docomo":null,"au":"E4EC","softbank":"E12B","google":"FE1B1","image":"1f47e.png","sheet_x":15,"sheet_y":46,"short_name":"space_invader","short_names":["space_invader"],"text":null,"texts":null,"category":"People","sort_order":85,"added_in":"6.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":"IMP","unified":"1F47F","variations":[],"docomo":null,"au":"E4EF","softbank":"E11A","google":"FE1B2","image":"1f47f.png","sheet_x":15,"sheet_y":47,"short_name":"imp","short_names":["imp"],"text":null,"texts":null,"category":"People","sort_order":77,"added_in":"6.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":"SKULL","unified":"1F480","variations":[],"docomo":null,"au":"E4F8","softbank":"E11C","google":"FE1B3","image":"1f480.png","sheet_x":15,"sheet_y":48,"short_name":"skull","short_names":["skull"],"text":null,"texts":null,"category":"People","sort_order":82,"added_in":"6.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":"INFORMATION DESK PERSON","unified":"1F481","variations":[],"docomo":null,"au":null,"softbank":"E253","google":"FE1B4","image":"1f481.png","sheet_x":16,"sheet_y":0,"short_name":"information_desk_person","short_names":["information_desk_person"],"text":null,"texts":null,"category":"People","sort_order":203,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F481-1F3FB","image":"1f481-1f3fb.png","sheet_x":16,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"1F481-1F3FC","image":"1f481-1f3fc.png","sheet_x":16,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"1F481-1F3FD","image":"1f481-1f3fd.png","sheet_x":16,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"1F481-1F3FE","image":"1f481-1f3fe.png","sheet_x":16,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"1F481-1F3FF","image":"1f481-1f3ff.png","sheet_x":16,"sheet_y":5,"added_in":"8.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}},"obsoleted_by":"1F481-200D-2640-FE0F"},{"name":"GUARDSMAN","unified":"1F482","variations":[],"docomo":null,"au":null,"softbank":"E51E","google":"FE1B5","image":"1f482.png","sheet_x":16,"sheet_y":6,"short_name":"guardsman","short_names":["guardsman"],"text":null,"texts":null,"category":"People","sort_order":158,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F482-1F3FB","image":"1f482-1f3fb.png","sheet_x":16,"sheet_y":7,"added_in":"8.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},"1F3FC":{"unified":"1F482-1F3FC","image":"1f482-1f3fc.png","sheet_x":16,"sheet_y":8,"added_in":"8.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},"1F3FD":{"unified":"1F482-1F3FD","image":"1f482-1f3fd.png","sheet_x":16,"sheet_y":9,"added_in":"8.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},"1F3FE":{"unified":"1F482-1F3FE","image":"1f482-1f3fe.png","sheet_x":16,"sheet_y":10,"added_in":"8.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},"1F3FF":{"unified":"1F482-1F3FF","image":"1f482-1f3ff.png","sheet_x":16,"sheet_y":11,"added_in":"8.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}},"obsoleted_by":"1F482-200D-2642-FE0F"},{"name":"DANCER","unified":"1F483","variations":[],"docomo":null,"au":"EB1C","softbank":"E51F","google":"FE1B6","image":"1f483.png","sheet_x":16,"sheet_y":12,"short_name":"dancer","short_names":["dancer"],"text":null,"texts":null,"category":"People","sort_order":226,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F483-1F3FB","image":"1f483-1f3fb.png","sheet_x":16,"sheet_y":13,"added_in":"8.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},"1F3FC":{"unified":"1F483-1F3FC","image":"1f483-1f3fc.png","sheet_x":16,"sheet_y":14,"added_in":"8.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},"1F3FD":{"unified":"1F483-1F3FD","image":"1f483-1f3fd.png","sheet_x":16,"sheet_y":15,"added_in":"8.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},"1F3FE":{"unified":"1F483-1F3FE","image":"1f483-1f3fe.png","sheet_x":16,"sheet_y":16,"added_in":"8.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},"1F3FF":{"unified":"1F483-1F3FF","image":"1f483-1f3ff.png","sheet_x":16,"sheet_y":17,"added_in":"8.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":"LIPSTICK","unified":"1F484","variations":[],"docomo":"E710","au":"E509","softbank":"E31C","google":"FE195","image":"1f484.png","sheet_x":16,"sheet_y":18,"short_name":"lipstick","short_names":["lipstick"],"text":null,"texts":null,"category":"People","sort_order":129,"added_in":"6.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":"NAIL POLISH","unified":"1F485","variations":[],"docomo":null,"au":"EAA0","softbank":"E31D","google":"FE196","image":"1f485.png","sheet_x":16,"sheet_y":19,"short_name":"nail_care","short_names":["nail_care"],"text":null,"texts":null,"category":"People","sort_order":127,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F485-1F3FB","image":"1f485-1f3fb.png","sheet_x":16,"sheet_y":20,"added_in":"8.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},"1F3FC":{"unified":"1F485-1F3FC","image":"1f485-1f3fc.png","sheet_x":16,"sheet_y":21,"added_in":"8.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},"1F3FD":{"unified":"1F485-1F3FD","image":"1f485-1f3fd.png","sheet_x":16,"sheet_y":22,"added_in":"8.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},"1F3FE":{"unified":"1F485-1F3FE","image":"1f485-1f3fe.png","sheet_x":16,"sheet_y":23,"added_in":"8.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},"1F3FF":{"unified":"1F485-1F3FF","image":"1f485-1f3ff.png","sheet_x":16,"sheet_y":24,"added_in":"8.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":"FACE MASSAGE","unified":"1F486","variations":[],"docomo":null,"au":"E50B","softbank":"E31E","google":"FE197","image":"1f486.png","sheet_x":16,"sheet_y":25,"short_name":"massage","short_names":["massage"],"text":null,"texts":null,"category":"People","sort_order":223,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F486-1F3FB","image":"1f486-1f3fb.png","sheet_x":16,"sheet_y":26,"added_in":"8.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},"1F3FC":{"unified":"1F486-1F3FC","image":"1f486-1f3fc.png","sheet_x":16,"sheet_y":27,"added_in":"8.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},"1F3FD":{"unified":"1F486-1F3FD","image":"1f486-1f3fd.png","sheet_x":16,"sheet_y":28,"added_in":"8.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},"1F3FE":{"unified":"1F486-1F3FE","image":"1f486-1f3fe.png","sheet_x":16,"sheet_y":29,"added_in":"8.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},"1F3FF":{"unified":"1F486-1F3FF","image":"1f486-1f3ff.png","sheet_x":16,"sheet_y":30,"added_in":"8.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}},"obsoleted_by":"1F486-200D-2640-FE0F"},{"name":"HAIRCUT","unified":"1F487","variations":[],"docomo":"E675","au":"EAA1","softbank":"E31F","google":"FE198","image":"1f487.png","sheet_x":16,"sheet_y":31,"short_name":"haircut","short_names":["haircut"],"text":null,"texts":null,"category":"People","sort_order":221,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F487-1F3FB","image":"1f487-1f3fb.png","sheet_x":16,"sheet_y":32,"added_in":"8.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},"1F3FC":{"unified":"1F487-1F3FC","image":"1f487-1f3fc.png","sheet_x":16,"sheet_y":33,"added_in":"8.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},"1F3FD":{"unified":"1F487-1F3FD","image":"1f487-1f3fd.png","sheet_x":16,"sheet_y":34,"added_in":"8.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},"1F3FE":{"unified":"1F487-1F3FE","image":"1f487-1f3fe.png","sheet_x":16,"sheet_y":35,"added_in":"8.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},"1F3FF":{"unified":"1F487-1F3FF","image":"1f487-1f3ff.png","sheet_x":16,"sheet_y":36,"added_in":"8.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}},"obsoleted_by":"1F487-200D-2640-FE0F"},{"name":"BARBER POLE","unified":"1F488","variations":[],"docomo":null,"au":"EAA2","softbank":"E320","google":"FE199","image":"1f488.png","sheet_x":16,"sheet_y":37,"short_name":"barber","short_names":["barber"],"text":null,"texts":null,"category":"Objects","sort_order":75,"added_in":"6.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":"SYRINGE","unified":"1F489","variations":[],"docomo":null,"au":"E510","softbank":"E13B","google":"FE509","image":"1f489.png","sheet_x":16,"sheet_y":38,"short_name":"syringe","short_names":["syringe"],"text":null,"texts":null,"category":"Objects","sort_order":81,"added_in":"6.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":"PILL","unified":"1F48A","variations":[],"docomo":null,"au":"EA9A","softbank":"E30F","google":"FE50A","image":"1f48a.png","sheet_x":16,"sheet_y":39,"short_name":"pill","short_names":["pill"],"text":null,"texts":null,"category":"Objects","sort_order":80,"added_in":"6.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":"KISS MARK","unified":"1F48B","variations":[],"docomo":"E6F9","au":"E4EB","softbank":"E003","google":"FE823","image":"1f48b.png","sheet_x":16,"sheet_y":40,"short_name":"kiss","short_names":["kiss"],"text":null,"texts":null,"category":"People","sort_order":130,"added_in":"6.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":"LOVE LETTER","unified":"1F48C","variations":[],"docomo":"E717","au":"EB78","softbank":"E103-E328","google":"FE824","image":"1f48c.png","sheet_x":16,"sheet_y":41,"short_name":"love_letter","short_names":["love_letter"],"text":null,"texts":null,"category":"Objects","sort_order":111,"added_in":"6.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":"RING","unified":"1F48D","variations":[],"docomo":"E71B","au":"E514","softbank":"E034","google":"FE825","image":"1f48d.png","sheet_x":16,"sheet_y":42,"short_name":"ring","short_names":["ring"],"text":null,"texts":null,"category":"People","sort_order":128,"added_in":"6.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":"GEM STONE","unified":"1F48E","variations":[],"docomo":"E71B","au":"E514","softbank":"E035","google":"FE826","image":"1f48e.png","sheet_x":16,"sheet_y":43,"short_name":"gem","short_names":["gem"],"text":null,"texts":null,"category":"Objects","sort_order":53,"added_in":"6.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":"KISS","unified":"1F48F","variations":[],"docomo":"E6F9","au":"E5CA","softbank":"E111","google":"FE827","image":"1f48f.png","sheet_x":16,"sheet_y":44,"short_name":"couplekiss","short_names":["couplekiss"],"text":null,"texts":null,"category":"People","sort_order":240,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"obsoleted_by":"1F469-200D-2764-FE0F-200D-1F48B-200D-1F468"},{"name":"BOUQUET","unified":"1F490","variations":[],"docomo":null,"au":"EA95","softbank":"E306","google":"FE828","image":"1f490.png","sheet_x":16,"sheet_y":45,"short_name":"bouquet","short_names":["bouquet"],"text":null,"texts":null,"category":"Nature","sort_order":105,"added_in":"6.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":"COUPLE WITH HEART","unified":"1F491","variations":[],"docomo":"E6ED","au":"EADA","softbank":"E425","google":"FE829","image":"1f491.png","sheet_x":16,"sheet_y":46,"short_name":"couple_with_heart","short_names":["couple_with_heart"],"text":null,"texts":null,"category":"People","sort_order":237,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"obsoleted_by":"1F469-200D-2764-FE0F-200D-1F468"},{"name":"WEDDING","unified":"1F492","variations":[],"docomo":null,"au":"E5BB","softbank":"E43D","google":"FE82A","image":"1f492.png","sheet_x":16,"sheet_y":47,"short_name":"wedding","short_names":["wedding"],"text":null,"texts":null,"category":"Places","sort_order":98,"added_in":"6.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":"BEATING HEART","unified":"1F493","variations":[],"docomo":"E6ED","au":"EB75","softbank":"E327","google":"FEB0D","image":"1f493.png","sheet_x":16,"sheet_y":48,"short_name":"heartbeat","short_names":["heartbeat"],"text":null,"texts":null,"category":"Symbols","sort_order":11,"added_in":"6.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":"BROKEN HEART","unified":"1F494","variations":[],"docomo":"E6EE","au":"E477","softbank":"E023","google":"FEB0E","image":"1f494.png","sheet_x":17,"sheet_y":0,"short_name":"broken_heart","short_names":["broken_heart"],"text":"<\/3","texts":["<\/3"],"category":"Symbols","sort_order":7,"added_in":"6.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":"TWO HEARTS","unified":"1F495","variations":[],"docomo":"E6EF","au":"E478","softbank":"E327","google":"FEB0F","image":"1f495.png","sheet_x":17,"sheet_y":1,"short_name":"two_hearts","short_names":["two_hearts"],"text":null,"texts":null,"category":"Symbols","sort_order":9,"added_in":"6.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":"SPARKLING HEART","unified":"1F496","variations":[],"docomo":"E6EC","au":"EAA6","softbank":"E327","google":"FEB10","image":"1f496.png","sheet_x":17,"sheet_y":2,"short_name":"sparkling_heart","short_names":["sparkling_heart"],"text":null,"texts":null,"category":"Symbols","sort_order":13,"added_in":"6.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":"GROWING HEART","unified":"1F497","variations":[],"docomo":"E6ED","au":"EB75","softbank":"E328","google":"FEB11","image":"1f497.png","sheet_x":17,"sheet_y":3,"short_name":"heartpulse","short_names":["heartpulse"],"text":null,"texts":null,"category":"Symbols","sort_order":12,"added_in":"6.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":"HEART WITH ARROW","unified":"1F498","variations":[],"docomo":"E6EC","au":"E4EA","softbank":"E329","google":"FEB12","image":"1f498.png","sheet_x":17,"sheet_y":4,"short_name":"cupid","short_names":["cupid"],"text":null,"texts":null,"category":"Symbols","sort_order":14,"added_in":"6.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":"BLUE HEART","unified":"1F499","variations":[],"docomo":"E6EC","au":"EAA7","softbank":"E32A","google":"FEB13","image":"1f499.png","sheet_x":17,"sheet_y":5,"short_name":"blue_heart","short_names":["blue_heart"],"text":"<3","texts":null,"category":"Symbols","sort_order":4,"added_in":"6.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":"GREEN HEART","unified":"1F49A","variations":[],"docomo":"E6EC","au":"EAA8","softbank":"E32B","google":"FEB14","image":"1f49a.png","sheet_x":17,"sheet_y":6,"short_name":"green_heart","short_names":["green_heart"],"text":"<3","texts":null,"category":"Symbols","sort_order":3,"added_in":"6.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":"YELLOW HEART","unified":"1F49B","variations":[],"docomo":"E6EC","au":"EAA9","softbank":"E32C","google":"FEB15","image":"1f49b.png","sheet_x":17,"sheet_y":7,"short_name":"yellow_heart","short_names":["yellow_heart"],"text":"<3","texts":null,"category":"Symbols","sort_order":2,"added_in":"6.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":"PURPLE HEART","unified":"1F49C","variations":[],"docomo":"E6EC","au":"EAAA","softbank":"E32D","google":"FEB16","image":"1f49c.png","sheet_x":17,"sheet_y":8,"short_name":"purple_heart","short_names":["purple_heart"],"text":"<3","texts":null,"category":"Symbols","sort_order":5,"added_in":"6.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":"HEART WITH RIBBON","unified":"1F49D","variations":[],"docomo":"E6EC","au":"EB54","softbank":"E437","google":"FEB17","image":"1f49d.png","sheet_x":17,"sheet_y":9,"short_name":"gift_heart","short_names":["gift_heart"],"text":null,"texts":null,"category":"Symbols","sort_order":15,"added_in":"6.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":"REVOLVING HEARTS","unified":"1F49E","variations":[],"docomo":"E6ED","au":"E5AF","softbank":"E327","google":"FEB18","image":"1f49e.png","sheet_x":17,"sheet_y":10,"short_name":"revolving_hearts","short_names":["revolving_hearts"],"text":null,"texts":null,"category":"Symbols","sort_order":10,"added_in":"6.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":"HEART DECORATION","unified":"1F49F","variations":[],"docomo":"E6F8","au":"E595","softbank":"E204","google":"FEB19","image":"1f49f.png","sheet_x":17,"sheet_y":11,"short_name":"heart_decoration","short_names":["heart_decoration"],"text":null,"texts":null,"category":"Symbols","sort_order":16,"added_in":"6.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":"DIAMOND SHAPE WITH A DOT INSIDE","unified":"1F4A0","variations":[],"docomo":"E6F8","au":null,"softbank":null,"google":"FEB55","image":"1f4a0.png","sheet_x":17,"sheet_y":12,"short_name":"diamond_shape_with_a_dot_inside","short_names":["diamond_shape_with_a_dot_inside"],"text":null,"texts":null,"category":"Symbols","sort_order":107,"added_in":"6.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":"ELECTRIC LIGHT BULB","unified":"1F4A1","variations":[],"docomo":"E6FB","au":"E476","softbank":"E10F","google":"FEB56","image":"1f4a1.png","sheet_x":17,"sheet_y":13,"short_name":"bulb","short_names":["bulb"],"text":null,"texts":null,"category":"Objects","sort_order":41,"added_in":"6.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":"ANGER SYMBOL","unified":"1F4A2","variations":[],"docomo":"E6FC","au":"E4E5","softbank":"E334","google":"FEB57","image":"1f4a2.png","sheet_x":17,"sheet_y":14,"short_name":"anger","short_names":["anger"],"text":null,"texts":null,"category":"Symbols","sort_order":76,"added_in":"6.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":"BOMB","unified":"1F4A3","variations":[],"docomo":"E6FE","au":"E47A","softbank":"E311","google":"FEB58","image":"1f4a3.png","sheet_x":17,"sheet_y":15,"short_name":"bomb","short_names":["bomb"],"text":null,"texts":null,"category":"Objects","sort_order":64,"added_in":"6.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":"SLEEPING SYMBOL","unified":"1F4A4","variations":[],"docomo":"E701","au":"E475","softbank":"E13C","google":"FEB59","image":"1f4a4.png","sheet_x":17,"sheet_y":16,"short_name":"zzz","short_names":["zzz"],"text":null,"texts":null,"category":"Symbols","sort_order":110,"added_in":"6.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":"COLLISION SYMBOL","unified":"1F4A5","variations":[],"docomo":"E705","au":"E5B0","softbank":null,"google":"FEB5A","image":"1f4a5.png","sheet_x":17,"sheet_y":17,"short_name":"boom","short_names":["boom","collision"],"text":null,"texts":null,"category":"Nature","sort_order":136,"added_in":"6.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":"SPLASHING SWEAT SYMBOL","unified":"1F4A6","variations":[],"docomo":"E706","au":"E5B1","softbank":"E331","google":"FEB5B","image":"1f4a6.png","sheet_x":17,"sheet_y":18,"short_name":"sweat_drops","short_names":["sweat_drops"],"text":null,"texts":null,"category":"Nature","sort_order":158,"added_in":"6.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":"DROPLET","unified":"1F4A7","variations":[],"docomo":"E707","au":"E4E6","softbank":"E331","google":"FEB5C","image":"1f4a7.png","sheet_x":17,"sheet_y":19,"short_name":"droplet","short_names":["droplet"],"text":null,"texts":null,"category":"Nature","sort_order":157,"added_in":"6.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":"DASH SYMBOL","unified":"1F4A8","variations":[],"docomo":"E708","au":"E4F4","softbank":"E330","google":"FEB5D","image":"1f4a8.png","sheet_x":17,"sheet_y":20,"short_name":"dash","short_names":["dash"],"text":null,"texts":null,"category":"Nature","sort_order":153,"added_in":"6.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":"PILE OF POO","unified":"1F4A9","variations":[],"docomo":null,"au":"E4F5","softbank":"E05A","google":"FE4F4","image":"1f4a9.png","sheet_x":17,"sheet_y":21,"short_name":"hankey","short_names":["hankey","poop","shit"],"text":null,"texts":null,"category":"People","sort_order":80,"added_in":"6.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":"FLEXED BICEPS","unified":"1F4AA","variations":[],"docomo":null,"au":"E4E9","softbank":"E14C","google":"FEB5E","image":"1f4aa.png","sheet_x":17,"sheet_y":22,"short_name":"muscle","short_names":["muscle"],"text":null,"texts":null,"category":"People","sort_order":123,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F4AA-1F3FB","image":"1f4aa-1f3fb.png","sheet_x":17,"sheet_y":23,"added_in":"8.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},"1F3FC":{"unified":"1F4AA-1F3FC","image":"1f4aa-1f3fc.png","sheet_x":17,"sheet_y":24,"added_in":"8.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},"1F3FD":{"unified":"1F4AA-1F3FD","image":"1f4aa-1f3fd.png","sheet_x":17,"sheet_y":25,"added_in":"8.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},"1F3FE":{"unified":"1F4AA-1F3FE","image":"1f4aa-1f3fe.png","sheet_x":17,"sheet_y":26,"added_in":"8.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},"1F3FF":{"unified":"1F4AA-1F3FF","image":"1f4aa-1f3ff.png","sheet_x":17,"sheet_y":27,"added_in":"8.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":"DIZZY SYMBOL","unified":"1F4AB","variations":[],"docomo":null,"au":"EB5C","softbank":"E407","google":"FEB5F","image":"1f4ab.png","sheet_x":17,"sheet_y":28,"short_name":"dizzy","short_names":["dizzy"],"text":null,"texts":null,"category":"Nature","sort_order":130,"added_in":"6.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":"SPEECH BALLOON","unified":"1F4AC","variations":[],"docomo":null,"au":"E4FD","softbank":null,"google":"FE532","image":"1f4ac.png","sheet_x":17,"sheet_y":29,"short_name":"speech_balloon","short_names":["speech_balloon"],"text":null,"texts":null,"category":"Symbols","sort_order":239,"added_in":"6.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":"THOUGHT BALLOON","unified":"1F4AD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ad.png","sheet_x":17,"sheet_y":30,"short_name":"thought_balloon","short_names":["thought_balloon"],"text":null,"texts":null,"category":"Symbols","sort_order":241,"added_in":"6.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":"WHITE FLOWER","unified":"1F4AE","variations":[],"docomo":null,"au":"E4F0","softbank":null,"google":"FEB7A","image":"1f4ae.png","sheet_x":17,"sheet_y":31,"short_name":"white_flower","short_names":["white_flower"],"text":null,"texts":null,"category":"Symbols","sort_order":55,"added_in":"6.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":"HUNDRED POINTS SYMBOL","unified":"1F4AF","variations":[],"docomo":null,"au":"E4F2","softbank":null,"google":"FEB7B","image":"1f4af.png","sheet_x":17,"sheet_y":32,"short_name":"100","short_names":["100"],"text":null,"texts":null,"category":"Symbols","sort_order":75,"added_in":"6.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":"MONEY BAG","unified":"1F4B0","variations":[],"docomo":"E715","au":"E4C7","softbank":"E12F","google":"FE4DD","image":"1f4b0.png","sheet_x":17,"sheet_y":33,"short_name":"moneybag","short_names":["moneybag"],"text":null,"texts":null,"category":"Objects","sort_order":51,"added_in":"6.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":"CURRENCY EXCHANGE","unified":"1F4B1","variations":[],"docomo":null,"au":null,"softbank":"E149","google":"FE4DE","image":"1f4b1.png","sheet_x":17,"sheet_y":34,"short_name":"currency_exchange","short_names":["currency_exchange"],"text":null,"texts":null,"category":"Symbols","sort_order":195,"added_in":"6.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":"HEAVY DOLLAR SIGN","unified":"1F4B2","variations":[],"docomo":"E715","au":"E579","softbank":"E12F","google":"FE4E0","image":"1f4b2.png","sheet_x":17,"sheet_y":35,"short_name":"heavy_dollar_sign","short_names":["heavy_dollar_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":194,"added_in":"6.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":"CREDIT CARD","unified":"1F4B3","variations":[],"docomo":null,"au":"E57C","softbank":null,"google":"FE4E1","image":"1f4b3.png","sheet_x":17,"sheet_y":36,"short_name":"credit_card","short_names":["credit_card"],"text":null,"texts":null,"category":"Objects","sort_order":52,"added_in":"6.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":"BANKNOTE WITH YEN SIGN","unified":"1F4B4","variations":[],"docomo":"E6D6","au":"E57D","softbank":null,"google":"FE4E2","image":"1f4b4.png","sheet_x":17,"sheet_y":37,"short_name":"yen","short_names":["yen"],"text":null,"texts":null,"category":"Objects","sort_order":48,"added_in":"6.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":"BANKNOTE WITH DOLLAR SIGN","unified":"1F4B5","variations":[],"docomo":"E715","au":"E585","softbank":"E12F","google":"FE4E3","image":"1f4b5.png","sheet_x":17,"sheet_y":38,"short_name":"dollar","short_names":["dollar"],"text":null,"texts":null,"category":"Objects","sort_order":47,"added_in":"6.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":"BANKNOTE WITH EURO SIGN","unified":"1F4B6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4b6.png","sheet_x":17,"sheet_y":39,"short_name":"euro","short_names":["euro"],"text":null,"texts":null,"category":"Objects","sort_order":49,"added_in":"6.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":"BANKNOTE WITH POUND SIGN","unified":"1F4B7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4b7.png","sheet_x":17,"sheet_y":40,"short_name":"pound","short_names":["pound"],"text":null,"texts":null,"category":"Objects","sort_order":50,"added_in":"6.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":"MONEY WITH WINGS","unified":"1F4B8","variations":[],"docomo":null,"au":"EB5B","softbank":null,"google":"FE4E4","image":"1f4b8.png","sheet_x":17,"sheet_y":41,"short_name":"money_with_wings","short_names":["money_with_wings"],"text":null,"texts":null,"category":"Objects","sort_order":46,"added_in":"6.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":"CHART WITH UPWARDS TREND AND YEN SIGN","unified":"1F4B9","variations":[],"docomo":null,"au":"E5DC","softbank":"E14A","google":"FE4DF","image":"1f4b9.png","sheet_x":17,"sheet_y":42,"short_name":"chart","short_names":["chart"],"text":null,"texts":null,"category":"Symbols","sort_order":102,"added_in":"6.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":"SEAT","unified":"1F4BA","variations":[],"docomo":"E6B2","au":null,"softbank":"E11F","google":"FE537","image":"1f4ba.png","sheet_x":17,"sheet_y":43,"short_name":"seat","short_names":["seat"],"text":null,"texts":null,"category":"Places","sort_order":45,"added_in":"6.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":"PERSONAL COMPUTER","unified":"1F4BB","variations":[],"docomo":"E716","au":"E5B8","softbank":"E00C","google":"FE538","image":"1f4bb.png","sheet_x":17,"sheet_y":44,"short_name":"computer","short_names":["computer"],"text":null,"texts":null,"category":"Objects","sort_order":4,"added_in":"6.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":"BRIEFCASE","unified":"1F4BC","variations":[],"docomo":"E682","au":"E5CE","softbank":"E11E","google":"FE53B","image":"1f4bc.png","sheet_x":17,"sheet_y":45,"short_name":"briefcase","short_names":["briefcase"],"text":null,"texts":null,"category":"People","sort_order":289,"added_in":"6.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":"MINIDISC","unified":"1F4BD","variations":[],"docomo":null,"au":"E582","softbank":"E316","google":"FE53C","image":"1f4bd.png","sheet_x":17,"sheet_y":46,"short_name":"minidisc","short_names":["minidisc"],"text":null,"texts":null,"category":"Objects","sort_order":12,"added_in":"6.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":"FLOPPY DISK","unified":"1F4BE","variations":[],"docomo":null,"au":"E562","softbank":"E316","google":"FE53D","image":"1f4be.png","sheet_x":17,"sheet_y":47,"short_name":"floppy_disk","short_names":["floppy_disk"],"text":null,"texts":null,"category":"Objects","sort_order":13,"added_in":"6.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":"OPTICAL DISC","unified":"1F4BF","variations":[],"docomo":"E68C","au":"E50C","softbank":"E126","google":"FE81D","image":"1f4bf.png","sheet_x":17,"sheet_y":48,"short_name":"cd","short_names":["cd"],"text":null,"texts":null,"category":"Objects","sort_order":14,"added_in":"6.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":"DVD","unified":"1F4C0","variations":[],"docomo":"E68C","au":"E50C","softbank":"E127","google":"FE81E","image":"1f4c0.png","sheet_x":18,"sheet_y":0,"short_name":"dvd","short_names":["dvd"],"text":null,"texts":null,"category":"Objects","sort_order":15,"added_in":"6.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":"FILE FOLDER","unified":"1F4C1","variations":[],"docomo":null,"au":"E58F","softbank":null,"google":"FE543","image":"1f4c1.png","sheet_x":18,"sheet_y":1,"short_name":"file_folder","short_names":["file_folder"],"text":null,"texts":null,"category":"Objects","sort_order":138,"added_in":"6.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":"OPEN FILE FOLDER","unified":"1F4C2","variations":[],"docomo":null,"au":"E590","softbank":null,"google":"FE544","image":"1f4c2.png","sheet_x":18,"sheet_y":2,"short_name":"open_file_folder","short_names":["open_file_folder"],"text":null,"texts":null,"category":"Objects","sort_order":139,"added_in":"6.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":"PAGE WITH CURL","unified":"1F4C3","variations":[],"docomo":"E689","au":"E561","softbank":"E301","google":"FE540","image":"1f4c3.png","sheet_x":18,"sheet_y":3,"short_name":"page_with_curl","short_names":["page_with_curl"],"text":null,"texts":null,"category":"Objects","sort_order":123,"added_in":"6.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":"PAGE FACING UP","unified":"1F4C4","variations":[],"docomo":"E689","au":"E569","softbank":"E301","google":"FE541","image":"1f4c4.png","sheet_x":18,"sheet_y":4,"short_name":"page_facing_up","short_names":["page_facing_up"],"text":null,"texts":null,"category":"Objects","sort_order":124,"added_in":"6.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":"CALENDAR","unified":"1F4C5","variations":[],"docomo":null,"au":"E563","softbank":null,"google":"FE542","image":"1f4c5.png","sheet_x":18,"sheet_y":5,"short_name":"date","short_names":["date"],"text":null,"texts":null,"category":"Objects","sort_order":132,"added_in":"6.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":"TEAR-OFF CALENDAR","unified":"1F4C6","variations":[],"docomo":null,"au":"E56A","softbank":null,"google":"FE549","image":"1f4c6.png","sheet_x":18,"sheet_y":6,"short_name":"calendar","short_names":["calendar"],"text":null,"texts":null,"category":"Objects","sort_order":131,"added_in":"6.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":"CARD INDEX","unified":"1F4C7","variations":[],"docomo":"E683","au":"E56C","softbank":"E148","google":"FE54D","image":"1f4c7.png","sheet_x":18,"sheet_y":7,"short_name":"card_index","short_names":["card_index"],"text":null,"texts":null,"category":"Objects","sort_order":133,"added_in":"6.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":"CHART WITH UPWARDS TREND","unified":"1F4C8","variations":[],"docomo":null,"au":"E575","softbank":"E14A","google":"FE54B","image":"1f4c8.png","sheet_x":18,"sheet_y":8,"short_name":"chart_with_upwards_trend","short_names":["chart_with_upwards_trend"],"text":null,"texts":null,"category":"Objects","sort_order":127,"added_in":"6.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":"CHART WITH DOWNWARDS TREND","unified":"1F4C9","variations":[],"docomo":null,"au":"E576","softbank":null,"google":"FE54C","image":"1f4c9.png","sheet_x":18,"sheet_y":9,"short_name":"chart_with_downwards_trend","short_names":["chart_with_downwards_trend"],"text":null,"texts":null,"category":"Objects","sort_order":128,"added_in":"6.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":"BAR CHART","unified":"1F4CA","variations":[],"docomo":null,"au":"E574","softbank":"E14A","google":"FE54A","image":"1f4ca.png","sheet_x":18,"sheet_y":10,"short_name":"bar_chart","short_names":["bar_chart"],"text":null,"texts":null,"category":"Objects","sort_order":126,"added_in":"6.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":"CLIPBOARD","unified":"1F4CB","variations":[],"docomo":"E689","au":"E564","softbank":"E301","google":"FE548","image":"1f4cb.png","sheet_x":18,"sheet_y":11,"short_name":"clipboard","short_names":["clipboard"],"text":null,"texts":null,"category":"Objects","sort_order":137,"added_in":"6.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":"PUSHPIN","unified":"1F4CC","variations":[],"docomo":null,"au":"E56D","softbank":null,"google":"FE54E","image":"1f4cc.png","sheet_x":18,"sheet_y":12,"short_name":"pushpin","short_names":["pushpin"],"text":null,"texts":null,"category":"Objects","sort_order":158,"added_in":"6.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":"ROUND PUSHPIN","unified":"1F4CD","variations":[],"docomo":null,"au":"E560","softbank":null,"google":"FE53F","image":"1f4cd.png","sheet_x":18,"sheet_y":13,"short_name":"round_pushpin","short_names":["round_pushpin"],"text":null,"texts":null,"category":"Objects","sort_order":159,"added_in":"6.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":"PAPERCLIP","unified":"1F4CE","variations":[],"docomo":"E730","au":"E4A0","softbank":null,"google":"FE53A","image":"1f4ce.png","sheet_x":18,"sheet_y":14,"short_name":"paperclip","short_names":["paperclip"],"text":null,"texts":null,"category":"Objects","sort_order":154,"added_in":"6.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":"STRAIGHT RULER","unified":"1F4CF","variations":[],"docomo":null,"au":"E570","softbank":null,"google":"FE550","image":"1f4cf.png","sheet_x":18,"sheet_y":15,"short_name":"straight_ruler","short_names":["straight_ruler"],"text":null,"texts":null,"category":"Objects","sort_order":157,"added_in":"6.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":"TRIANGULAR RULER","unified":"1F4D0","variations":[],"docomo":null,"au":"E4A2","softbank":null,"google":"FE551","image":"1f4d0.png","sheet_x":18,"sheet_y":16,"short_name":"triangular_ruler","short_names":["triangular_ruler"],"text":null,"texts":null,"category":"Objects","sort_order":156,"added_in":"6.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":"BOOKMARK TABS","unified":"1F4D1","variations":[],"docomo":"E689","au":"EB0B","softbank":"E301","google":"FE552","image":"1f4d1.png","sheet_x":18,"sheet_y":17,"short_name":"bookmark_tabs","short_names":["bookmark_tabs"],"text":null,"texts":null,"category":"Objects","sort_order":125,"added_in":"6.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":"LEDGER","unified":"1F4D2","variations":[],"docomo":"E683","au":"E56E","softbank":"E148","google":"FE54F","image":"1f4d2.png","sheet_x":18,"sheet_y":18,"short_name":"ledger","short_names":["ledger"],"text":null,"texts":null,"category":"Objects","sort_order":145,"added_in":"6.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":"NOTEBOOK","unified":"1F4D3","variations":[],"docomo":"E683","au":"E56B","softbank":"E148","google":"FE545","image":"1f4d3.png","sheet_x":18,"sheet_y":19,"short_name":"notebook","short_names":["notebook"],"text":null,"texts":null,"category":"Objects","sort_order":143,"added_in":"6.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":"NOTEBOOK WITH DECORATIVE COVER","unified":"1F4D4","variations":[],"docomo":"E683","au":"E49D","softbank":"E148","google":"FE547","image":"1f4d4.png","sheet_x":18,"sheet_y":20,"short_name":"notebook_with_decorative_cover","short_names":["notebook_with_decorative_cover"],"text":null,"texts":null,"category":"Objects","sort_order":144,"added_in":"6.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":"CLOSED BOOK","unified":"1F4D5","variations":[],"docomo":"E683","au":"E568","softbank":"E148","google":"FE502","image":"1f4d5.png","sheet_x":18,"sheet_y":21,"short_name":"closed_book","short_names":["closed_book"],"text":null,"texts":null,"category":"Objects","sort_order":146,"added_in":"6.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":"OPEN BOOK","unified":"1F4D6","variations":[],"docomo":"E683","au":"E49F","softbank":"E148","google":"FE546","image":"1f4d6.png","sheet_x":18,"sheet_y":22,"short_name":"book","short_names":["book","open_book"],"text":null,"texts":null,"category":"Objects","sort_order":151,"added_in":"6.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":"GREEN BOOK","unified":"1F4D7","variations":[],"docomo":"E683","au":"E565","softbank":"E148","google":"FE4FF","image":"1f4d7.png","sheet_x":18,"sheet_y":23,"short_name":"green_book","short_names":["green_book"],"text":null,"texts":null,"category":"Objects","sort_order":147,"added_in":"6.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":"BLUE BOOK","unified":"1F4D8","variations":[],"docomo":"E683","au":"E566","softbank":"E148","google":"FE500","image":"1f4d8.png","sheet_x":18,"sheet_y":24,"short_name":"blue_book","short_names":["blue_book"],"text":null,"texts":null,"category":"Objects","sort_order":148,"added_in":"6.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":"ORANGE BOOK","unified":"1F4D9","variations":[],"docomo":"E683","au":"E567","softbank":"E148","google":"FE501","image":"1f4d9.png","sheet_x":18,"sheet_y":25,"short_name":"orange_book","short_names":["orange_book"],"text":null,"texts":null,"category":"Objects","sort_order":149,"added_in":"6.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":"BOOKS","unified":"1F4DA","variations":[],"docomo":"E683","au":"E56F","softbank":"E148","google":"FE503","image":"1f4da.png","sheet_x":18,"sheet_y":26,"short_name":"books","short_names":["books"],"text":null,"texts":null,"category":"Objects","sort_order":150,"added_in":"6.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":"NAME BADGE","unified":"1F4DB","variations":[],"docomo":null,"au":"E51D","softbank":null,"google":"FE504","image":"1f4db.png","sheet_x":18,"sheet_y":27,"short_name":"name_badge","short_names":["name_badge"],"text":null,"texts":null,"category":"Symbols","sort_order":73,"added_in":"6.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":"SCROLL","unified":"1F4DC","variations":[],"docomo":"E70A","au":"E55F","softbank":null,"google":"FE4FD","image":"1f4dc.png","sheet_x":18,"sheet_y":28,"short_name":"scroll","short_names":["scroll"],"text":null,"texts":null,"category":"Objects","sort_order":122,"added_in":"6.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":"MEMO","unified":"1F4DD","variations":[],"docomo":"E689","au":"EA92","softbank":"E301","google":"FE527","image":"1f4dd.png","sheet_x":18,"sheet_y":29,"short_name":"memo","short_names":["memo","pencil"],"text":null,"texts":null,"category":"Objects","sort_order":166,"added_in":"6.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":"TELEPHONE RECEIVER","unified":"1F4DE","variations":[],"docomo":"E687","au":"E51E","softbank":"E009","google":"FE524","image":"1f4de.png","sheet_x":18,"sheet_y":30,"short_name":"telephone_receiver","short_names":["telephone_receiver"],"text":null,"texts":null,"category":"Objects","sort_order":23,"added_in":"6.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":"PAGER","unified":"1F4DF","variations":[],"docomo":"E65A","au":"E59B","softbank":null,"google":"FE522","image":"1f4df.png","sheet_x":18,"sheet_y":31,"short_name":"pager","short_names":["pager"],"text":null,"texts":null,"category":"Objects","sort_order":25,"added_in":"6.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":"FAX MACHINE","unified":"1F4E0","variations":[],"docomo":"E6D0","au":"E520","softbank":"E00B","google":"FE528","image":"1f4e0.png","sheet_x":18,"sheet_y":32,"short_name":"fax","short_names":["fax"],"text":null,"texts":null,"category":"Objects","sort_order":26,"added_in":"6.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":"SATELLITE ANTENNA","unified":"1F4E1","variations":[],"docomo":null,"au":"E4A8","softbank":"E14B","google":"FE531","image":"1f4e1.png","sheet_x":18,"sheet_y":33,"short_name":"satellite_antenna","short_names":["satellite_antenna"],"text":null,"texts":null,"category":"Objects","sort_order":38,"added_in":"6.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":"PUBLIC ADDRESS LOUDSPEAKER","unified":"1F4E2","variations":[],"docomo":null,"au":"E511","softbank":"E142","google":"FE52F","image":"1f4e2.png","sheet_x":18,"sheet_y":34,"short_name":"loudspeaker","short_names":["loudspeaker"],"text":null,"texts":null,"category":"Symbols","sort_order":237,"added_in":"6.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":"CHEERING MEGAPHONE","unified":"1F4E3","variations":[],"docomo":null,"au":"E511","softbank":"E317","google":"FE530","image":"1f4e3.png","sheet_x":18,"sheet_y":35,"short_name":"mega","short_names":["mega"],"text":null,"texts":null,"category":"Symbols","sort_order":236,"added_in":"6.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":"OUTBOX TRAY","unified":"1F4E4","variations":[],"docomo":null,"au":"E592","softbank":null,"google":"FE533","image":"1f4e4.png","sheet_x":18,"sheet_y":36,"short_name":"outbox_tray","short_names":["outbox_tray"],"text":null,"texts":null,"category":"Objects","sort_order":113,"added_in":"6.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":"INBOX TRAY","unified":"1F4E5","variations":[],"docomo":null,"au":"E593","softbank":null,"google":"FE534","image":"1f4e5.png","sheet_x":18,"sheet_y":37,"short_name":"inbox_tray","short_names":["inbox_tray"],"text":null,"texts":null,"category":"Objects","sort_order":112,"added_in":"6.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":"PACKAGE","unified":"1F4E6","variations":[],"docomo":"E685","au":"E51F","softbank":"E112","google":"FE535","image":"1f4e6.png","sheet_x":18,"sheet_y":38,"short_name":"package","short_names":["package"],"text":null,"texts":null,"category":"Objects","sort_order":114,"added_in":"6.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":"E-MAIL SYMBOL","unified":"1F4E7","variations":[],"docomo":"E6D3","au":"EB71","softbank":"E103","google":"FEB92","image":"1f4e7.png","sheet_x":18,"sheet_y":39,"short_name":"e-mail","short_names":["e-mail"],"text":null,"texts":null,"category":"Objects","sort_order":110,"added_in":"6.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":"INCOMING ENVELOPE","unified":"1F4E8","variations":[],"docomo":"E6CF","au":"E591","softbank":"E103","google":"FE52A","image":"1f4e8.png","sheet_x":18,"sheet_y":40,"short_name":"incoming_envelope","short_names":["incoming_envelope"],"text":null,"texts":null,"category":"Objects","sort_order":109,"added_in":"6.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":"ENVELOPE WITH DOWNWARDS ARROW ABOVE","unified":"1F4E9","variations":[],"docomo":"E6CF","au":"EB62","softbank":"E103","google":"FE52B","image":"1f4e9.png","sheet_x":18,"sheet_y":41,"short_name":"envelope_with_arrow","short_names":["envelope_with_arrow"],"text":null,"texts":null,"category":"Objects","sort_order":108,"added_in":"6.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":"CLOSED MAILBOX WITH LOWERED FLAG","unified":"1F4EA","variations":[],"docomo":"E665","au":"E51B","softbank":"E101","google":"FE52C","image":"1f4ea.png","sheet_x":18,"sheet_y":42,"short_name":"mailbox_closed","short_names":["mailbox_closed"],"text":null,"texts":null,"category":"Objects","sort_order":116,"added_in":"6.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":"CLOSED MAILBOX WITH RAISED FLAG","unified":"1F4EB","variations":[],"docomo":"E665","au":"EB0A","softbank":"E101","google":"FE52D","image":"1f4eb.png","sheet_x":18,"sheet_y":43,"short_name":"mailbox","short_names":["mailbox"],"text":null,"texts":null,"category":"Objects","sort_order":117,"added_in":"6.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":"OPEN MAILBOX WITH RAISED FLAG","unified":"1F4EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ec.png","sheet_x":18,"sheet_y":44,"short_name":"mailbox_with_mail","short_names":["mailbox_with_mail"],"text":null,"texts":null,"category":"Objects","sort_order":118,"added_in":"6.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":"OPEN MAILBOX WITH LOWERED FLAG","unified":"1F4ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ed.png","sheet_x":18,"sheet_y":45,"short_name":"mailbox_with_no_mail","short_names":["mailbox_with_no_mail"],"text":null,"texts":null,"category":"Objects","sort_order":119,"added_in":"6.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":"POSTBOX","unified":"1F4EE","variations":[],"docomo":"E665","au":"E51B","softbank":"E102","google":"FE52E","image":"1f4ee.png","sheet_x":18,"sheet_y":46,"short_name":"postbox","short_names":["postbox"],"text":null,"texts":null,"category":"Objects","sort_order":120,"added_in":"6.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":"POSTAL HORN","unified":"1F4EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ef.png","sheet_x":18,"sheet_y":47,"short_name":"postal_horn","short_names":["postal_horn"],"text":null,"texts":null,"category":"Objects","sort_order":121,"added_in":"6.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":"NEWSPAPER","unified":"1F4F0","variations":[],"docomo":null,"au":"E58B","softbank":null,"google":"FE822","image":"1f4f0.png","sheet_x":18,"sheet_y":48,"short_name":"newspaper","short_names":["newspaper"],"text":null,"texts":null,"category":"Objects","sort_order":142,"added_in":"6.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":"MOBILE PHONE","unified":"1F4F1","variations":[],"docomo":"E688","au":"E588","softbank":"E00A","google":"FE525","image":"1f4f1.png","sheet_x":19,"sheet_y":0,"short_name":"iphone","short_names":["iphone"],"text":null,"texts":null,"category":"Objects","sort_order":2,"added_in":"6.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":"MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT","unified":"1F4F2","variations":[],"docomo":"E6CE","au":"EB08","softbank":"E104","google":"FE526","image":"1f4f2.png","sheet_x":19,"sheet_y":1,"short_name":"calling","short_names":["calling"],"text":null,"texts":null,"category":"Objects","sort_order":3,"added_in":"6.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":"VIBRATION MODE","unified":"1F4F3","variations":[],"docomo":null,"au":"EA90","softbank":"E250","google":"FE839","image":"1f4f3.png","sheet_x":19,"sheet_y":2,"short_name":"vibration_mode","short_names":["vibration_mode"],"text":null,"texts":null,"category":"Symbols","sort_order":47,"added_in":"6.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":"MOBILE PHONE OFF","unified":"1F4F4","variations":[],"docomo":null,"au":"EA91","softbank":"E251","google":"FE83A","image":"1f4f4.png","sheet_x":19,"sheet_y":3,"short_name":"mobile_phone_off","short_names":["mobile_phone_off"],"text":null,"texts":null,"category":"Symbols","sort_order":46,"added_in":"6.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":"NO MOBILE PHONES","unified":"1F4F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4f5.png","sheet_x":19,"sheet_y":4,"short_name":"no_mobile_phones","short_names":["no_mobile_phones"],"text":null,"texts":null,"category":"Symbols","sort_order":83,"added_in":"6.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":"ANTENNA WITH BARS","unified":"1F4F6","variations":[],"docomo":null,"au":"EA84","softbank":"E20B","google":"FE838","image":"1f4f6.png","sheet_x":19,"sheet_y":5,"short_name":"signal_strength","short_names":["signal_strength"],"text":null,"texts":null,"category":"Symbols","sort_order":127,"added_in":"6.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":"CAMERA","unified":"1F4F7","variations":[],"docomo":"E681","au":"E515","softbank":"E008","google":"FE4EF","image":"1f4f7.png","sheet_x":19,"sheet_y":6,"short_name":"camera","short_names":["camera"],"text":null,"texts":null,"category":"Objects","sort_order":17,"added_in":"6.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":"CAMERA WITH FLASH","unified":"1F4F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4f8.png","sheet_x":19,"sheet_y":7,"short_name":"camera_with_flash","short_names":["camera_with_flash"],"text":null,"texts":null,"category":"Objects","sort_order":18,"added_in":"7.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},{"name":"VIDEO CAMERA","unified":"1F4F9","variations":[],"docomo":"E677","au":"E57E","softbank":"E03D","google":"FE4F9","image":"1f4f9.png","sheet_x":19,"sheet_y":8,"short_name":"video_camera","short_names":["video_camera"],"text":null,"texts":null,"category":"Objects","sort_order":19,"added_in":"6.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":"TELEVISION","unified":"1F4FA","variations":[],"docomo":"E68A","au":"E502","softbank":"E12A","google":"FE81C","image":"1f4fa.png","sheet_x":19,"sheet_y":9,"short_name":"tv","short_names":["tv"],"text":null,"texts":null,"category":"Objects","sort_order":27,"added_in":"6.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":"RADIO","unified":"1F4FB","variations":[],"docomo":null,"au":"E5B9","softbank":"E128","google":"FE81F","image":"1f4fb.png","sheet_x":19,"sheet_y":10,"short_name":"radio","short_names":["radio"],"text":null,"texts":null,"category":"Objects","sort_order":28,"added_in":"6.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":"VIDEOCASSETTE","unified":"1F4FC","variations":[],"docomo":null,"au":"E580","softbank":"E129","google":"FE820","image":"1f4fc.png","sheet_x":19,"sheet_y":11,"short_name":"vhs","short_names":["vhs"],"text":null,"texts":null,"category":"Objects","sort_order":16,"added_in":"6.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":"FILM PROJECTOR","unified":"1F4FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4fd.png","sheet_x":19,"sheet_y":12,"short_name":"film_projector","short_names":["film_projector"],"text":null,"texts":null,"category":"Objects","sort_order":21,"added_in":"7.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},{"name":"PRAYER BEADS","unified":"1F4FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ff.png","sheet_x":19,"sheet_y":13,"short_name":"prayer_beads","short_names":["prayer_beads"],"text":null,"texts":null,"category":"Objects","sort_order":74,"added_in":"8.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},{"name":"TWISTED RIGHTWARDS ARROWS","unified":"1F500","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f500.png","sheet_x":19,"sheet_y":14,"short_name":"twisted_rightwards_arrows","short_names":["twisted_rightwards_arrows"],"text":null,"texts":null,"category":"Symbols","sort_order":183,"added_in":"6.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":"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS","unified":"1F501","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f501.png","sheet_x":19,"sheet_y":15,"short_name":"repeat","short_names":["repeat"],"text":null,"texts":null,"category":"Symbols","sort_order":184,"added_in":"6.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":"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":19,"sheet_y":16,"short_name":"repeat_one","short_names":["repeat_one"],"text":null,"texts":null,"category":"Symbols","sort_order":185,"added_in":"6.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":"CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","unified":"1F503","variations":[],"docomo":"E735","au":"EB0D","softbank":null,"google":"FEB91","image":"1f503.png","sheet_x":19,"sheet_y":17,"short_name":"arrows_clockwise","short_names":["arrows_clockwise"],"text":null,"texts":null,"category":"Symbols","sort_order":187,"added_in":"6.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":"ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","unified":"1F504","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f504.png","sheet_x":19,"sheet_y":18,"short_name":"arrows_counterclockwise","short_names":["arrows_counterclockwise"],"text":null,"texts":null,"category":"Symbols","sort_order":186,"added_in":"6.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":"LOW BRIGHTNESS SYMBOL","unified":"1F505","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f505.png","sheet_x":19,"sheet_y":19,"short_name":"low_brightness","short_names":["low_brightness"],"text":null,"texts":null,"category":"Symbols","sort_order":91,"added_in":"6.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":"HIGH BRIGHTNESS SYMBOL","unified":"1F506","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f506.png","sheet_x":19,"sheet_y":20,"short_name":"high_brightness","short_names":["high_brightness"],"text":null,"texts":null,"category":"Symbols","sort_order":92,"added_in":"6.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":"SPEAKER WITH CANCELLATION STROKE","unified":"1F507","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f507.png","sheet_x":19,"sheet_y":21,"short_name":"mute","short_names":["mute"],"text":null,"texts":null,"category":"Symbols","sort_order":231,"added_in":"6.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":"SPEAKER","unified":"1F508","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f508.png","sheet_x":19,"sheet_y":22,"short_name":"speaker","short_names":["speaker"],"text":null,"texts":null,"category":"Symbols","sort_order":230,"added_in":"6.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":"SPEAKER WITH ONE SOUND WAVE","unified":"1F509","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f509.png","sheet_x":19,"sheet_y":23,"short_name":"sound","short_names":["sound"],"text":null,"texts":null,"category":"Symbols","sort_order":232,"added_in":"6.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":"SPEAKER WITH THREE SOUND WAVES","unified":"1F50A","variations":[],"docomo":null,"au":"E511","softbank":"E141","google":"FE821","image":"1f50a.png","sheet_x":19,"sheet_y":24,"short_name":"loud_sound","short_names":["loud_sound"],"text":null,"texts":null,"category":"Symbols","sort_order":233,"added_in":"6.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":"BATTERY","unified":"1F50B","variations":[],"docomo":null,"au":"E584","softbank":null,"google":"FE4FC","image":"1f50b.png","sheet_x":19,"sheet_y":25,"short_name":"battery","short_names":["battery"],"text":null,"texts":null,"category":"Objects","sort_order":39,"added_in":"6.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":"ELECTRIC PLUG","unified":"1F50C","variations":[],"docomo":null,"au":"E589","softbank":null,"google":"FE4FE","image":"1f50c.png","sheet_x":19,"sheet_y":26,"short_name":"electric_plug","short_names":["electric_plug"],"text":null,"texts":null,"category":"Objects","sort_order":40,"added_in":"6.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":"LEFT-POINTING MAGNIFYING GLASS","unified":"1F50D","variations":[],"docomo":"E6DC","au":"E518","softbank":"E114","google":"FEB85","image":"1f50d.png","sheet_x":19,"sheet_y":27,"short_name":"mag","short_names":["mag"],"text":null,"texts":null,"category":"Objects","sort_order":168,"added_in":"6.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":"RIGHT-POINTING MAGNIFYING GLASS","unified":"1F50E","variations":[],"docomo":"E6DC","au":"EB05","softbank":"E114","google":"FEB8D","image":"1f50e.png","sheet_x":19,"sheet_y":28,"short_name":"mag_right","short_names":["mag_right"],"text":null,"texts":null,"category":"Objects","sort_order":169,"added_in":"6.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":"LOCK WITH INK PEN","unified":"1F50F","variations":[],"docomo":"E6D9","au":"EB0C","softbank":"E144","google":"FEB90","image":"1f50f.png","sheet_x":19,"sheet_y":29,"short_name":"lock_with_ink_pen","short_names":["lock_with_ink_pen"],"text":null,"texts":null,"category":"Objects","sort_order":170,"added_in":"6.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":"CLOSED LOCK WITH KEY","unified":"1F510","variations":[],"docomo":"E6D9","au":"EAFC","softbank":"E144","google":"FEB8A","image":"1f510.png","sheet_x":19,"sheet_y":30,"short_name":"closed_lock_with_key","short_names":["closed_lock_with_key"],"text":null,"texts":null,"category":"Objects","sort_order":171,"added_in":"6.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":"KEY","unified":"1F511","variations":[],"docomo":"E6D9","au":"E519","softbank":"E03F","google":"FEB82","image":"1f511.png","sheet_x":19,"sheet_y":31,"short_name":"key","short_names":["key"],"text":null,"texts":null,"category":"Objects","sort_order":89,"added_in":"6.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":"LOCK","unified":"1F512","variations":[],"docomo":"E6D9","au":"E51C","softbank":"E144","google":"FEB86","image":"1f512.png","sheet_x":19,"sheet_y":32,"short_name":"lock","short_names":["lock"],"text":null,"texts":null,"category":"Objects","sort_order":172,"added_in":"6.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":"OPEN LOCK","unified":"1F513","variations":[],"docomo":"E6D9","au":"E51C","softbank":"E145","google":"FEB87","image":"1f513.png","sheet_x":19,"sheet_y":33,"short_name":"unlock","short_names":["unlock"],"text":null,"texts":null,"category":"Objects","sort_order":173,"added_in":"6.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":"BELL","unified":"1F514","variations":[],"docomo":"E713","au":"E512","softbank":"E325","google":"FE4F2","image":"1f514.png","sheet_x":19,"sheet_y":34,"short_name":"bell","short_names":["bell"],"text":null,"texts":null,"category":"Symbols","sort_order":234,"added_in":"6.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":"BELL WITH CANCELLATION STROKE","unified":"1F515","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f515.png","sheet_x":19,"sheet_y":35,"short_name":"no_bell","short_names":["no_bell"],"text":null,"texts":null,"category":"Symbols","sort_order":235,"added_in":"6.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":"BOOKMARK","unified":"1F516","variations":[],"docomo":null,"au":"EB07","softbank":null,"google":"FEB8F","image":"1f516.png","sheet_x":19,"sheet_y":36,"short_name":"bookmark","short_names":["bookmark"],"text":null,"texts":null,"category":"Objects","sort_order":152,"added_in":"6.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":"LINK SYMBOL","unified":"1F517","variations":[],"docomo":null,"au":"E58A","softbank":null,"google":"FEB4B","image":"1f517.png","sheet_x":19,"sheet_y":37,"short_name":"link","short_names":["link"],"text":null,"texts":null,"category":"Objects","sort_order":153,"added_in":"6.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":"RADIO BUTTON","unified":"1F518","variations":[],"docomo":null,"au":"EB04","softbank":null,"google":"FEB8C","image":"1f518.png","sheet_x":19,"sheet_y":38,"short_name":"radio_button","short_names":["radio_button"],"text":null,"texts":null,"category":"Symbols","sort_order":209,"added_in":"6.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":"BACK WITH LEFTWARDS ARROW ABOVE","unified":"1F519","variations":[],"docomo":null,"au":"EB06","softbank":"E235","google":"FEB8E","image":"1f519.png","sheet_x":19,"sheet_y":39,"short_name":"back","short_names":["back"],"text":null,"texts":null,"category":"Symbols","sort_order":203,"added_in":"6.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":"END WITH LEFTWARDS ARROW ABOVE","unified":"1F51A","variations":[],"docomo":"E6B9","au":null,"softbank":null,"google":"FE01A","image":"1f51a.png","sheet_x":19,"sheet_y":40,"short_name":"end","short_names":["end"],"text":null,"texts":null,"category":"Symbols","sort_order":202,"added_in":"6.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":"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":19,"sheet_y":41,"short_name":"on","short_names":["on"],"text":null,"texts":null,"category":"Symbols","sort_order":204,"added_in":"6.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":"SOON WITH RIGHTWARDS ARROW ABOVE","unified":"1F51C","variations":[],"docomo":"E6B7","au":null,"softbank":null,"google":"FE018","image":"1f51c.png","sheet_x":19,"sheet_y":42,"short_name":"soon","short_names":["soon"],"text":null,"texts":null,"category":"Symbols","sort_order":206,"added_in":"6.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":"TOP WITH UPWARDS ARROW ABOVE","unified":"1F51D","variations":[],"docomo":null,"au":null,"softbank":"E24C","google":"FEB42","image":"1f51d.png","sheet_x":19,"sheet_y":43,"short_name":"top","short_names":["top"],"text":null,"texts":null,"category":"Symbols","sort_order":205,"added_in":"6.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":"NO ONE UNDER EIGHTEEN SYMBOL","unified":"1F51E","variations":[],"docomo":null,"au":"EA83","softbank":"E207","google":"FEB25","image":"1f51e.png","sheet_x":19,"sheet_y":44,"short_name":"underage","short_names":["underage"],"text":null,"texts":null,"category":"Symbols","sort_order":82,"added_in":"6.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":"KEYCAP TEN","unified":"1F51F","variations":[],"docomo":null,"au":"E52B","softbank":null,"google":"FE83B","image":"1f51f.png","sheet_x":19,"sheet_y":45,"short_name":"keycap_ten","short_names":["keycap_ten"],"text":null,"texts":null,"category":"Symbols","sort_order":150,"added_in":"6.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":"INPUT SYMBOL FOR LATIN CAPITAL LETTERS","unified":"1F520","variations":[],"docomo":null,"au":"EAFD","softbank":null,"google":"FEB7C","image":"1f520.png","sheet_x":19,"sheet_y":46,"short_name":"capital_abcd","short_names":["capital_abcd"],"text":null,"texts":null,"category":"Symbols","sort_order":133,"added_in":"6.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":"INPUT SYMBOL FOR LATIN SMALL LETTERS","unified":"1F521","variations":[],"docomo":null,"au":"EAFE","softbank":null,"google":"FEB7D","image":"1f521.png","sheet_x":19,"sheet_y":47,"short_name":"abcd","short_names":["abcd"],"text":null,"texts":null,"category":"Symbols","sort_order":132,"added_in":"6.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":"INPUT SYMBOL FOR NUMBERS","unified":"1F522","variations":[],"docomo":null,"au":"EAFF","softbank":null,"google":"FEB7E","image":"1f522.png","sheet_x":19,"sheet_y":48,"short_name":"1234","short_names":["1234"],"text":null,"texts":null,"category":"Symbols","sort_order":151,"added_in":"6.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":"INPUT SYMBOL FOR SYMBOLS","unified":"1F523","variations":[],"docomo":null,"au":"EB00","softbank":null,"google":"FEB7F","image":"1f523.png","sheet_x":20,"sheet_y":0,"short_name":"symbols","short_names":["symbols"],"text":null,"texts":null,"category":"Symbols","sort_order":129,"added_in":"6.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":"INPUT SYMBOL FOR LATIN LETTERS","unified":"1F524","variations":[],"docomo":null,"au":"EB55","softbank":null,"google":"FEB80","image":"1f524.png","sheet_x":20,"sheet_y":1,"short_name":"abc","short_names":["abc"],"text":null,"texts":null,"category":"Symbols","sort_order":131,"added_in":"6.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":"FIRE","unified":"1F525","variations":[],"docomo":null,"au":"E47B","softbank":"E11D","google":"FE4F6","image":"1f525.png","sheet_x":20,"sheet_y":2,"short_name":"fire","short_names":["fire"],"text":null,"texts":null,"category":"Nature","sort_order":135,"added_in":"6.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":"ELECTRIC TORCH","unified":"1F526","variations":[],"docomo":"E6FB","au":"E583","softbank":null,"google":"FE4FB","image":"1f526.png","sheet_x":20,"sheet_y":3,"short_name":"flashlight","short_names":["flashlight"],"text":null,"texts":null,"category":"Objects","sort_order":42,"added_in":"6.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":"WRENCH","unified":"1F527","variations":[],"docomo":"E718","au":"E587","softbank":null,"google":"FE4C9","image":"1f527.png","sheet_x":20,"sheet_y":4,"short_name":"wrench","short_names":["wrench"],"text":null,"texts":null,"category":"Objects","sort_order":55,"added_in":"6.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":"HAMMER","unified":"1F528","variations":[],"docomo":null,"au":"E5CB","softbank":"E116","google":"FE4CA","image":"1f528.png","sheet_x":20,"sheet_y":5,"short_name":"hammer","short_names":["hammer"],"text":null,"texts":null,"category":"Objects","sort_order":56,"added_in":"6.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":"NUT AND BOLT","unified":"1F529","variations":[],"docomo":null,"au":"E581","softbank":null,"google":"FE4CB","image":"1f529.png","sheet_x":20,"sheet_y":6,"short_name":"nut_and_bolt","short_names":["nut_and_bolt"],"text":null,"texts":null,"category":"Objects","sort_order":60,"added_in":"6.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":"HOCHO","unified":"1F52A","variations":[],"docomo":null,"au":"E57F","softbank":null,"google":"FE4FA","image":"1f52a.png","sheet_x":20,"sheet_y":7,"short_name":"hocho","short_names":["hocho","knife"],"text":null,"texts":null,"category":"Objects","sort_order":65,"added_in":"6.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":"PISTOL","unified":"1F52B","variations":[],"docomo":null,"au":"E50A","softbank":"E113","google":"FE4F5","image":"1f52b.png","sheet_x":20,"sheet_y":8,"short_name":"gun","short_names":["gun"],"text":null,"texts":null,"category":"Objects","sort_order":63,"added_in":"6.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":"MICROSCOPE","unified":"1F52C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f52c.png","sheet_x":20,"sheet_y":9,"short_name":"microscope","short_names":["microscope"],"text":null,"texts":null,"category":"Objects","sort_order":78,"added_in":"6.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":"TELESCOPE","unified":"1F52D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f52d.png","sheet_x":20,"sheet_y":10,"short_name":"telescope","short_names":["telescope"],"text":null,"texts":null,"category":"Objects","sort_order":77,"added_in":"6.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":"CRYSTAL BALL","unified":"1F52E","variations":[],"docomo":null,"au":"EA8F","softbank":"E23E","google":"FE4F7","image":"1f52e.png","sheet_x":20,"sheet_y":11,"short_name":"crystal_ball","short_names":["crystal_ball"],"text":null,"texts":null,"category":"Objects","sort_order":73,"added_in":"6.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":"SIX POINTED STAR WITH MIDDLE DOT","unified":"1F52F","variations":[],"docomo":null,"au":"EA8F","softbank":"E23E","google":"FE4F8","image":"1f52f.png","sheet_x":20,"sheet_y":12,"short_name":"six_pointed_star","short_names":["six_pointed_star"],"text":null,"texts":null,"category":"Symbols","sort_order":23,"added_in":"6.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":"JAPANESE SYMBOL FOR BEGINNER","unified":"1F530","variations":[],"docomo":null,"au":"E480","softbank":"E209","google":"FE044","image":"1f530.png","sheet_x":20,"sheet_y":13,"short_name":"beginner","short_names":["beginner"],"text":null,"texts":null,"category":"Symbols","sort_order":98,"added_in":"6.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":"TRIDENT EMBLEM","unified":"1F531","variations":[],"docomo":"E71A","au":"E5C9","softbank":"E031","google":"FE4D2","image":"1f531.png","sheet_x":20,"sheet_y":14,"short_name":"trident","short_names":["trident"],"text":null,"texts":null,"category":"Symbols","sort_order":96,"added_in":"6.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":"BLACK SQUARE BUTTON","unified":"1F532","variations":[],"docomo":"E69C","au":"E54B","softbank":"E21A","google":"FEB64","image":"1f532.png","sheet_x":20,"sheet_y":15,"short_name":"black_square_button","short_names":["black_square_button"],"text":null,"texts":null,"category":"Symbols","sort_order":221,"added_in":"6.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":"WHITE SQUARE BUTTON","unified":"1F533","variations":[],"docomo":"E69C","au":"E54B","softbank":"E21B","google":"FEB67","image":"1f533.png","sheet_x":20,"sheet_y":16,"short_name":"white_square_button","short_names":["white_square_button"],"text":null,"texts":null,"category":"Symbols","sort_order":220,"added_in":"6.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":"LARGE RED CIRCLE","unified":"1F534","variations":[],"docomo":"E69C","au":"E54A","softbank":"E219","google":"FEB63","image":"1f534.png","sheet_x":20,"sheet_y":17,"short_name":"red_circle","short_names":["red_circle"],"text":null,"texts":null,"category":"Symbols","sort_order":212,"added_in":"6.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":"LARGE BLUE CIRCLE","unified":"1F535","variations":[],"docomo":"E69C","au":"E54B","softbank":"E21A","google":"FEB64","image":"1f535.png","sheet_x":20,"sheet_y":18,"short_name":"large_blue_circle","short_names":["large_blue_circle"],"text":null,"texts":null,"category":"Symbols","sort_order":213,"added_in":"6.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":"LARGE ORANGE DIAMOND","unified":"1F536","variations":[],"docomo":null,"au":"E546","softbank":"E21B","google":"FEB73","image":"1f536.png","sheet_x":20,"sheet_y":19,"short_name":"large_orange_diamond","short_names":["large_orange_diamond"],"text":null,"texts":null,"category":"Symbols","sort_order":218,"added_in":"6.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":"LARGE BLUE DIAMOND","unified":"1F537","variations":[],"docomo":null,"au":"E547","softbank":"E21B","google":"FEB74","image":"1f537.png","sheet_x":20,"sheet_y":20,"short_name":"large_blue_diamond","short_names":["large_blue_diamond"],"text":null,"texts":null,"category":"Symbols","sort_order":219,"added_in":"6.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":"SMALL ORANGE DIAMOND","unified":"1F538","variations":[],"docomo":null,"au":"E536","softbank":"E21B","google":"FEB75","image":"1f538.png","sheet_x":20,"sheet_y":21,"short_name":"small_orange_diamond","short_names":["small_orange_diamond"],"text":null,"texts":null,"category":"Symbols","sort_order":216,"added_in":"6.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":"SMALL BLUE DIAMOND","unified":"1F539","variations":[],"docomo":null,"au":"E537","softbank":"E21B","google":"FEB76","image":"1f539.png","sheet_x":20,"sheet_y":22,"short_name":"small_blue_diamond","short_names":["small_blue_diamond"],"text":null,"texts":null,"category":"Symbols","sort_order":217,"added_in":"6.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":"UP-POINTING RED TRIANGLE","unified":"1F53A","variations":[],"docomo":null,"au":"E55A","softbank":null,"google":"FEB78","image":"1f53a.png","sheet_x":20,"sheet_y":23,"short_name":"small_red_triangle","short_names":["small_red_triangle"],"text":null,"texts":null,"category":"Symbols","sort_order":214,"added_in":"6.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":"DOWN-POINTING RED TRIANGLE","unified":"1F53B","variations":[],"docomo":null,"au":"E55B","softbank":null,"google":"FEB79","image":"1f53b.png","sheet_x":20,"sheet_y":24,"short_name":"small_red_triangle_down","short_names":["small_red_triangle_down"],"text":null,"texts":null,"category":"Symbols","sort_order":215,"added_in":"6.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":"UP-POINTING SMALL RED TRIANGLE","unified":"1F53C","variations":[],"docomo":null,"au":"E543","softbank":null,"google":"FEB01","image":"1f53c.png","sheet_x":20,"sheet_y":25,"short_name":"arrow_up_small","short_names":["arrow_up_small"],"text":null,"texts":null,"category":"Symbols","sort_order":167,"added_in":"6.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":"DOWN-POINTING SMALL RED TRIANGLE","unified":"1F53D","variations":[],"docomo":null,"au":"E542","softbank":null,"google":"FEB00","image":"1f53d.png","sheet_x":20,"sheet_y":26,"short_name":"arrow_down_small","short_names":["arrow_down_small"],"text":null,"texts":null,"category":"Symbols","sort_order":168,"added_in":"6.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":"OM SYMBOL","unified":"1F549","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f549.png","sheet_x":20,"sheet_y":27,"short_name":"om_symbol","short_names":["om_symbol"],"text":null,"texts":null,"category":"Symbols","sort_order":20,"added_in":"7.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},{"name":"DOVE OF PEACE","unified":"1F54A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54a.png","sheet_x":20,"sheet_y":28,"short_name":"dove_of_peace","short_names":["dove_of_peace"],"text":null,"texts":null,"category":"Nature","sort_order":81,"added_in":"7.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},{"name":"KAABA","unified":"1F54B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54b.png","sheet_x":20,"sheet_y":29,"short_name":"kaaba","short_names":["kaaba"],"text":null,"texts":null,"category":"Places","sort_order":103,"added_in":"8.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},{"name":"MOSQUE","unified":"1F54C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54c.png","sheet_x":20,"sheet_y":30,"short_name":"mosque","short_names":["mosque"],"text":null,"texts":null,"category":"Places","sort_order":101,"added_in":"8.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},{"name":"SYNAGOGUE","unified":"1F54D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54d.png","sheet_x":20,"sheet_y":31,"short_name":"synagogue","short_names":["synagogue"],"text":null,"texts":null,"category":"Places","sort_order":102,"added_in":"8.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},{"name":"MENORAH WITH NINE BRANCHES","unified":"1F54E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54e.png","sheet_x":20,"sheet_y":32,"short_name":"menorah_with_nine_branches","short_names":["menorah_with_nine_branches"],"text":null,"texts":null,"category":"Symbols","sort_order":24,"added_in":"8.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},{"name":"CLOCK FACE ONE OCLOCK","unified":"1F550","variations":[],"docomo":"E6BA","au":"E594","softbank":"E024","google":"FE01E","image":"1f550.png","sheet_x":20,"sheet_y":33,"short_name":"clock1","short_names":["clock1"],"text":null,"texts":null,"category":"Symbols","sort_order":250,"added_in":"6.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":"CLOCK FACE TWO OCLOCK","unified":"1F551","variations":[],"docomo":"E6BA","au":"E594","softbank":"E025","google":"FE01F","image":"1f551.png","sheet_x":20,"sheet_y":34,"short_name":"clock2","short_names":["clock2"],"text":null,"texts":null,"category":"Symbols","sort_order":251,"added_in":"6.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":"CLOCK FACE THREE OCLOCK","unified":"1F552","variations":[],"docomo":"E6BA","au":"E594","softbank":"E026","google":"FE020","image":"1f552.png","sheet_x":20,"sheet_y":35,"short_name":"clock3","short_names":["clock3"],"text":null,"texts":null,"category":"Symbols","sort_order":252,"added_in":"6.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":"CLOCK FACE FOUR OCLOCK","unified":"1F553","variations":[],"docomo":"E6BA","au":"E594","softbank":"E027","google":"FE021","image":"1f553.png","sheet_x":20,"sheet_y":36,"short_name":"clock4","short_names":["clock4"],"text":null,"texts":null,"category":"Symbols","sort_order":253,"added_in":"6.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":"CLOCK FACE FIVE OCLOCK","unified":"1F554","variations":[],"docomo":"E6BA","au":"E594","softbank":"E028","google":"FE022","image":"1f554.png","sheet_x":20,"sheet_y":37,"short_name":"clock5","short_names":["clock5"],"text":null,"texts":null,"category":"Symbols","sort_order":254,"added_in":"6.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":"CLOCK FACE SIX OCLOCK","unified":"1F555","variations":[],"docomo":"E6BA","au":"E594","softbank":"E029","google":"FE023","image":"1f555.png","sheet_x":20,"sheet_y":38,"short_name":"clock6","short_names":["clock6"],"text":null,"texts":null,"category":"Symbols","sort_order":255,"added_in":"6.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":"CLOCK FACE SEVEN OCLOCK","unified":"1F556","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02A","google":"FE024","image":"1f556.png","sheet_x":20,"sheet_y":39,"short_name":"clock7","short_names":["clock7"],"text":null,"texts":null,"category":"Symbols","sort_order":256,"added_in":"6.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":"CLOCK FACE EIGHT OCLOCK","unified":"1F557","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02B","google":"FE025","image":"1f557.png","sheet_x":20,"sheet_y":40,"short_name":"clock8","short_names":["clock8"],"text":null,"texts":null,"category":"Symbols","sort_order":257,"added_in":"6.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":"CLOCK FACE NINE OCLOCK","unified":"1F558","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02C","google":"FE026","image":"1f558.png","sheet_x":20,"sheet_y":41,"short_name":"clock9","short_names":["clock9"],"text":null,"texts":null,"category":"Symbols","sort_order":258,"added_in":"6.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":"CLOCK FACE TEN OCLOCK","unified":"1F559","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02D","google":"FE027","image":"1f559.png","sheet_x":20,"sheet_y":42,"short_name":"clock10","short_names":["clock10"],"text":null,"texts":null,"category":"Symbols","sort_order":259,"added_in":"6.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":"CLOCK FACE ELEVEN OCLOCK","unified":"1F55A","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02E","google":"FE028","image":"1f55a.png","sheet_x":20,"sheet_y":43,"short_name":"clock11","short_names":["clock11"],"text":null,"texts":null,"category":"Symbols","sort_order":260,"added_in":"6.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":"CLOCK FACE TWELVE OCLOCK","unified":"1F55B","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02F","google":"FE029","image":"1f55b.png","sheet_x":20,"sheet_y":44,"short_name":"clock12","short_names":["clock12"],"text":null,"texts":null,"category":"Symbols","sort_order":261,"added_in":"6.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":"CLOCK FACE ONE-THIRTY","unified":"1F55C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f55c.png","sheet_x":20,"sheet_y":45,"short_name":"clock130","short_names":["clock130"],"text":null,"texts":null,"category":"Symbols","sort_order":262,"added_in":"6.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":"CLOCK FACE TWO-THIRTY","unified":"1F55D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f55d.png","sheet_x":20,"sheet_y":46,"short_name":"clock230","short_names":["clock230"],"text":null,"texts":null,"category":"Symbols","sort_order":263,"added_in":"6.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":"CLOCK FACE THREE-THIRTY","unified":"1F55E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f55e.png","sheet_x":20,"sheet_y":47,"short_name":"clock330","short_names":["clock330"],"text":null,"texts":null,"category":"Symbols","sort_order":264,"added_in":"6.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":"CLOCK FACE FOUR-THIRTY","unified":"1F55F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f55f.png","sheet_x":20,"sheet_y":48,"short_name":"clock430","short_names":["clock430"],"text":null,"texts":null,"category":"Symbols","sort_order":265,"added_in":"6.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":"CLOCK FACE FIVE-THIRTY","unified":"1F560","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f560.png","sheet_x":21,"sheet_y":0,"short_name":"clock530","short_names":["clock530"],"text":null,"texts":null,"category":"Symbols","sort_order":266,"added_in":"6.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":"CLOCK FACE SIX-THIRTY","unified":"1F561","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f561.png","sheet_x":21,"sheet_y":1,"short_name":"clock630","short_names":["clock630"],"text":null,"texts":null,"category":"Symbols","sort_order":267,"added_in":"6.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":"CLOCK FACE SEVEN-THIRTY","unified":"1F562","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f562.png","sheet_x":21,"sheet_y":2,"short_name":"clock730","short_names":["clock730"],"text":null,"texts":null,"category":"Symbols","sort_order":268,"added_in":"6.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":"CLOCK FACE EIGHT-THIRTY","unified":"1F563","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f563.png","sheet_x":21,"sheet_y":3,"short_name":"clock830","short_names":["clock830"],"text":null,"texts":null,"category":"Symbols","sort_order":269,"added_in":"6.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":"CLOCK FACE NINE-THIRTY","unified":"1F564","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f564.png","sheet_x":21,"sheet_y":4,"short_name":"clock930","short_names":["clock930"],"text":null,"texts":null,"category":"Symbols","sort_order":270,"added_in":"6.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":"CLOCK FACE TEN-THIRTY","unified":"1F565","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f565.png","sheet_x":21,"sheet_y":5,"short_name":"clock1030","short_names":["clock1030"],"text":null,"texts":null,"category":"Symbols","sort_order":271,"added_in":"6.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":"CLOCK FACE ELEVEN-THIRTY","unified":"1F566","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f566.png","sheet_x":21,"sheet_y":6,"short_name":"clock1130","short_names":["clock1130"],"text":null,"texts":null,"category":"Symbols","sort_order":272,"added_in":"6.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":"CLOCK FACE TWELVE-THIRTY","unified":"1F567","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f567.png","sheet_x":21,"sheet_y":7,"short_name":"clock1230","short_names":["clock1230"],"text":null,"texts":null,"category":"Symbols","sort_order":273,"added_in":"6.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":"CANDLE","unified":"1F56F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f56f.png","sheet_x":21,"sheet_y":8,"short_name":"candle","short_names":["candle"],"text":null,"texts":null,"category":"Objects","sort_order":43,"added_in":"7.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},{"name":"MANTELPIECE CLOCK","unified":"1F570","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f570.png","sheet_x":21,"sheet_y":9,"short_name":"mantelpiece_clock","short_names":["mantelpiece_clock"],"text":null,"texts":null,"category":"Objects","sort_order":35,"added_in":"7.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},{"name":"HOLE","unified":"1F573","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f573.png","sheet_x":21,"sheet_y":10,"short_name":"hole","short_names":["hole"],"text":null,"texts":null,"category":"Objects","sort_order":79,"added_in":"7.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},{"name":"MAN IN BUSINESS SUIT LEVITATING","unified":"1F574","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f574.png","sheet_x":21,"sheet_y":11,"short_name":"man_in_business_suit_levitating","short_names":["man_in_business_suit_levitating"],"text":null,"texts":null,"category":"People","sort_order":225,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F574-1F3FB","image":"1f574-1f3fb.png","sheet_x":21,"sheet_y":12,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F574-1F3FC","image":"1f574-1f3fc.png","sheet_x":21,"sheet_y":13,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F574-1F3FD","image":"1f574-1f3fd.png","sheet_x":21,"sheet_y":14,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F574-1F3FE","image":"1f574-1f3fe.png","sheet_x":21,"sheet_y":15,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F574-1F3FF","image":"1f574-1f3ff.png","sheet_x":21,"sheet_y":16,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false}}},{"name":"SLEUTH OR SPY","unified":"1F575","variations":["1F575-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f575.png","sheet_x":21,"sheet_y":17,"short_name":"sleuth_or_spy","short_names":["sleuth_or_spy"],"text":null,"texts":null,"category":"People","sort_order":160,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F575-1F3FB","image":"1f575-1f3fb.png","sheet_x":21,"sheet_y":18,"added_in":"8.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},"1F3FC":{"unified":"1F575-1F3FC","image":"1f575-1f3fc.png","sheet_x":21,"sheet_y":19,"added_in":"8.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},"1F3FD":{"unified":"1F575-1F3FD","image":"1f575-1f3fd.png","sheet_x":21,"sheet_y":20,"added_in":"8.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},"1F3FE":{"unified":"1F575-1F3FE","image":"1f575-1f3fe.png","sheet_x":21,"sheet_y":21,"added_in":"8.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},"1F3FF":{"unified":"1F575-1F3FF","image":"1f575-1f3ff.png","sheet_x":21,"sheet_y":22,"added_in":"8.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}},"obsoleted_by":"1F575-FE0F-200D-2642-FE0F"},{"name":"DARK SUNGLASSES","unified":"1F576","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f576.png","sheet_x":21,"sheet_y":23,"short_name":"dark_sunglasses","short_names":["dark_sunglasses"],"text":null,"texts":null,"category":"People","sort_order":291,"added_in":"7.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},{"name":"SPIDER","unified":"1F577","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f577.png","sheet_x":21,"sheet_y":24,"short_name":"spider","short_names":["spider"],"text":null,"texts":null,"category":"Nature","sort_order":42,"added_in":"7.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},{"name":"SPIDER WEB","unified":"1F578","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f578.png","sheet_x":21,"sheet_y":25,"short_name":"spider_web","short_names":["spider_web"],"text":null,"texts":null,"category":"Nature","sort_order":43,"added_in":"7.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},{"name":"JOYSTICK","unified":"1F579","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f579.png","sheet_x":21,"sheet_y":26,"short_name":"joystick","short_names":["joystick"],"text":null,"texts":null,"category":"Objects","sort_order":10,"added_in":"7.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},{"name":"MAN DANCING","unified":"1F57A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f57a.png","sheet_x":21,"sheet_y":27,"short_name":"man_dancing","short_names":["man_dancing"],"text":null,"texts":null,"category":"People","sort_order":227,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F57A-1F3FB","image":"1f57a-1f3fb.png","sheet_x":21,"sheet_y":28,"added_in":"9.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},"1F3FC":{"unified":"1F57A-1F3FC","image":"1f57a-1f3fc.png","sheet_x":21,"sheet_y":29,"added_in":"9.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},"1F3FD":{"unified":"1F57A-1F3FD","image":"1f57a-1f3fd.png","sheet_x":21,"sheet_y":30,"added_in":"9.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},"1F3FE":{"unified":"1F57A-1F3FE","image":"1f57a-1f3fe.png","sheet_x":21,"sheet_y":31,"added_in":"9.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},"1F3FF":{"unified":"1F57A-1F3FF","image":"1f57a-1f3ff.png","sheet_x":21,"sheet_y":32,"added_in":"9.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}}},{"name":"LINKED PAPERCLIPS","unified":"1F587","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f587.png","sheet_x":21,"sheet_y":33,"short_name":"linked_paperclips","short_names":["linked_paperclips"],"text":null,"texts":null,"category":"Objects","sort_order":155,"added_in":"7.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},{"name":"LOWER LEFT BALLPOINT PEN","unified":"1F58A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f58a.png","sheet_x":21,"sheet_y":34,"short_name":"lower_left_ballpoint_pen","short_names":["lower_left_ballpoint_pen"],"text":null,"texts":null,"category":"Objects","sort_order":161,"added_in":"7.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},{"name":"LOWER LEFT FOUNTAIN PEN","unified":"1F58B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f58b.png","sheet_x":21,"sheet_y":35,"short_name":"lower_left_fountain_pen","short_names":["lower_left_fountain_pen"],"text":null,"texts":null,"category":"Objects","sort_order":162,"added_in":"7.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},{"name":"LOWER LEFT PAINTBRUSH","unified":"1F58C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f58c.png","sheet_x":21,"sheet_y":36,"short_name":"lower_left_paintbrush","short_names":["lower_left_paintbrush"],"text":null,"texts":null,"category":"Objects","sort_order":164,"added_in":"7.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},{"name":"LOWER LEFT CRAYON","unified":"1F58D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f58d.png","sheet_x":21,"sheet_y":37,"short_name":"lower_left_crayon","short_names":["lower_left_crayon"],"text":null,"texts":null,"category":"Objects","sort_order":165,"added_in":"7.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},{"name":"RAISED HAND WITH FINGERS SPLAYED","unified":"1F590","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f590.png","sheet_x":21,"sheet_y":38,"short_name":"raised_hand_with_fingers_splayed","short_names":["raised_hand_with_fingers_splayed"],"text":null,"texts":null,"category":"People","sort_order":119,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F590-1F3FB","image":"1f590-1f3fb.png","sheet_x":21,"sheet_y":39,"added_in":"8.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},"1F3FC":{"unified":"1F590-1F3FC","image":"1f590-1f3fc.png","sheet_x":21,"sheet_y":40,"added_in":"8.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},"1F3FD":{"unified":"1F590-1F3FD","image":"1f590-1f3fd.png","sheet_x":21,"sheet_y":41,"added_in":"8.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},"1F3FE":{"unified":"1F590-1F3FE","image":"1f590-1f3fe.png","sheet_x":21,"sheet_y":42,"added_in":"8.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},"1F3FF":{"unified":"1F590-1F3FF","image":"1f590-1f3ff.png","sheet_x":21,"sheet_y":43,"added_in":"8.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}}},{"name":"REVERSED HAND WITH MIDDLE FINGER EXTENDED","unified":"1F595","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f595.png","sheet_x":21,"sheet_y":44,"short_name":"middle_finger","short_names":["middle_finger","reversed_hand_with_middle_finger_extended"],"text":null,"texts":null,"category":"People","sort_order":124,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F595-1F3FB","image":"1f595-1f3fb.png","sheet_x":21,"sheet_y":45,"added_in":"8.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},"1F3FC":{"unified":"1F595-1F3FC","image":"1f595-1f3fc.png","sheet_x":21,"sheet_y":46,"added_in":"8.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},"1F3FD":{"unified":"1F595-1F3FD","image":"1f595-1f3fd.png","sheet_x":21,"sheet_y":47,"added_in":"8.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},"1F3FE":{"unified":"1F595-1F3FE","image":"1f595-1f3fe.png","sheet_x":21,"sheet_y":48,"added_in":"8.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},"1F3FF":{"unified":"1F595-1F3FF","image":"1f595-1f3ff.png","sheet_x":22,"sheet_y":0,"added_in":"8.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}}},{"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":22,"sheet_y":1,"short_name":"spock-hand","short_names":["spock-hand"],"text":null,"texts":null,"category":"People","sort_order":120,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F596-1F3FB","image":"1f596-1f3fb.png","sheet_x":22,"sheet_y":2,"added_in":"8.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},"1F3FC":{"unified":"1F596-1F3FC","image":"1f596-1f3fc.png","sheet_x":22,"sheet_y":3,"added_in":"8.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},"1F3FD":{"unified":"1F596-1F3FD","image":"1f596-1f3fd.png","sheet_x":22,"sheet_y":4,"added_in":"8.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},"1F3FE":{"unified":"1F596-1F3FE","image":"1f596-1f3fe.png","sheet_x":22,"sheet_y":5,"added_in":"8.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},"1F3FF":{"unified":"1F596-1F3FF","image":"1f596-1f3ff.png","sheet_x":22,"sheet_y":6,"added_in":"8.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}}},{"name":"BLACK HEART","unified":"1F5A4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5a4.png","sheet_x":22,"sheet_y":7,"short_name":"black_heart","short_names":["black_heart"],"text":null,"texts":null,"category":"Symbols","sort_order":6,"added_in":"9.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},{"name":"DESKTOP COMPUTER","unified":"1F5A5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5a5.png","sheet_x":22,"sheet_y":8,"short_name":"desktop_computer","short_names":["desktop_computer"],"text":null,"texts":null,"category":"Objects","sort_order":6,"added_in":"7.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},{"name":"PRINTER","unified":"1F5A8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5a8.png","sheet_x":22,"sheet_y":9,"short_name":"printer","short_names":["printer"],"text":null,"texts":null,"category":"Objects","sort_order":7,"added_in":"7.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},{"name":"THREE BUTTON MOUSE","unified":"1F5B1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5b1.png","sheet_x":22,"sheet_y":10,"short_name":"three_button_mouse","short_names":["three_button_mouse"],"text":null,"texts":null,"category":"Objects","sort_order":8,"added_in":"7.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},{"name":"TRACKBALL","unified":"1F5B2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5b2.png","sheet_x":22,"sheet_y":11,"short_name":"trackball","short_names":["trackball"],"text":null,"texts":null,"category":"Objects","sort_order":9,"added_in":"7.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},{"name":"FRAME WITH PICTURE","unified":"1F5BC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5bc.png","sheet_x":22,"sheet_y":12,"short_name":"frame_with_picture","short_names":["frame_with_picture"],"text":null,"texts":null,"category":"Objects","sort_order":95,"added_in":"7.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},{"name":"CARD INDEX DIVIDERS","unified":"1F5C2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5c2.png","sheet_x":22,"sheet_y":13,"short_name":"card_index_dividers","short_names":["card_index_dividers"],"text":null,"texts":null,"category":"Objects","sort_order":140,"added_in":"7.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},{"name":"CARD FILE BOX","unified":"1F5C3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5c3.png","sheet_x":22,"sheet_y":14,"short_name":"card_file_box","short_names":["card_file_box"],"text":null,"texts":null,"category":"Objects","sort_order":134,"added_in":"7.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},{"name":"FILE CABINET","unified":"1F5C4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5c4.png","sheet_x":22,"sheet_y":15,"short_name":"file_cabinet","short_names":["file_cabinet"],"text":null,"texts":null,"category":"Objects","sort_order":136,"added_in":"7.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},{"name":"WASTEBASKET","unified":"1F5D1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5d1.png","sheet_x":22,"sheet_y":16,"short_name":"wastebasket","short_names":["wastebasket"],"text":null,"texts":null,"category":"Objects","sort_order":44,"added_in":"7.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},{"name":"SPIRAL NOTE PAD","unified":"1F5D2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5d2.png","sheet_x":22,"sheet_y":17,"short_name":"spiral_note_pad","short_names":["spiral_note_pad"],"text":null,"texts":null,"category":"Objects","sort_order":129,"added_in":"7.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},{"name":"SPIRAL CALENDAR PAD","unified":"1F5D3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5d3.png","sheet_x":22,"sheet_y":18,"short_name":"spiral_calendar_pad","short_names":["spiral_calendar_pad"],"text":null,"texts":null,"category":"Objects","sort_order":130,"added_in":"7.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},{"name":"COMPRESSION","unified":"1F5DC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5dc.png","sheet_x":22,"sheet_y":19,"short_name":"compression","short_names":["compression"],"text":null,"texts":null,"category":"Objects","sort_order":11,"added_in":"7.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},{"name":"OLD KEY","unified":"1F5DD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5dd.png","sheet_x":22,"sheet_y":20,"short_name":"old_key","short_names":["old_key"],"text":null,"texts":null,"category":"Objects","sort_order":90,"added_in":"7.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},{"name":"ROLLED-UP NEWSPAPER","unified":"1F5DE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5de.png","sheet_x":22,"sheet_y":21,"short_name":"rolled_up_newspaper","short_names":["rolled_up_newspaper"],"text":null,"texts":null,"category":"Objects","sort_order":141,"added_in":"7.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},{"name":"DAGGER KNIFE","unified":"1F5E1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5e1.png","sheet_x":22,"sheet_y":22,"short_name":"dagger_knife","short_names":["dagger_knife"],"text":null,"texts":null,"category":"Objects","sort_order":66,"added_in":"7.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},{"name":"SPEAKING HEAD IN SILHOUETTE","unified":"1F5E3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5e3.png","sheet_x":22,"sheet_y":23,"short_name":"speaking_head_in_silhouette","short_names":["speaking_head_in_silhouette"],"text":null,"texts":null,"category":"People","sort_order":138,"added_in":"7.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},{"name":"LEFT SPEECH BUBBLE","unified":"1F5E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5e8.png","sheet_x":22,"sheet_y":24,"short_name":"left_speech_bubble","short_names":["left_speech_bubble"],"text":null,"texts":null,"category":"Symbols","sort_order":240,"added_in":"7.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},{"name":"RIGHT ANGER BUBBLE","unified":"1F5EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5ef.png","sheet_x":22,"sheet_y":25,"short_name":"right_anger_bubble","short_names":["right_anger_bubble"],"text":null,"texts":null,"category":"Symbols","sort_order":242,"added_in":"7.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},{"name":"BALLOT BOX WITH BALLOT","unified":"1F5F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5f3.png","sheet_x":22,"sheet_y":26,"short_name":"ballot_box_with_ballot","short_names":["ballot_box_with_ballot"],"text":null,"texts":null,"category":"Objects","sort_order":135,"added_in":"7.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},{"name":"WORLD MAP","unified":"1F5FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5fa.png","sheet_x":22,"sheet_y":27,"short_name":"world_map","short_names":["world_map"],"text":null,"texts":null,"category":"Places","sort_order":59,"added_in":"7.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},{"name":"MOUNT FUJI","unified":"1F5FB","variations":[],"docomo":"E740","au":"E5BD","softbank":"E03B","google":"FE4C3","image":"1f5fb.png","sheet_x":22,"sheet_y":28,"short_name":"mount_fuji","short_names":["mount_fuji"],"text":null,"texts":null,"category":"Places","sort_order":75,"added_in":"6.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":"TOKYO TOWER","unified":"1F5FC","variations":[],"docomo":null,"au":"E4C0","softbank":"E509","google":"FE4C4","image":"1f5fc.png","sheet_x":22,"sheet_y":29,"short_name":"tokyo_tower","short_names":["tokyo_tower"],"text":null,"texts":null,"category":"Places","sort_order":63,"added_in":"6.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":"STATUE OF LIBERTY","unified":"1F5FD","variations":[],"docomo":null,"au":null,"softbank":"E51D","google":"FE4C6","image":"1f5fd.png","sheet_x":22,"sheet_y":30,"short_name":"statue_of_liberty","short_names":["statue_of_liberty"],"text":null,"texts":null,"category":"Places","sort_order":61,"added_in":"6.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":"SILHOUETTE OF JAPAN","unified":"1F5FE","variations":[],"docomo":null,"au":"E572","softbank":null,"google":"FE4C7","image":"1f5fe.png","sheet_x":22,"sheet_y":31,"short_name":"japan","short_names":["japan"],"text":null,"texts":null,"category":"Places","sort_order":105,"added_in":"6.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":"MOYAI","unified":"1F5FF","variations":[],"docomo":null,"au":"EB6C","softbank":null,"google":"FE4C8","image":"1f5ff.png","sheet_x":22,"sheet_y":32,"short_name":"moyai","short_names":["moyai"],"text":null,"texts":null,"category":"Places","sort_order":60,"added_in":"6.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":"GRINNING FACE","unified":"1F600","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f600.png","sheet_x":22,"sheet_y":33,"short_name":"grinning","short_names":["grinning"],"text":":D","texts":null,"category":"People","sort_order":1,"added_in":"6.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":22,"sheet_y":34,"short_name":"grin","short_names":["grin"],"text":null,"texts":null,"category":"People","sort_order":4,"added_in":"6.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":"FACE WITH TEARS OF JOY","unified":"1F602","variations":[],"docomo":"E72A","au":"EB64","softbank":"E412","google":"FE334","image":"1f602.png","sheet_x":22,"sheet_y":35,"short_name":"joy","short_names":["joy"],"text":null,"texts":null,"category":"People","sort_order":7,"added_in":"6.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":"SMILING FACE WITH OPEN MOUTH","unified":"1F603","variations":[],"docomo":"E6F0","au":"E471","softbank":"E057","google":"FE330","image":"1f603.png","sheet_x":22,"sheet_y":36,"short_name":"smiley","short_names":["smiley"],"text":":)","texts":["=)","=-)"],"category":"People","sort_order":2,"added_in":"6.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":"SMILING FACE WITH OPEN MOUTH AND SMILING EYES","unified":"1F604","variations":[],"docomo":"E6F0","au":"E471","softbank":"E415","google":"FE338","image":"1f604.png","sheet_x":22,"sheet_y":37,"short_name":"smile","short_names":["smile"],"text":":)","texts":["C:","c:",":D",":-D"],"category":"People","sort_order":3,"added_in":"6.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":"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":22,"sheet_y":38,"short_name":"sweat_smile","short_names":["sweat_smile"],"text":null,"texts":null,"category":"People","sort_order":6,"added_in":"6.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":"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":22,"sheet_y":39,"short_name":"laughing","short_names":["laughing","satisfied"],"text":null,"texts":[":>",":->"],"category":"People","sort_order":5,"added_in":"6.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":"SMILING FACE WITH HALO","unified":"1F607","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f607.png","sheet_x":22,"sheet_y":40,"short_name":"innocent","short_names":["innocent"],"text":null,"texts":null,"category":"People","sort_order":11,"added_in":"6.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":"SMILING FACE WITH HORNS","unified":"1F608","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f608.png","sheet_x":22,"sheet_y":41,"short_name":"smiling_imp","short_names":["smiling_imp"],"text":null,"texts":null,"category":"People","sort_order":76,"added_in":"6.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":"WINKING FACE","unified":"1F609","variations":[],"docomo":"E729","au":"E5C3","softbank":"E405","google":"FE347","image":"1f609.png","sheet_x":22,"sheet_y":42,"short_name":"wink","short_names":["wink"],"text":";)","texts":[";)",";-)"],"category":"People","sort_order":14,"added_in":"6.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":"SMILING FACE WITH SMILING EYES","unified":"1F60A","variations":[],"docomo":"E6F0","au":"EACD","softbank":"E056","google":"FE335","image":"1f60a.png","sheet_x":22,"sheet_y":43,"short_name":"blush","short_names":["blush"],"text":":)","texts":null,"category":"People","sort_order":10,"added_in":"6.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":"FACE SAVOURING DELICIOUS FOOD","unified":"1F60B","variations":[],"docomo":"E752","au":"EACD","softbank":"E056","google":"FE32B","image":"1f60b.png","sheet_x":22,"sheet_y":44,"short_name":"yum","short_names":["yum"],"text":null,"texts":null,"category":"People","sort_order":21,"added_in":"6.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":"RELIEVED FACE","unified":"1F60C","variations":[],"docomo":"E721","au":"EAC5","softbank":"E40A","google":"FE33E","image":"1f60c.png","sheet_x":22,"sheet_y":45,"short_name":"relieved","short_names":["relieved"],"text":null,"texts":null,"category":"People","sort_order":15,"added_in":"6.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":"SMILING FACE WITH HEART-SHAPED EYES","unified":"1F60D","variations":[],"docomo":"E726","au":"E5C4","softbank":"E106","google":"FE327","image":"1f60d.png","sheet_x":22,"sheet_y":46,"short_name":"heart_eyes","short_names":["heart_eyes"],"text":null,"texts":null,"category":"People","sort_order":16,"added_in":"6.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":"SMILING FACE WITH SUNGLASSES","unified":"1F60E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f60e.png","sheet_x":22,"sheet_y":47,"short_name":"sunglasses","short_names":["sunglasses"],"text":null,"texts":["8)"],"category":"People","sort_order":28,"added_in":"6.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":"SMIRKING FACE","unified":"1F60F","variations":[],"docomo":"E72C","au":"EABF","softbank":"E402","google":"FE343","image":"1f60f.png","sheet_x":22,"sheet_y":48,"short_name":"smirk","short_names":["smirk"],"text":null,"texts":null,"category":"People","sort_order":31,"added_in":"6.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":"NEUTRAL FACE","unified":"1F610","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f610.png","sheet_x":23,"sheet_y":0,"short_name":"neutral_face","short_names":["neutral_face"],"text":null,"texts":[":|",":-|"],"category":"People","sort_order":47,"added_in":"6.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":"EXPRESSIONLESS FACE","unified":"1F611","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f611.png","sheet_x":23,"sheet_y":1,"short_name":"expressionless","short_names":["expressionless"],"text":null,"texts":null,"category":"People","sort_order":48,"added_in":"6.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":"UNAMUSED FACE","unified":"1F612","variations":[],"docomo":"E725","au":"EAC9","softbank":"E40E","google":"FE326","image":"1f612.png","sheet_x":23,"sheet_y":2,"short_name":"unamused","short_names":["unamused"],"text":":(","texts":null,"category":"People","sort_order":32,"added_in":"6.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":"FACE WITH COLD SWEAT","unified":"1F613","variations":[],"docomo":"E723","au":"E5C6","softbank":"E108","google":"FE344","image":"1f613.png","sheet_x":23,"sheet_y":3,"short_name":"sweat","short_names":["sweat"],"text":null,"texts":null,"category":"People","sort_order":63,"added_in":"6.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":"PENSIVE FACE","unified":"1F614","variations":[],"docomo":"E720","au":"EAC0","softbank":"E403","google":"FE340","image":"1f614.png","sheet_x":23,"sheet_y":4,"short_name":"pensive","short_names":["pensive"],"text":null,"texts":null,"category":"People","sort_order":34,"added_in":"6.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":"CONFUSED FACE","unified":"1F615","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f615.png","sheet_x":23,"sheet_y":5,"short_name":"confused","short_names":["confused"],"text":null,"texts":[":\\",":-\\",":\/",":-\/"],"category":"People","sort_order":36,"added_in":"6.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":"CONFOUNDED FACE","unified":"1F616","variations":[],"docomo":"E6F3","au":"EAC3","softbank":"E407","google":"FE33F","image":"1f616.png","sheet_x":23,"sheet_y":6,"short_name":"confounded","short_names":["confounded"],"text":null,"texts":null,"category":"People","sort_order":40,"added_in":"6.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":"KISSING FACE","unified":"1F617","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f617.png","sheet_x":23,"sheet_y":7,"short_name":"kissing","short_names":["kissing"],"text":null,"texts":null,"category":"People","sort_order":18,"added_in":"6.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":"FACE THROWING A KISS","unified":"1F618","variations":[],"docomo":"E726","au":"EACF","softbank":"E418","google":"FE32C","image":"1f618.png","sheet_x":23,"sheet_y":8,"short_name":"kissing_heart","short_names":["kissing_heart"],"text":null,"texts":[":*",":-*"],"category":"People","sort_order":17,"added_in":"6.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":"KISSING FACE WITH SMILING EYES","unified":"1F619","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f619.png","sheet_x":23,"sheet_y":9,"short_name":"kissing_smiling_eyes","short_names":["kissing_smiling_eyes"],"text":null,"texts":null,"category":"People","sort_order":19,"added_in":"6.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":"KISSING FACE WITH CLOSED EYES","unified":"1F61A","variations":[],"docomo":"E726","au":"EACE","softbank":"E417","google":"FE32D","image":"1f61a.png","sheet_x":23,"sheet_y":10,"short_name":"kissing_closed_eyes","short_names":["kissing_closed_eyes"],"text":null,"texts":null,"category":"People","sort_order":20,"added_in":"6.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":"FACE WITH STUCK-OUT TONGUE","unified":"1F61B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f61b.png","sheet_x":23,"sheet_y":11,"short_name":"stuck_out_tongue","short_names":["stuck_out_tongue"],"text":":p","texts":[":p",":-p",":P",":-P",":b",":-b"],"category":"People","sort_order":24,"added_in":"6.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":"FACE WITH STUCK-OUT TONGUE AND WINKING EYE","unified":"1F61C","variations":[],"docomo":"E728","au":"E4E7","softbank":"E105","google":"FE329","image":"1f61c.png","sheet_x":23,"sheet_y":12,"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,"added_in":"6.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":"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":23,"sheet_y":13,"short_name":"stuck_out_tongue_closed_eyes","short_names":["stuck_out_tongue_closed_eyes"],"text":null,"texts":null,"category":"People","sort_order":23,"added_in":"6.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":"DISAPPOINTED FACE","unified":"1F61E","variations":[],"docomo":"E6F2","au":"EAC0","softbank":"E058","google":"FE323","image":"1f61e.png","sheet_x":23,"sheet_y":14,"short_name":"disappointed","short_names":["disappointed"],"text":":(","texts":["):",":(",":-("],"category":"People","sort_order":33,"added_in":"6.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":"WORRIED FACE","unified":"1F61F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f61f.png","sheet_x":23,"sheet_y":15,"short_name":"worried","short_names":["worried"],"text":null,"texts":null,"category":"People","sort_order":35,"added_in":"6.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":"ANGRY FACE","unified":"1F620","variations":[],"docomo":"E6F1","au":"E472","softbank":"E059","google":"FE320","image":"1f620.png","sheet_x":23,"sheet_y":16,"short_name":"angry","short_names":["angry"],"text":null,"texts":[">:(",">:-("],"category":"People","sort_order":44,"added_in":"6.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":"POUTING FACE","unified":"1F621","variations":[],"docomo":"E724","au":"EB5D","softbank":"E416","google":"FE33D","image":"1f621.png","sheet_x":23,"sheet_y":17,"short_name":"rage","short_names":["rage"],"text":null,"texts":null,"category":"People","sort_order":45,"added_in":"6.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":"CRYING FACE","unified":"1F622","variations":[],"docomo":"E72E","au":"EB69","softbank":"E413","google":"FE339","image":"1f622.png","sheet_x":23,"sheet_y":18,"short_name":"cry","short_names":["cry"],"text":":'(","texts":[":'("],"category":"People","sort_order":59,"added_in":"6.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":"PERSEVERING FACE","unified":"1F623","variations":[],"docomo":"E72B","au":"EAC2","softbank":"E406","google":"FE33C","image":"1f623.png","sheet_x":23,"sheet_y":19,"short_name":"persevere","short_names":["persevere"],"text":null,"texts":null,"category":"People","sort_order":39,"added_in":"6.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":"FACE WITH LOOK OF TRIUMPH","unified":"1F624","variations":[],"docomo":"E753","au":"EAC1","softbank":"E404","google":"FE328","image":"1f624.png","sheet_x":23,"sheet_y":20,"short_name":"triumph","short_names":["triumph"],"text":null,"texts":null,"category":"People","sort_order":43,"added_in":"6.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":"DISAPPOINTED BUT RELIEVED FACE","unified":"1F625","variations":[],"docomo":"E723","au":"E5C6","softbank":"E401","google":"FE345","image":"1f625.png","sheet_x":23,"sheet_y":21,"short_name":"disappointed_relieved","short_names":["disappointed_relieved"],"text":null,"texts":null,"category":"People","sort_order":60,"added_in":"6.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":"FROWNING FACE WITH OPEN MOUTH","unified":"1F626","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f626.png","sheet_x":23,"sheet_y":22,"short_name":"frowning","short_names":["frowning"],"text":null,"texts":null,"category":"People","sort_order":50,"added_in":"6.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":"ANGUISHED FACE","unified":"1F627","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f627.png","sheet_x":23,"sheet_y":23,"short_name":"anguished","short_names":["anguished"],"text":null,"texts":["D:"],"category":"People","sort_order":51,"added_in":"6.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":"FEARFUL FACE","unified":"1F628","variations":[],"docomo":"E757","au":"EAC6","softbank":"E40B","google":"FE33B","image":"1f628.png","sheet_x":23,"sheet_y":24,"short_name":"fearful","short_names":["fearful"],"text":null,"texts":null,"category":"People","sort_order":57,"added_in":"6.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":"WEARY FACE","unified":"1F629","variations":[],"docomo":"E6F3","au":"EB67","softbank":"E403","google":"FE321","image":"1f629.png","sheet_x":23,"sheet_y":25,"short_name":"weary","short_names":["weary"],"text":null,"texts":null,"category":"People","sort_order":42,"added_in":"6.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":"SLEEPY FACE","unified":"1F62A","variations":[],"docomo":"E701","au":"EAC4","softbank":"E408","google":"FE342","image":"1f62a.png","sheet_x":23,"sheet_y":26,"short_name":"sleepy","short_names":["sleepy"],"text":null,"texts":null,"category":"People","sort_order":64,"added_in":"6.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":"TIRED FACE","unified":"1F62B","variations":[],"docomo":"E72B","au":"E474","softbank":"E406","google":"FE346","image":"1f62b.png","sheet_x":23,"sheet_y":27,"short_name":"tired_face","short_names":["tired_face"],"text":null,"texts":null,"category":"People","sort_order":41,"added_in":"6.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":"GRIMACING FACE","unified":"1F62C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f62c.png","sheet_x":23,"sheet_y":28,"short_name":"grimacing","short_names":["grimacing"],"text":null,"texts":null,"category":"People","sort_order":69,"added_in":"6.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":"LOUDLY CRYING FACE","unified":"1F62D","variations":[],"docomo":"E72D","au":"E473","softbank":"E411","google":"FE33A","image":"1f62d.png","sheet_x":23,"sheet_y":29,"short_name":"sob","short_names":["sob"],"text":":'(","texts":null,"category":"People","sort_order":62,"added_in":"6.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":"FACE WITH OPEN MOUTH","unified":"1F62E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f62e.png","sheet_x":23,"sheet_y":30,"short_name":"open_mouth","short_names":["open_mouth"],"text":null,"texts":[":o",":-o",":O",":-O"],"category":"People","sort_order":52,"added_in":"6.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":"HUSHED FACE","unified":"1F62F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f62f.png","sheet_x":23,"sheet_y":31,"short_name":"hushed","short_names":["hushed"],"text":null,"texts":null,"category":"People","sort_order":49,"added_in":"6.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":"FACE WITH OPEN MOUTH AND COLD SWEAT","unified":"1F630","variations":[],"docomo":"E723","au":"EACB","softbank":"E40F","google":"FE325","image":"1f630.png","sheet_x":23,"sheet_y":32,"short_name":"cold_sweat","short_names":["cold_sweat"],"text":null,"texts":null,"category":"People","sort_order":58,"added_in":"6.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":"FACE SCREAMING IN FEAR","unified":"1F631","variations":[],"docomo":"E757","au":"E5C5","softbank":"E107","google":"FE341","image":"1f631.png","sheet_x":23,"sheet_y":33,"short_name":"scream","short_names":["scream"],"text":null,"texts":null,"category":"People","sort_order":56,"added_in":"6.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":"ASTONISHED FACE","unified":"1F632","variations":[],"docomo":"E6F4","au":"EACA","softbank":"E410","google":"FE322","image":"1f632.png","sheet_x":23,"sheet_y":34,"short_name":"astonished","short_names":["astonished"],"text":null,"texts":null,"category":"People","sort_order":53,"added_in":"6.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":"FLUSHED FACE","unified":"1F633","variations":[],"docomo":"E72A","au":"EAC8","softbank":"E40D","google":"FE32F","image":"1f633.png","sheet_x":23,"sheet_y":35,"short_name":"flushed","short_names":["flushed"],"text":null,"texts":null,"category":"People","sort_order":55,"added_in":"6.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":"SLEEPING FACE","unified":"1F634","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f634.png","sheet_x":23,"sheet_y":36,"short_name":"sleeping","short_names":["sleeping"],"text":null,"texts":null,"category":"People","sort_order":65,"added_in":"6.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":"DIZZY FACE","unified":"1F635","variations":[],"docomo":"E6F4","au":"E5AE","softbank":"E406","google":"FE324","image":"1f635.png","sheet_x":23,"sheet_y":37,"short_name":"dizzy_face","short_names":["dizzy_face"],"text":null,"texts":null,"category":"People","sort_order":54,"added_in":"6.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":"FACE WITHOUT MOUTH","unified":"1F636","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f636.png","sheet_x":23,"sheet_y":38,"short_name":"no_mouth","short_names":["no_mouth"],"text":null,"texts":null,"category":"People","sort_order":46,"added_in":"6.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":"FACE WITH MEDICAL MASK","unified":"1F637","variations":[],"docomo":null,"au":"EAC7","softbank":"E40C","google":"FE32E","image":"1f637.png","sheet_x":23,"sheet_y":39,"short_name":"mask","short_names":["mask"],"text":null,"texts":null,"category":"People","sort_order":73,"added_in":"6.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":"GRINNING CAT FACE WITH SMILING EYES","unified":"1F638","variations":[],"docomo":"E753","au":"EB7F","softbank":"E404","google":"FE349","image":"1f638.png","sheet_x":23,"sheet_y":40,"short_name":"smile_cat","short_names":["smile_cat"],"text":null,"texts":null,"category":"People","sort_order":89,"added_in":"6.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":"CAT FACE WITH TEARS OF JOY","unified":"1F639","variations":[],"docomo":"E72A","au":"EB63","softbank":"E412","google":"FE34A","image":"1f639.png","sheet_x":23,"sheet_y":41,"short_name":"joy_cat","short_names":["joy_cat"],"text":null,"texts":null,"category":"People","sort_order":90,"added_in":"6.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":"SMILING CAT FACE WITH OPEN MOUTH","unified":"1F63A","variations":[],"docomo":"E6F0","au":"EB61","softbank":"E057","google":"FE348","image":"1f63a.png","sheet_x":23,"sheet_y":42,"short_name":"smiley_cat","short_names":["smiley_cat"],"text":null,"texts":null,"category":"People","sort_order":88,"added_in":"6.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":"SMILING CAT FACE WITH HEART-SHAPED EYES","unified":"1F63B","variations":[],"docomo":"E726","au":"EB65","softbank":"E106","google":"FE34C","image":"1f63b.png","sheet_x":23,"sheet_y":43,"short_name":"heart_eyes_cat","short_names":["heart_eyes_cat"],"text":null,"texts":null,"category":"People","sort_order":91,"added_in":"6.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":"CAT FACE WITH WRY SMILE","unified":"1F63C","variations":[],"docomo":"E753","au":"EB6A","softbank":"E404","google":"FE34F","image":"1f63c.png","sheet_x":23,"sheet_y":44,"short_name":"smirk_cat","short_names":["smirk_cat"],"text":null,"texts":null,"category":"People","sort_order":92,"added_in":"6.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":"KISSING CAT FACE WITH CLOSED EYES","unified":"1F63D","variations":[],"docomo":"E726","au":"EB60","softbank":"E418","google":"FE34B","image":"1f63d.png","sheet_x":23,"sheet_y":45,"short_name":"kissing_cat","short_names":["kissing_cat"],"text":null,"texts":null,"category":"People","sort_order":93,"added_in":"6.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":"POUTING CAT FACE","unified":"1F63E","variations":[],"docomo":"E724","au":"EB5E","softbank":"E416","google":"FE34E","image":"1f63e.png","sheet_x":23,"sheet_y":46,"short_name":"pouting_cat","short_names":["pouting_cat"],"text":null,"texts":null,"category":"People","sort_order":96,"added_in":"6.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":"CRYING CAT FACE","unified":"1F63F","variations":[],"docomo":"E72E","au":"EB68","softbank":"E413","google":"FE34D","image":"1f63f.png","sheet_x":23,"sheet_y":47,"short_name":"crying_cat_face","short_names":["crying_cat_face"],"text":null,"texts":null,"category":"People","sort_order":95,"added_in":"6.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":"WEARY CAT FACE","unified":"1F640","variations":[],"docomo":"E6F3","au":"EB66","softbank":"E403","google":"FE350","image":"1f640.png","sheet_x":23,"sheet_y":48,"short_name":"scream_cat","short_names":["scream_cat"],"text":null,"texts":null,"category":"People","sort_order":94,"added_in":"6.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":"SLIGHTLY FROWNING FACE","unified":"1F641","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f641.png","sheet_x":24,"sheet_y":0,"short_name":"slightly_frowning_face","short_names":["slightly_frowning_face"],"text":null,"texts":null,"category":"People","sort_order":37,"added_in":"7.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},{"name":"SLIGHTLY SMILING FACE","unified":"1F642","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f642.png","sheet_x":24,"sheet_y":1,"short_name":"slightly_smiling_face","short_names":["slightly_smiling_face"],"text":null,"texts":[":)","(:",":-)"],"category":"People","sort_order":12,"added_in":"7.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":"UPSIDE-DOWN FACE","unified":"1F643","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f643.png","sheet_x":24,"sheet_y":2,"short_name":"upside_down_face","short_names":["upside_down_face"],"text":null,"texts":null,"category":"People","sort_order":13,"added_in":"8.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},{"name":"FACE WITH ROLLING EYES","unified":"1F644","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f644.png","sheet_x":24,"sheet_y":3,"short_name":"face_with_rolling_eyes","short_names":["face_with_rolling_eyes"],"text":null,"texts":null,"category":"People","sort_order":66,"added_in":"8.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},{"name":"FACE WITH NO GOOD GESTURE","unified":"1F645","variations":[],"docomo":"E72F","au":"EAD7","softbank":"E423","google":"FE351","image":"1f645.png","sheet_x":24,"sheet_y":4,"short_name":"no_good","short_names":["no_good"],"text":null,"texts":null,"category":"People","sort_order":205,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F645-1F3FB","image":"1f645-1f3fb.png","sheet_x":24,"sheet_y":5,"added_in":"8.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},"1F3FC":{"unified":"1F645-1F3FC","image":"1f645-1f3fc.png","sheet_x":24,"sheet_y":6,"added_in":"8.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},"1F3FD":{"unified":"1F645-1F3FD","image":"1f645-1f3fd.png","sheet_x":24,"sheet_y":7,"added_in":"8.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},"1F3FE":{"unified":"1F645-1F3FE","image":"1f645-1f3fe.png","sheet_x":24,"sheet_y":8,"added_in":"8.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},"1F3FF":{"unified":"1F645-1F3FF","image":"1f645-1f3ff.png","sheet_x":24,"sheet_y":9,"added_in":"8.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}},"obsoleted_by":"1F645-200D-2640-FE0F"},{"name":"FACE WITH OK GESTURE","unified":"1F646","variations":[],"docomo":"E70B","au":"EAD8","softbank":"E424","google":"FE352","image":"1f646.png","sheet_x":24,"sheet_y":10,"short_name":"ok_woman","short_names":["ok_woman"],"text":null,"texts":null,"category":"People","sort_order":207,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F646-1F3FB","image":"1f646-1f3fb.png","sheet_x":24,"sheet_y":11,"added_in":"8.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},"1F3FC":{"unified":"1F646-1F3FC","image":"1f646-1f3fc.png","sheet_x":24,"sheet_y":12,"added_in":"8.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},"1F3FD":{"unified":"1F646-1F3FD","image":"1f646-1f3fd.png","sheet_x":24,"sheet_y":13,"added_in":"8.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},"1F3FE":{"unified":"1F646-1F3FE","image":"1f646-1f3fe.png","sheet_x":24,"sheet_y":14,"added_in":"8.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},"1F3FF":{"unified":"1F646-1F3FF","image":"1f646-1f3ff.png","sheet_x":24,"sheet_y":15,"added_in":"8.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}},"obsoleted_by":"1F646-200D-2640-FE0F"},{"name":"PERSON BOWING DEEPLY","unified":"1F647","variations":[],"docomo":null,"au":"EAD9","softbank":"E426","google":"FE353","image":"1f647.png","sheet_x":24,"sheet_y":16,"short_name":"bow","short_names":["bow"],"text":null,"texts":null,"category":"People","sort_order":202,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F647-1F3FB","image":"1f647-1f3fb.png","sheet_x":24,"sheet_y":17,"added_in":"8.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},"1F3FC":{"unified":"1F647-1F3FC","image":"1f647-1f3fc.png","sheet_x":24,"sheet_y":18,"added_in":"8.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},"1F3FD":{"unified":"1F647-1F3FD","image":"1f647-1f3fd.png","sheet_x":24,"sheet_y":19,"added_in":"8.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},"1F3FE":{"unified":"1F647-1F3FE","image":"1f647-1f3fe.png","sheet_x":24,"sheet_y":20,"added_in":"8.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},"1F3FF":{"unified":"1F647-1F3FF","image":"1f647-1f3ff.png","sheet_x":24,"sheet_y":21,"added_in":"8.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}},"obsoleted_by":"1F647-200D-2642-FE0F"},{"name":"SEE-NO-EVIL MONKEY","unified":"1F648","variations":[],"docomo":null,"au":"EB50","softbank":null,"google":"FE354","image":"1f648.png","sheet_x":24,"sheet_y":22,"short_name":"see_no_evil","short_names":["see_no_evil"],"text":null,"texts":null,"category":"Nature","sort_order":17,"added_in":"6.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":"HEAR-NO-EVIL MONKEY","unified":"1F649","variations":[],"docomo":null,"au":"EB52","softbank":null,"google":"FE356","image":"1f649.png","sheet_x":24,"sheet_y":23,"short_name":"hear_no_evil","short_names":["hear_no_evil"],"text":null,"texts":null,"category":"Nature","sort_order":18,"added_in":"6.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":"SPEAK-NO-EVIL MONKEY","unified":"1F64A","variations":[],"docomo":null,"au":"EB51","softbank":null,"google":"FE355","image":"1f64a.png","sheet_x":24,"sheet_y":24,"short_name":"speak_no_evil","short_names":["speak_no_evil"],"text":null,"texts":null,"category":"Nature","sort_order":19,"added_in":"6.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":"HAPPY PERSON RAISING ONE HAND","unified":"1F64B","variations":[],"docomo":null,"au":"EB85","softbank":"E012","google":"FE357","image":"1f64b.png","sheet_x":24,"sheet_y":25,"short_name":"raising_hand","short_names":["raising_hand"],"text":null,"texts":null,"category":"People","sort_order":209,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64B-1F3FB","image":"1f64b-1f3fb.png","sheet_x":24,"sheet_y":26,"added_in":"8.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},"1F3FC":{"unified":"1F64B-1F3FC","image":"1f64b-1f3fc.png","sheet_x":24,"sheet_y":27,"added_in":"8.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},"1F3FD":{"unified":"1F64B-1F3FD","image":"1f64b-1f3fd.png","sheet_x":24,"sheet_y":28,"added_in":"8.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},"1F3FE":{"unified":"1F64B-1F3FE","image":"1f64b-1f3fe.png","sheet_x":24,"sheet_y":29,"added_in":"8.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},"1F3FF":{"unified":"1F64B-1F3FF","image":"1f64b-1f3ff.png","sheet_x":24,"sheet_y":30,"added_in":"8.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}},"obsoleted_by":"1F64B-200D-2640-FE0F"},{"name":"PERSON RAISING BOTH HANDS IN CELEBRATION","unified":"1F64C","variations":[],"docomo":null,"au":"EB86","softbank":"E427","google":"FE358","image":"1f64c.png","sheet_x":24,"sheet_y":31,"short_name":"raised_hands","short_names":["raised_hands"],"text":null,"texts":null,"category":"People","sort_order":98,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64C-1F3FB","image":"1f64c-1f3fb.png","sheet_x":24,"sheet_y":32,"added_in":"8.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},"1F3FC":{"unified":"1F64C-1F3FC","image":"1f64c-1f3fc.png","sheet_x":24,"sheet_y":33,"added_in":"8.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},"1F3FD":{"unified":"1F64C-1F3FD","image":"1f64c-1f3fd.png","sheet_x":24,"sheet_y":34,"added_in":"8.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},"1F3FE":{"unified":"1F64C-1F3FE","image":"1f64c-1f3fe.png","sheet_x":24,"sheet_y":35,"added_in":"8.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},"1F3FF":{"unified":"1F64C-1F3FF","image":"1f64c-1f3ff.png","sheet_x":24,"sheet_y":36,"added_in":"8.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":"PERSON FROWNING","unified":"1F64D","variations":[],"docomo":"E6F3","au":"EB87","softbank":"E403","google":"FE359","image":"1f64d.png","sheet_x":24,"sheet_y":37,"short_name":"person_frowning","short_names":["person_frowning"],"text":null,"texts":null,"category":"People","sort_order":219,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64D-1F3FB","image":"1f64d-1f3fb.png","sheet_x":24,"sheet_y":38,"added_in":"8.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},"1F3FC":{"unified":"1F64D-1F3FC","image":"1f64d-1f3fc.png","sheet_x":24,"sheet_y":39,"added_in":"8.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},"1F3FD":{"unified":"1F64D-1F3FD","image":"1f64d-1f3fd.png","sheet_x":24,"sheet_y":40,"added_in":"8.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},"1F3FE":{"unified":"1F64D-1F3FE","image":"1f64d-1f3fe.png","sheet_x":24,"sheet_y":41,"added_in":"8.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},"1F3FF":{"unified":"1F64D-1F3FF","image":"1f64d-1f3ff.png","sheet_x":24,"sheet_y":42,"added_in":"8.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}},"obsoleted_by":"1F64D-200D-2640-FE0F"},{"name":"PERSON WITH POUTING FACE","unified":"1F64E","variations":[],"docomo":"E6F1","au":"EB88","softbank":"E416","google":"FE35A","image":"1f64e.png","sheet_x":24,"sheet_y":43,"short_name":"person_with_pouting_face","short_names":["person_with_pouting_face"],"text":null,"texts":null,"category":"People","sort_order":217,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64E-1F3FB","image":"1f64e-1f3fb.png","sheet_x":24,"sheet_y":44,"added_in":"8.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},"1F3FC":{"unified":"1F64E-1F3FC","image":"1f64e-1f3fc.png","sheet_x":24,"sheet_y":45,"added_in":"8.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},"1F3FD":{"unified":"1F64E-1F3FD","image":"1f64e-1f3fd.png","sheet_x":24,"sheet_y":46,"added_in":"8.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},"1F3FE":{"unified":"1F64E-1F3FE","image":"1f64e-1f3fe.png","sheet_x":24,"sheet_y":47,"added_in":"8.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},"1F3FF":{"unified":"1F64E-1F3FF","image":"1f64e-1f3ff.png","sheet_x":24,"sheet_y":48,"added_in":"8.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}},"obsoleted_by":"1F64E-200D-2640-FE0F"},{"name":"PERSON WITH FOLDED HANDS","unified":"1F64F","variations":[],"docomo":null,"au":"EAD2","softbank":"E41D","google":"FE35B","image":"1f64f.png","sheet_x":25,"sheet_y":0,"short_name":"pray","short_names":["pray"],"text":null,"texts":null,"category":"People","sort_order":100,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64F-1F3FB","image":"1f64f-1f3fb.png","sheet_x":25,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"1F64F-1F3FC","image":"1f64f-1f3fc.png","sheet_x":25,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"1F64F-1F3FD","image":"1f64f-1f3fd.png","sheet_x":25,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"1F64F-1F3FE","image":"1f64f-1f3fe.png","sheet_x":25,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"1F64F-1F3FF","image":"1f64f-1f3ff.png","sheet_x":25,"sheet_y":5,"added_in":"8.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":"ROCKET","unified":"1F680","variations":[],"docomo":null,"au":"E5C8","softbank":"E10D","google":"FE7ED","image":"1f680.png","sheet_x":25,"sheet_y":6,"short_name":"rocket","short_names":["rocket"],"text":null,"texts":null,"category":"Places","sort_order":43,"added_in":"6.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":"HELICOPTER","unified":"1F681","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f681.png","sheet_x":25,"sheet_y":7,"short_name":"helicopter","short_names":["helicopter"],"text":null,"texts":null,"category":"Places","sort_order":38,"added_in":"6.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":"STEAM LOCOMOTIVE","unified":"1F682","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f682.png","sheet_x":25,"sheet_y":8,"short_name":"steam_locomotive","short_names":["steam_locomotive"],"text":null,"texts":null,"category":"Places","sort_order":33,"added_in":"6.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":"RAILWAY CAR","unified":"1F683","variations":[],"docomo":"E65B","au":"E4B5","softbank":"E01E","google":"FE7DF","image":"1f683.png","sheet_x":25,"sheet_y":9,"short_name":"railway_car","short_names":["railway_car"],"text":null,"texts":null,"category":"Places","sort_order":26,"added_in":"6.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":"HIGH-SPEED TRAIN","unified":"1F684","variations":[],"docomo":"E65D","au":"E4B0","softbank":"E435","google":"FE7E2","image":"1f684.png","sheet_x":25,"sheet_y":10,"short_name":"bullettrain_side","short_names":["bullettrain_side"],"text":null,"texts":null,"category":"Places","sort_order":30,"added_in":"6.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":"HIGH-SPEED TRAIN WITH BULLET NOSE","unified":"1F685","variations":[],"docomo":"E65D","au":"E4B0","softbank":"E01F","google":"FE7E3","image":"1f685.png","sheet_x":25,"sheet_y":11,"short_name":"bullettrain_front","short_names":["bullettrain_front"],"text":null,"texts":null,"category":"Places","sort_order":31,"added_in":"6.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":"TRAIN","unified":"1F686","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f686.png","sheet_x":25,"sheet_y":12,"short_name":"train2","short_names":["train2"],"text":null,"texts":null,"category":"Places","sort_order":34,"added_in":"6.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":"METRO","unified":"1F687","variations":[],"docomo":"E65C","au":"E5BC","softbank":"E434","google":"FE7E0","image":"1f687.png","sheet_x":25,"sheet_y":13,"short_name":"metro","short_names":["metro"],"text":null,"texts":null,"category":"Places","sort_order":35,"added_in":"6.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":"LIGHT RAIL","unified":"1F688","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f688.png","sheet_x":25,"sheet_y":14,"short_name":"light_rail","short_names":["light_rail"],"text":null,"texts":null,"category":"Places","sort_order":32,"added_in":"6.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":"STATION","unified":"1F689","variations":[],"docomo":null,"au":"EB6D","softbank":"E039","google":"FE7EC","image":"1f689.png","sheet_x":25,"sheet_y":15,"short_name":"station","short_names":["station"],"text":null,"texts":null,"category":"Places","sort_order":37,"added_in":"6.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":"TRAM","unified":"1F68A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f68a.png","sheet_x":25,"sheet_y":16,"short_name":"tram","short_names":["tram"],"text":null,"texts":null,"category":"Places","sort_order":36,"added_in":"6.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":"TRAM CAR","unified":"1F68B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f68b.png","sheet_x":25,"sheet_y":17,"short_name":"train","short_names":["train"],"text":null,"texts":null,"category":"Places","sort_order":27,"added_in":"6.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":"BUS","unified":"1F68C","variations":[],"docomo":"E660","au":"E4AF","softbank":"E159","google":"FE7E6","image":"1f68c.png","sheet_x":25,"sheet_y":18,"short_name":"bus","short_names":["bus"],"text":null,"texts":null,"category":"Places","sort_order":4,"added_in":"6.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":"ONCOMING BUS","unified":"1F68D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f68d.png","sheet_x":25,"sheet_y":19,"short_name":"oncoming_bus","short_names":["oncoming_bus"],"text":null,"texts":null,"category":"Places","sort_order":20,"added_in":"6.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":"TROLLEYBUS","unified":"1F68E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f68e.png","sheet_x":25,"sheet_y":20,"short_name":"trolleybus","short_names":["trolleybus"],"text":null,"texts":null,"category":"Places","sort_order":5,"added_in":"6.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":"BUS STOP","unified":"1F68F","variations":[],"docomo":null,"au":"E4A7","softbank":"E150","google":"FE7E7","image":"1f68f.png","sheet_x":25,"sheet_y":21,"short_name":"busstop","short_names":["busstop"],"text":null,"texts":null,"category":"Places","sort_order":56,"added_in":"6.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":"MINIBUS","unified":"1F690","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f690.png","sheet_x":25,"sheet_y":22,"short_name":"minibus","short_names":["minibus"],"text":null,"texts":null,"category":"Places","sort_order":10,"added_in":"6.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":"AMBULANCE","unified":"1F691","variations":[],"docomo":null,"au":"EAE0","softbank":"E431","google":"FE7F3","image":"1f691.png","sheet_x":25,"sheet_y":23,"short_name":"ambulance","short_names":["ambulance"],"text":null,"texts":null,"category":"Places","sort_order":8,"added_in":"6.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":"FIRE ENGINE","unified":"1F692","variations":[],"docomo":null,"au":"EADF","softbank":"E430","google":"FE7F2","image":"1f692.png","sheet_x":25,"sheet_y":24,"short_name":"fire_engine","short_names":["fire_engine"],"text":null,"texts":null,"category":"Places","sort_order":9,"added_in":"6.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":"POLICE CAR","unified":"1F693","variations":[],"docomo":null,"au":"EAE1","softbank":"E432","google":"FE7F4","image":"1f693.png","sheet_x":25,"sheet_y":25,"short_name":"police_car","short_names":["police_car"],"text":null,"texts":null,"category":"Places","sort_order":7,"added_in":"6.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":"ONCOMING POLICE CAR","unified":"1F694","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f694.png","sheet_x":25,"sheet_y":26,"short_name":"oncoming_police_car","short_names":["oncoming_police_car"],"text":null,"texts":null,"category":"Places","sort_order":19,"added_in":"6.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":"TAXI","unified":"1F695","variations":[],"docomo":"E65E","au":"E4B1","softbank":"E15A","google":"FE7EF","image":"1f695.png","sheet_x":25,"sheet_y":27,"short_name":"taxi","short_names":["taxi"],"text":null,"texts":null,"category":"Places","sort_order":2,"added_in":"6.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":"ONCOMING TAXI","unified":"1F696","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f696.png","sheet_x":25,"sheet_y":28,"short_name":"oncoming_taxi","short_names":["oncoming_taxi"],"text":null,"texts":null,"category":"Places","sort_order":22,"added_in":"6.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":"AUTOMOBILE","unified":"1F697","variations":[],"docomo":"E65E","au":"E4B1","softbank":"E01B","google":"FE7E4","image":"1f697.png","sheet_x":25,"sheet_y":29,"short_name":"car","short_names":["car","red_car"],"text":null,"texts":null,"category":"Places","sort_order":1,"added_in":"6.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":"ONCOMING AUTOMOBILE","unified":"1F698","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f698.png","sheet_x":25,"sheet_y":30,"short_name":"oncoming_automobile","short_names":["oncoming_automobile"],"text":null,"texts":null,"category":"Places","sort_order":21,"added_in":"6.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":"RECREATIONAL VEHICLE","unified":"1F699","variations":[],"docomo":"E65F","au":"E4B1","softbank":"E42E","google":"FE7E5","image":"1f699.png","sheet_x":25,"sheet_y":31,"short_name":"blue_car","short_names":["blue_car"],"text":null,"texts":null,"category":"Places","sort_order":3,"added_in":"6.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":"DELIVERY TRUCK","unified":"1F69A","variations":[],"docomo":null,"au":"E4B2","softbank":"E42F","google":"FE7F1","image":"1f69a.png","sheet_x":25,"sheet_y":32,"short_name":"truck","short_names":["truck"],"text":null,"texts":null,"category":"Places","sort_order":11,"added_in":"6.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":"ARTICULATED LORRY","unified":"1F69B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69b.png","sheet_x":25,"sheet_y":33,"short_name":"articulated_lorry","short_names":["articulated_lorry"],"text":null,"texts":null,"category":"Places","sort_order":12,"added_in":"6.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":"TRACTOR","unified":"1F69C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69c.png","sheet_x":25,"sheet_y":34,"short_name":"tractor","short_names":["tractor"],"text":null,"texts":null,"category":"Places","sort_order":13,"added_in":"6.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":"MONORAIL","unified":"1F69D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69d.png","sheet_x":25,"sheet_y":35,"short_name":"monorail","short_names":["monorail"],"text":null,"texts":null,"category":"Places","sort_order":29,"added_in":"6.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":"MOUNTAIN RAILWAY","unified":"1F69E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69e.png","sheet_x":25,"sheet_y":36,"short_name":"mountain_railway","short_names":["mountain_railway"],"text":null,"texts":null,"category":"Places","sort_order":28,"added_in":"6.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":"SUSPENSION RAILWAY","unified":"1F69F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69f.png","sheet_x":25,"sheet_y":37,"short_name":"suspension_railway","short_names":["suspension_railway"],"text":null,"texts":null,"category":"Places","sort_order":25,"added_in":"6.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":"MOUNTAIN CABLEWAY","unified":"1F6A0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a0.png","sheet_x":25,"sheet_y":38,"short_name":"mountain_cableway","short_names":["mountain_cableway"],"text":null,"texts":null,"category":"Places","sort_order":24,"added_in":"6.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":"AERIAL TRAMWAY","unified":"1F6A1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a1.png","sheet_x":25,"sheet_y":39,"short_name":"aerial_tramway","short_names":["aerial_tramway"],"text":null,"texts":null,"category":"Places","sort_order":23,"added_in":"6.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":"SHIP","unified":"1F6A2","variations":[],"docomo":"E661","au":"EA82","softbank":"E202","google":"FE7E8","image":"1f6a2.png","sheet_x":25,"sheet_y":40,"short_name":"ship","short_names":["ship"],"text":null,"texts":null,"category":"Places","sort_order":52,"added_in":"6.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":"ROWBOAT","unified":"1F6A3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a3.png","sheet_x":25,"sheet_y":41,"short_name":"rowboat","short_names":["rowboat"],"text":null,"texts":null,"category":"Activity","sort_order":48,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6A3-1F3FB","image":"1f6a3-1f3fb.png","sheet_x":25,"sheet_y":42,"added_in":"8.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},"1F3FC":{"unified":"1F6A3-1F3FC","image":"1f6a3-1f3fc.png","sheet_x":25,"sheet_y":43,"added_in":"8.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},"1F3FD":{"unified":"1F6A3-1F3FD","image":"1f6a3-1f3fd.png","sheet_x":25,"sheet_y":44,"added_in":"8.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},"1F3FE":{"unified":"1F6A3-1F3FE","image":"1f6a3-1f3fe.png","sheet_x":25,"sheet_y":45,"added_in":"8.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},"1F3FF":{"unified":"1F6A3-1F3FF","image":"1f6a3-1f3ff.png","sheet_x":25,"sheet_y":46,"added_in":"8.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}},"obsoleted_by":"1F6A3-200D-2642-FE0F"},{"name":"SPEEDBOAT","unified":"1F6A4","variations":[],"docomo":"E6A3","au":"E4B4","softbank":"E135","google":"FE7EE","image":"1f6a4.png","sheet_x":25,"sheet_y":47,"short_name":"speedboat","short_names":["speedboat"],"text":null,"texts":null,"category":"Places","sort_order":49,"added_in":"6.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":"HORIZONTAL TRAFFIC LIGHT","unified":"1F6A5","variations":[],"docomo":"E66D","au":"E46A","softbank":"E14E","google":"FE7F7","image":"1f6a5.png","sheet_x":25,"sheet_y":48,"short_name":"traffic_light","short_names":["traffic_light"],"text":null,"texts":null,"category":"Places","sort_order":58,"added_in":"6.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":"VERTICAL TRAFFIC LIGHT","unified":"1F6A6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a6.png","sheet_x":26,"sheet_y":0,"short_name":"vertical_traffic_light","short_names":["vertical_traffic_light"],"text":null,"texts":null,"category":"Places","sort_order":57,"added_in":"6.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":"CONSTRUCTION SIGN","unified":"1F6A7","variations":[],"docomo":null,"au":"E5D7","softbank":"E137","google":"FE7F8","image":"1f6a7.png","sheet_x":26,"sheet_y":1,"short_name":"construction","short_names":["construction"],"text":null,"texts":null,"category":"Places","sort_order":54,"added_in":"6.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":"POLICE CARS REVOLVING LIGHT","unified":"1F6A8","variations":[],"docomo":null,"au":"EB73","softbank":"E432","google":"FE7F9","image":"1f6a8.png","sheet_x":26,"sheet_y":2,"short_name":"rotating_light","short_names":["rotating_light"],"text":null,"texts":null,"category":"Places","sort_order":18,"added_in":"6.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":"TRIANGULAR FLAG ON POST","unified":"1F6A9","variations":[],"docomo":"E6DE","au":"EB2C","softbank":null,"google":"FEB22","image":"1f6a9.png","sheet_x":26,"sheet_y":3,"short_name":"triangular_flag_on_post","short_names":["triangular_flag_on_post"],"text":null,"texts":null,"category":"Flags","sort_order":4,"added_in":"6.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":"DOOR","unified":"1F6AA","variations":[],"docomo":"E714","au":null,"softbank":null,"google":"FE4F3","image":"1f6aa.png","sheet_x":26,"sheet_y":4,"short_name":"door","short_names":["door"],"text":null,"texts":null,"category":"Objects","sort_order":91,"added_in":"6.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":"NO ENTRY SIGN","unified":"1F6AB","variations":[],"docomo":"E738","au":"E541","softbank":null,"google":"FEB48","image":"1f6ab.png","sheet_x":26,"sheet_y":5,"short_name":"no_entry_sign","short_names":["no_entry_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":74,"added_in":"6.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":"SMOKING SYMBOL","unified":"1F6AC","variations":[],"docomo":"E67F","au":"E47D","softbank":"E30E","google":"FEB1E","image":"1f6ac.png","sheet_x":26,"sheet_y":6,"short_name":"smoking","short_names":["smoking"],"text":null,"texts":null,"category":"Objects","sort_order":69,"added_in":"6.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":"NO SMOKING SYMBOL","unified":"1F6AD","variations":[],"docomo":"E680","au":"E47E","softbank":"E208","google":"FEB1F","image":"1f6ad.png","sheet_x":26,"sheet_y":7,"short_name":"no_smoking","short_names":["no_smoking"],"text":null,"texts":null,"category":"Symbols","sort_order":84,"added_in":"6.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":"PUT LITTER IN ITS PLACE SYMBOL","unified":"1F6AE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6ae.png","sheet_x":26,"sheet_y":8,"short_name":"put_litter_in_its_place","short_names":["put_litter_in_its_place"],"text":null,"texts":null,"category":"Symbols","sort_order":125,"added_in":"6.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":"DO NOT LITTER SYMBOL","unified":"1F6AF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6af.png","sheet_x":26,"sheet_y":9,"short_name":"do_not_litter","short_names":["do_not_litter"],"text":null,"texts":null,"category":"Symbols","sort_order":79,"added_in":"6.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":"POTABLE WATER SYMBOL","unified":"1F6B0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b0.png","sheet_x":26,"sheet_y":10,"short_name":"potable_water","short_names":["potable_water"],"text":null,"texts":null,"category":"Objects","sort_order":84,"added_in":"6.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":"NON-POTABLE WATER SYMBOL","unified":"1F6B1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b1.png","sheet_x":26,"sheet_y":11,"short_name":"non-potable_water","short_names":["non-potable_water"],"text":null,"texts":null,"category":"Symbols","sort_order":81,"added_in":"6.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":"BICYCLE","unified":"1F6B2","variations":[],"docomo":"E71D","au":"E4AE","softbank":"E136","google":"FE7EB","image":"1f6b2.png","sheet_x":26,"sheet_y":12,"short_name":"bike","short_names":["bike"],"text":null,"texts":null,"category":"Places","sort_order":15,"added_in":"6.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":"NO BICYCLES","unified":"1F6B3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b3.png","sheet_x":26,"sheet_y":13,"short_name":"no_bicycles","short_names":["no_bicycles"],"text":null,"texts":null,"category":"Symbols","sort_order":80,"added_in":"6.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":"BICYCLIST","unified":"1F6B4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b4.png","sheet_x":26,"sheet_y":14,"short_name":"bicyclist","short_names":["bicyclist"],"text":null,"texts":null,"category":"Activity","sort_order":51,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6B4-1F3FB","image":"1f6b4-1f3fb.png","sheet_x":26,"sheet_y":15,"added_in":"8.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},"1F3FC":{"unified":"1F6B4-1F3FC","image":"1f6b4-1f3fc.png","sheet_x":26,"sheet_y":16,"added_in":"8.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},"1F3FD":{"unified":"1F6B4-1F3FD","image":"1f6b4-1f3fd.png","sheet_x":26,"sheet_y":17,"added_in":"8.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},"1F3FE":{"unified":"1F6B4-1F3FE","image":"1f6b4-1f3fe.png","sheet_x":26,"sheet_y":18,"added_in":"8.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},"1F3FF":{"unified":"1F6B4-1F3FF","image":"1f6b4-1f3ff.png","sheet_x":26,"sheet_y":19,"added_in":"8.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}},"obsoleted_by":"1F6B4-200D-2642-FE0F"},{"name":"MOUNTAIN BICYCLIST","unified":"1F6B5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b5.png","sheet_x":26,"sheet_y":20,"short_name":"mountain_bicyclist","short_names":["mountain_bicyclist"],"text":null,"texts":null,"category":"Activity","sort_order":53,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6B5-1F3FB","image":"1f6b5-1f3fb.png","sheet_x":26,"sheet_y":21,"added_in":"8.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},"1F3FC":{"unified":"1F6B5-1F3FC","image":"1f6b5-1f3fc.png","sheet_x":26,"sheet_y":22,"added_in":"8.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},"1F3FD":{"unified":"1F6B5-1F3FD","image":"1f6b5-1f3fd.png","sheet_x":26,"sheet_y":23,"added_in":"8.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},"1F3FE":{"unified":"1F6B5-1F3FE","image":"1f6b5-1f3fe.png","sheet_x":26,"sheet_y":24,"added_in":"8.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},"1F3FF":{"unified":"1F6B5-1F3FF","image":"1f6b5-1f3ff.png","sheet_x":26,"sheet_y":25,"added_in":"8.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}},"obsoleted_by":"1F6B5-200D-2642-FE0F"},{"name":"PEDESTRIAN","unified":"1F6B6","variations":[],"docomo":"E733","au":"EB72","softbank":"E201","google":"FE7F0","image":"1f6b6.png","sheet_x":26,"sheet_y":26,"short_name":"walking","short_names":["walking"],"text":null,"texts":null,"category":"People","sort_order":231,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6B6-1F3FB","image":"1f6b6-1f3fb.png","sheet_x":26,"sheet_y":27,"added_in":"8.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},"1F3FC":{"unified":"1F6B6-1F3FC","image":"1f6b6-1f3fc.png","sheet_x":26,"sheet_y":28,"added_in":"8.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},"1F3FD":{"unified":"1F6B6-1F3FD","image":"1f6b6-1f3fd.png","sheet_x":26,"sheet_y":29,"added_in":"8.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},"1F3FE":{"unified":"1F6B6-1F3FE","image":"1f6b6-1f3fe.png","sheet_x":26,"sheet_y":30,"added_in":"8.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},"1F3FF":{"unified":"1F6B6-1F3FF","image":"1f6b6-1f3ff.png","sheet_x":26,"sheet_y":31,"added_in":"8.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}},"obsoleted_by":"1F6B6-200D-2642-FE0F"},{"name":"NO PEDESTRIANS","unified":"1F6B7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b7.png","sheet_x":26,"sheet_y":32,"short_name":"no_pedestrians","short_names":["no_pedestrians"],"text":null,"texts":null,"category":"Symbols","sort_order":78,"added_in":"6.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":"CHILDREN CROSSING","unified":"1F6B8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b8.png","sheet_x":26,"sheet_y":33,"short_name":"children_crossing","short_names":["children_crossing"],"text":null,"texts":null,"category":"Symbols","sort_order":95,"added_in":"6.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":"MENS SYMBOL","unified":"1F6B9","variations":[],"docomo":null,"au":null,"softbank":"E138","google":"FEB33","image":"1f6b9.png","sheet_x":26,"sheet_y":34,"short_name":"mens","short_names":["mens"],"text":null,"texts":null,"category":"Symbols","sort_order":121,"added_in":"6.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":"WOMENS SYMBOL","unified":"1F6BA","variations":[],"docomo":null,"au":null,"softbank":"E139","google":"FEB34","image":"1f6ba.png","sheet_x":26,"sheet_y":35,"short_name":"womens","short_names":["womens"],"text":null,"texts":null,"category":"Symbols","sort_order":122,"added_in":"6.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":"RESTROOM","unified":"1F6BB","variations":[],"docomo":"E66E","au":"E4A5","softbank":"E151","google":"FE506","image":"1f6bb.png","sheet_x":26,"sheet_y":36,"short_name":"restroom","short_names":["restroom"],"text":null,"texts":null,"category":"Symbols","sort_order":124,"added_in":"6.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":"BABY SYMBOL","unified":"1F6BC","variations":[],"docomo":null,"au":"EB18","softbank":"E13A","google":"FEB35","image":"1f6bc.png","sheet_x":26,"sheet_y":37,"short_name":"baby_symbol","short_names":["baby_symbol"],"text":null,"texts":null,"category":"Symbols","sort_order":123,"added_in":"6.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":"TOILET","unified":"1F6BD","variations":[],"docomo":"E66E","au":"E4A5","softbank":"E140","google":"FE507","image":"1f6bd.png","sheet_x":26,"sheet_y":38,"short_name":"toilet","short_names":["toilet"],"text":null,"texts":null,"category":"Objects","sort_order":83,"added_in":"6.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":"WATER CLOSET","unified":"1F6BE","variations":[],"docomo":"E66E","au":"E4A5","softbank":"E309","google":"FE508","image":"1f6be.png","sheet_x":26,"sheet_y":39,"short_name":"wc","short_names":["wc"],"text":null,"texts":null,"category":"Symbols","sort_order":112,"added_in":"6.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":"SHOWER","unified":"1F6BF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6bf.png","sheet_x":26,"sheet_y":40,"short_name":"shower","short_names":["shower"],"text":null,"texts":null,"category":"Objects","sort_order":85,"added_in":"6.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":"BATH","unified":"1F6C0","variations":[],"docomo":"E6F7","au":"E5D8","softbank":"E13F","google":"FE505","image":"1f6c0.png","sheet_x":26,"sheet_y":41,"short_name":"bath","short_names":["bath"],"text":null,"texts":null,"category":"Objects","sort_order":87,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6C0-1F3FB","image":"1f6c0-1f3fb.png","sheet_x":26,"sheet_y":42,"added_in":"8.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},"1F3FC":{"unified":"1F6C0-1F3FC","image":"1f6c0-1f3fc.png","sheet_x":26,"sheet_y":43,"added_in":"8.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},"1F3FD":{"unified":"1F6C0-1F3FD","image":"1f6c0-1f3fd.png","sheet_x":26,"sheet_y":44,"added_in":"8.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},"1F3FE":{"unified":"1F6C0-1F3FE","image":"1f6c0-1f3fe.png","sheet_x":26,"sheet_y":45,"added_in":"8.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},"1F3FF":{"unified":"1F6C0-1F3FF","image":"1f6c0-1f3ff.png","sheet_x":26,"sheet_y":46,"added_in":"8.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":"BATHTUB","unified":"1F6C1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c1.png","sheet_x":26,"sheet_y":47,"short_name":"bathtub","short_names":["bathtub"],"text":null,"texts":null,"category":"Objects","sort_order":86,"added_in":"6.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":"PASSPORT CONTROL","unified":"1F6C2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c2.png","sheet_x":26,"sheet_y":48,"short_name":"passport_control","short_names":["passport_control"],"text":null,"texts":null,"category":"Symbols","sort_order":117,"added_in":"6.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":"CUSTOMS","unified":"1F6C3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c3.png","sheet_x":27,"sheet_y":0,"short_name":"customs","short_names":["customs"],"text":null,"texts":null,"category":"Symbols","sort_order":118,"added_in":"6.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":"BAGGAGE CLAIM","unified":"1F6C4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c4.png","sheet_x":27,"sheet_y":1,"short_name":"baggage_claim","short_names":["baggage_claim"],"text":null,"texts":null,"category":"Symbols","sort_order":119,"added_in":"6.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":"LEFT LUGGAGE","unified":"1F6C5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c5.png","sheet_x":27,"sheet_y":2,"short_name":"left_luggage","short_names":["left_luggage"],"text":null,"texts":null,"category":"Symbols","sort_order":120,"added_in":"6.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":"COUCH AND LAMP","unified":"1F6CB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6cb.png","sheet_x":27,"sheet_y":3,"short_name":"couch_and_lamp","short_names":["couch_and_lamp"],"text":null,"texts":null,"category":"Objects","sort_order":92,"added_in":"7.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},{"name":"SLEEPING ACCOMMODATION","unified":"1F6CC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6cc.png","sheet_x":27,"sheet_y":4,"short_name":"sleeping_accommodation","short_names":["sleeping_accommodation"],"text":null,"texts":null,"category":"Objects","sort_order":94,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F6CC-1F3FB","image":"1f6cc-1f3fb.png","sheet_x":27,"sheet_y":5,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F6CC-1F3FC","image":"1f6cc-1f3fc.png","sheet_x":27,"sheet_y":6,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F6CC-1F3FD","image":"1f6cc-1f3fd.png","sheet_x":27,"sheet_y":7,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F6CC-1F3FE","image":"1f6cc-1f3fe.png","sheet_x":27,"sheet_y":8,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F6CC-1F3FF","image":"1f6cc-1f3ff.png","sheet_x":27,"sheet_y":9,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"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":27,"sheet_y":10,"short_name":"shopping_bags","short_names":["shopping_bags"],"text":null,"texts":null,"category":"Objects","sort_order":96,"added_in":"7.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},{"name":"BELLHOP BELL","unified":"1F6CE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6ce.png","sheet_x":27,"sheet_y":11,"short_name":"bellhop_bell","short_names":["bellhop_bell"],"text":null,"texts":null,"category":"Objects","sort_order":88,"added_in":"7.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},{"name":"BED","unified":"1F6CF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6cf.png","sheet_x":27,"sheet_y":12,"short_name":"bed","short_names":["bed"],"text":null,"texts":null,"category":"Objects","sort_order":93,"added_in":"7.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},{"name":"PLACE OF WORSHIP","unified":"1F6D0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6d0.png","sheet_x":27,"sheet_y":13,"short_name":"place_of_worship","short_names":["place_of_worship"],"text":null,"texts":null,"category":"Symbols","sort_order":27,"added_in":"8.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},{"name":"OCTAGONAL SIGN","unified":"1F6D1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6d1.png","sheet_x":27,"sheet_y":14,"short_name":"octagonal_sign","short_names":["octagonal_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":71,"added_in":"9.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},{"name":"SHOPPING TROLLEY","unified":"1F6D2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6d2.png","sheet_x":27,"sheet_y":15,"short_name":"shopping_trolley","short_names":["shopping_trolley"],"text":null,"texts":null,"category":"Objects","sort_order":97,"added_in":"9.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},{"name":"HAMMER AND WRENCH","unified":"1F6E0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e0.png","sheet_x":27,"sheet_y":16,"short_name":"hammer_and_wrench","short_names":["hammer_and_wrench"],"text":null,"texts":null,"category":"Objects","sort_order":58,"added_in":"7.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},{"name":"SHIELD","unified":"1F6E1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e1.png","sheet_x":27,"sheet_y":17,"short_name":"shield","short_names":["shield"],"text":null,"texts":null,"category":"Objects","sort_order":68,"added_in":"7.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},{"name":"OIL DRUM","unified":"1F6E2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e2.png","sheet_x":27,"sheet_y":18,"short_name":"oil_drum","short_names":["oil_drum"],"text":null,"texts":null,"category":"Objects","sort_order":45,"added_in":"7.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},{"name":"MOTORWAY","unified":"1F6E3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e3.png","sheet_x":27,"sheet_y":19,"short_name":"motorway","short_names":["motorway"],"text":null,"texts":null,"category":"Places","sort_order":81,"added_in":"7.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},{"name":"RAILWAY TRACK","unified":"1F6E4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e4.png","sheet_x":27,"sheet_y":20,"short_name":"railway_track","short_names":["railway_track"],"text":null,"texts":null,"category":"Places","sort_order":80,"added_in":"7.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},{"name":"MOTOR BOAT","unified":"1F6E5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e5.png","sheet_x":27,"sheet_y":21,"short_name":"motor_boat","short_names":["motor_boat"],"text":null,"texts":null,"category":"Places","sort_order":48,"added_in":"7.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},{"name":"SMALL AIRPLANE","unified":"1F6E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e9.png","sheet_x":27,"sheet_y":22,"short_name":"small_airplane","short_names":["small_airplane"],"text":null,"texts":null,"category":"Places","sort_order":39,"added_in":"7.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},{"name":"AIRPLANE DEPARTURE","unified":"1F6EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6eb.png","sheet_x":27,"sheet_y":23,"short_name":"airplane_departure","short_names":["airplane_departure"],"text":null,"texts":null,"category":"Places","sort_order":41,"added_in":"7.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},{"name":"AIRPLANE ARRIVING","unified":"1F6EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6ec.png","sheet_x":27,"sheet_y":24,"short_name":"airplane_arriving","short_names":["airplane_arriving"],"text":null,"texts":null,"category":"Places","sort_order":42,"added_in":"7.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},{"name":"SATELLITE","unified":"1F6F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f0.png","sheet_x":27,"sheet_y":25,"short_name":"satellite","short_names":["satellite"],"text":null,"texts":null,"category":"Places","sort_order":44,"added_in":"7.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},{"name":"PASSENGER SHIP","unified":"1F6F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f3.png","sheet_x":27,"sheet_y":26,"short_name":"passenger_ship","short_names":["passenger_ship"],"text":null,"texts":null,"category":"Places","sort_order":50,"added_in":"7.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},{"name":"SCOOTER","unified":"1F6F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f4.png","sheet_x":27,"sheet_y":27,"short_name":"scooter","short_names":["scooter"],"text":null,"texts":null,"category":"Places","sort_order":14,"added_in":"9.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},{"name":"MOTOR SCOOTER","unified":"1F6F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f5.png","sheet_x":27,"sheet_y":28,"short_name":"motor_scooter","short_names":["motor_scooter"],"text":null,"texts":null,"category":"Places","sort_order":16,"added_in":"9.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},{"name":"CANOE","unified":"1F6F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f6.png","sheet_x":27,"sheet_y":29,"short_name":"canoe","short_names":["canoe"],"text":null,"texts":null,"category":"Places","sort_order":46,"added_in":"9.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},{"name":"ZIPPER-MOUTH FACE","unified":"1F910","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f910.png","sheet_x":27,"sheet_y":30,"short_name":"zipper_mouth_face","short_names":["zipper_mouth_face"],"text":null,"texts":null,"category":"People","sort_order":70,"added_in":"8.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},{"name":"MONEY-MOUTH FACE","unified":"1F911","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f911.png","sheet_x":27,"sheet_y":31,"short_name":"money_mouth_face","short_names":["money_mouth_face"],"text":null,"texts":null,"category":"People","sort_order":25,"added_in":"8.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},{"name":"FACE WITH THERMOMETER","unified":"1F912","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f912.png","sheet_x":27,"sheet_y":32,"short_name":"face_with_thermometer","short_names":["face_with_thermometer"],"text":null,"texts":null,"category":"People","sort_order":74,"added_in":"8.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},{"name":"NERD FACE","unified":"1F913","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f913.png","sheet_x":27,"sheet_y":33,"short_name":"nerd_face","short_names":["nerd_face"],"text":null,"texts":null,"category":"People","sort_order":27,"added_in":"8.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},{"name":"THINKING FACE","unified":"1F914","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f914.png","sheet_x":27,"sheet_y":34,"short_name":"thinking_face","short_names":["thinking_face"],"text":null,"texts":null,"category":"People","sort_order":67,"added_in":"8.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},{"name":"FACE WITH HEAD-BANDAGE","unified":"1F915","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f915.png","sheet_x":27,"sheet_y":35,"short_name":"face_with_head_bandage","short_names":["face_with_head_bandage"],"text":null,"texts":null,"category":"People","sort_order":75,"added_in":"8.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},{"name":"ROBOT FACE","unified":"1F916","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f916.png","sheet_x":27,"sheet_y":36,"short_name":"robot_face","short_names":["robot_face"],"text":null,"texts":null,"category":"People","sort_order":86,"added_in":"8.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},{"name":"HUGGING FACE","unified":"1F917","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f917.png","sheet_x":27,"sheet_y":37,"short_name":"hugging_face","short_names":["hugging_face"],"text":null,"texts":null,"category":"People","sort_order":26,"added_in":"8.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},{"name":"SIGN OF THE HORNS","unified":"1F918","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f918.png","sheet_x":27,"sheet_y":38,"short_name":"the_horns","short_names":["the_horns","sign_of_the_horns"],"text":null,"texts":null,"category":"People","sort_order":110,"added_in":"8.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,"skin_variations":{"1F3FB":{"unified":"1F918-1F3FB","image":"1f918-1f3fb.png","sheet_x":27,"sheet_y":39,"added_in":"8.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},"1F3FC":{"unified":"1F918-1F3FC","image":"1f918-1f3fc.png","sheet_x":27,"sheet_y":40,"added_in":"8.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},"1F3FD":{"unified":"1F918-1F3FD","image":"1f918-1f3fd.png","sheet_x":27,"sheet_y":41,"added_in":"8.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},"1F3FE":{"unified":"1F918-1F3FE","image":"1f918-1f3fe.png","sheet_x":27,"sheet_y":42,"added_in":"8.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},"1F3FF":{"unified":"1F918-1F3FF","image":"1f918-1f3ff.png","sheet_x":27,"sheet_y":43,"added_in":"8.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}}},{"name":"CALL ME HAND","unified":"1F919","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f919.png","sheet_x":27,"sheet_y":44,"short_name":"call_me_hand","short_names":["call_me_hand"],"text":null,"texts":null,"category":"People","sort_order":122,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F919-1F3FB","image":"1f919-1f3fb.png","sheet_x":27,"sheet_y":45,"added_in":"9.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},"1F3FC":{"unified":"1F919-1F3FC","image":"1f919-1f3fc.png","sheet_x":27,"sheet_y":46,"added_in":"9.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},"1F3FD":{"unified":"1F919-1F3FD","image":"1f919-1f3fd.png","sheet_x":27,"sheet_y":47,"added_in":"9.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},"1F3FE":{"unified":"1F919-1F3FE","image":"1f919-1f3fe.png","sheet_x":27,"sheet_y":48,"added_in":"9.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},"1F3FF":{"unified":"1F919-1F3FF","image":"1f919-1f3ff.png","sheet_x":28,"sheet_y":0,"added_in":"9.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}}},{"name":"RAISED BACK OF HAND","unified":"1F91A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91a.png","sheet_x":28,"sheet_y":1,"short_name":"raised_back_of_hand","short_names":["raised_back_of_hand"],"text":null,"texts":null,"category":"People","sort_order":118,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F91A-1F3FB","image":"1f91a-1f3fb.png","sheet_x":28,"sheet_y":2,"added_in":"9.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},"1F3FC":{"unified":"1F91A-1F3FC","image":"1f91a-1f3fc.png","sheet_x":28,"sheet_y":3,"added_in":"9.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},"1F3FD":{"unified":"1F91A-1F3FD","image":"1f91a-1f3fd.png","sheet_x":28,"sheet_y":4,"added_in":"9.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},"1F3FE":{"unified":"1F91A-1F3FE","image":"1f91a-1f3fe.png","sheet_x":28,"sheet_y":5,"added_in":"9.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},"1F3FF":{"unified":"1F91A-1F3FF","image":"1f91a-1f3ff.png","sheet_x":28,"sheet_y":6,"added_in":"9.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}}},{"name":"LEFT-FACING FIST","unified":"1F91B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91b.png","sheet_x":28,"sheet_y":7,"short_name":"left-facing_fist","short_names":["left-facing_fist"],"text":null,"texts":null,"category":"People","sort_order":106,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F91B-1F3FB","image":"1f91b-1f3fb.png","sheet_x":28,"sheet_y":8,"added_in":"9.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},"1F3FC":{"unified":"1F91B-1F3FC","image":"1f91b-1f3fc.png","sheet_x":28,"sheet_y":9,"added_in":"9.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},"1F3FD":{"unified":"1F91B-1F3FD","image":"1f91b-1f3fd.png","sheet_x":28,"sheet_y":10,"added_in":"9.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},"1F3FE":{"unified":"1F91B-1F3FE","image":"1f91b-1f3fe.png","sheet_x":28,"sheet_y":11,"added_in":"9.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},"1F3FF":{"unified":"1F91B-1F3FF","image":"1f91b-1f3ff.png","sheet_x":28,"sheet_y":12,"added_in":"9.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}}},{"name":"RIGHT-FACING FIST","unified":"1F91C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91c.png","sheet_x":28,"sheet_y":13,"short_name":"right-facing_fist","short_names":["right-facing_fist"],"text":null,"texts":null,"category":"People","sort_order":107,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F91C-1F3FB","image":"1f91c-1f3fb.png","sheet_x":28,"sheet_y":14,"added_in":"9.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},"1F3FC":{"unified":"1F91C-1F3FC","image":"1f91c-1f3fc.png","sheet_x":28,"sheet_y":15,"added_in":"9.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},"1F3FD":{"unified":"1F91C-1F3FD","image":"1f91c-1f3fd.png","sheet_x":28,"sheet_y":16,"added_in":"9.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},"1F3FE":{"unified":"1F91C-1F3FE","image":"1f91c-1f3fe.png","sheet_x":28,"sheet_y":17,"added_in":"9.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},"1F3FF":{"unified":"1F91C-1F3FF","image":"1f91c-1f3ff.png","sheet_x":28,"sheet_y":18,"added_in":"9.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}}},{"name":"HANDSHAKE","unified":"1F91D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91d.png","sheet_x":28,"sheet_y":19,"short_name":"handshake","short_names":["handshake"],"text":null,"texts":null,"category":"People","sort_order":101,"added_in":"9.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},{"name":"HAND WITH INDEX AND MIDDLE FINGERS CROSSED","unified":"1F91E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91e.png","sheet_x":28,"sheet_y":20,"short_name":"hand_with_index_and_middle_fingers_crossed","short_names":["hand_with_index_and_middle_fingers_crossed"],"text":null,"texts":null,"category":"People","sort_order":108,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F91E-1F3FB","image":"1f91e-1f3fb.png","sheet_x":28,"sheet_y":21,"added_in":"9.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},"1F3FC":{"unified":"1F91E-1F3FC","image":"1f91e-1f3fc.png","sheet_x":28,"sheet_y":22,"added_in":"9.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},"1F3FD":{"unified":"1F91E-1F3FD","image":"1f91e-1f3fd.png","sheet_x":28,"sheet_y":23,"added_in":"9.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},"1F3FE":{"unified":"1F91E-1F3FE","image":"1f91e-1f3fe.png","sheet_x":28,"sheet_y":24,"added_in":"9.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},"1F3FF":{"unified":"1F91E-1F3FF","image":"1f91e-1f3ff.png","sheet_x":28,"sheet_y":25,"added_in":"9.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}}},{"name":"FACE WITH COWBOY HAT","unified":"1F920","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f920.png","sheet_x":28,"sheet_y":26,"short_name":"face_with_cowboy_hat","short_names":["face_with_cowboy_hat"],"text":null,"texts":null,"category":"People","sort_order":30,"added_in":"9.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},{"name":"CLOWN FACE","unified":"1F921","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f921.png","sheet_x":28,"sheet_y":27,"short_name":"clown_face","short_names":["clown_face"],"text":null,"texts":null,"category":"People","sort_order":29,"added_in":"9.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},{"name":"NAUSEATED FACE","unified":"1F922","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f922.png","sheet_x":28,"sheet_y":28,"short_name":"nauseated_face","short_names":["nauseated_face"],"text":null,"texts":null,"category":"People","sort_order":71,"added_in":"9.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},{"name":"ROLLING ON THE FLOOR LAUGHING","unified":"1F923","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f923.png","sheet_x":28,"sheet_y":29,"short_name":"rolling_on_the_floor_laughing","short_names":["rolling_on_the_floor_laughing"],"text":null,"texts":null,"category":"People","sort_order":8,"added_in":"9.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},{"name":"DROOLING FACE","unified":"1F924","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f924.png","sheet_x":28,"sheet_y":30,"short_name":"drooling_face","short_names":["drooling_face"],"text":null,"texts":null,"category":"People","sort_order":61,"added_in":"9.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},{"name":"LYING FACE","unified":"1F925","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f925.png","sheet_x":28,"sheet_y":31,"short_name":"lying_face","short_names":["lying_face"],"text":null,"texts":null,"category":"People","sort_order":68,"added_in":"9.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},{"name":"FACE PALM","unified":"1F926","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f926.png","sheet_x":28,"sheet_y":32,"short_name":"face_palm","short_names":["face_palm"],"text":null,"texts":null,"category":"People","sort_order":211,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F926-1F3FB","image":"1f926-1f3fb.png","sheet_x":28,"sheet_y":33,"added_in":"9.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},"1F3FC":{"unified":"1F926-1F3FC","image":"1f926-1f3fc.png","sheet_x":28,"sheet_y":34,"added_in":"9.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},"1F3FD":{"unified":"1F926-1F3FD","image":"1f926-1f3fd.png","sheet_x":28,"sheet_y":35,"added_in":"9.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},"1F3FE":{"unified":"1F926-1F3FE","image":"1f926-1f3fe.png","sheet_x":28,"sheet_y":36,"added_in":"9.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},"1F3FF":{"unified":"1F926-1F3FF","image":"1f926-1f3ff.png","sheet_x":28,"sheet_y":37,"added_in":"9.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}}},{"name":"SNEEZING FACE","unified":"1F927","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f927.png","sheet_x":28,"sheet_y":38,"short_name":"sneezing_face","short_names":["sneezing_face"],"text":null,"texts":null,"category":"People","sort_order":72,"added_in":"9.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},{"name":"PREGNANT WOMAN","unified":"1F930","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f930.png","sheet_x":28,"sheet_y":39,"short_name":"pregnant_woman","short_names":["pregnant_woman"],"text":null,"texts":null,"category":"People","sort_order":200,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F930-1F3FB","image":"1f930-1f3fb.png","sheet_x":28,"sheet_y":40,"added_in":"9.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},"1F3FC":{"unified":"1F930-1F3FC","image":"1f930-1f3fc.png","sheet_x":28,"sheet_y":41,"added_in":"9.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},"1F3FD":{"unified":"1F930-1F3FD","image":"1f930-1f3fd.png","sheet_x":28,"sheet_y":42,"added_in":"9.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},"1F3FE":{"unified":"1F930-1F3FE","image":"1f930-1f3fe.png","sheet_x":28,"sheet_y":43,"added_in":"9.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},"1F3FF":{"unified":"1F930-1F3FF","image":"1f930-1f3ff.png","sheet_x":28,"sheet_y":44,"added_in":"9.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}}},{"name":"SELFIE","unified":"1F933","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f933.png","sheet_x":28,"sheet_y":45,"short_name":"selfie","short_names":["selfie"],"text":null,"texts":null,"category":"People","sort_order":126,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F933-1F3FB","image":"1f933-1f3fb.png","sheet_x":28,"sheet_y":46,"added_in":"9.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},"1F3FC":{"unified":"1F933-1F3FC","image":"1f933-1f3fc.png","sheet_x":28,"sheet_y":47,"added_in":"9.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},"1F3FD":{"unified":"1F933-1F3FD","image":"1f933-1f3fd.png","sheet_x":28,"sheet_y":48,"added_in":"9.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},"1F3FE":{"unified":"1F933-1F3FE","image":"1f933-1f3fe.png","sheet_x":29,"sheet_y":0,"added_in":"9.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},"1F3FF":{"unified":"1F933-1F3FF","image":"1f933-1f3ff.png","sheet_x":29,"sheet_y":1,"added_in":"9.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}}},{"name":"PRINCE","unified":"1F934","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f934.png","sheet_x":29,"sheet_y":2,"short_name":"prince","short_names":["prince"],"text":null,"texts":null,"category":"People","sort_order":196,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F934-1F3FB","image":"1f934-1f3fb.png","sheet_x":29,"sheet_y":3,"added_in":"9.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},"1F3FC":{"unified":"1F934-1F3FC","image":"1f934-1f3fc.png","sheet_x":29,"sheet_y":4,"added_in":"9.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},"1F3FD":{"unified":"1F934-1F3FD","image":"1f934-1f3fd.png","sheet_x":29,"sheet_y":5,"added_in":"9.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},"1F3FE":{"unified":"1F934-1F3FE","image":"1f934-1f3fe.png","sheet_x":29,"sheet_y":6,"added_in":"9.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},"1F3FF":{"unified":"1F934-1F3FF","image":"1f934-1f3ff.png","sheet_x":29,"sheet_y":7,"added_in":"9.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}}},{"name":"MAN IN TUXEDO","unified":"1F935","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f935.png","sheet_x":29,"sheet_y":8,"short_name":"man_in_tuxedo","short_names":["man_in_tuxedo"],"text":null,"texts":null,"category":"People","sort_order":198,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F935-1F3FB","image":"1f935-1f3fb.png","sheet_x":29,"sheet_y":9,"added_in":"9.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},"1F3FC":{"unified":"1F935-1F3FC","image":"1f935-1f3fc.png","sheet_x":29,"sheet_y":10,"added_in":"9.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},"1F3FD":{"unified":"1F935-1F3FD","image":"1f935-1f3fd.png","sheet_x":29,"sheet_y":11,"added_in":"9.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},"1F3FE":{"unified":"1F935-1F3FE","image":"1f935-1f3fe.png","sheet_x":29,"sheet_y":12,"added_in":"9.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},"1F3FF":{"unified":"1F935-1F3FF","image":"1f935-1f3ff.png","sheet_x":29,"sheet_y":13,"added_in":"9.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}}},{"name":"MOTHER CHRISTMAS","unified":"1F936","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f936.png","sheet_x":29,"sheet_y":14,"short_name":"mother_christmas","short_names":["mother_christmas"],"text":null,"texts":null,"category":"People","sort_order":193,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F936-1F3FB","image":"1f936-1f3fb.png","sheet_x":29,"sheet_y":15,"added_in":"9.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},"1F3FC":{"unified":"1F936-1F3FC","image":"1f936-1f3fc.png","sheet_x":29,"sheet_y":16,"added_in":"9.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},"1F3FD":{"unified":"1F936-1F3FD","image":"1f936-1f3fd.png","sheet_x":29,"sheet_y":17,"added_in":"9.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},"1F3FE":{"unified":"1F936-1F3FE","image":"1f936-1f3fe.png","sheet_x":29,"sheet_y":18,"added_in":"9.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},"1F3FF":{"unified":"1F936-1F3FF","image":"1f936-1f3ff.png","sheet_x":29,"sheet_y":19,"added_in":"9.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}}},{"name":"SHRUG","unified":"1F937","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f937.png","sheet_x":29,"sheet_y":20,"short_name":"shrug","short_names":["shrug"],"text":null,"texts":null,"category":"People","sort_order":214,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F937-1F3FB","image":"1f937-1f3fb.png","sheet_x":29,"sheet_y":21,"added_in":"9.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},"1F3FC":{"unified":"1F937-1F3FC","image":"1f937-1f3fc.png","sheet_x":29,"sheet_y":22,"added_in":"9.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},"1F3FD":{"unified":"1F937-1F3FD","image":"1f937-1f3fd.png","sheet_x":29,"sheet_y":23,"added_in":"9.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},"1F3FE":{"unified":"1F937-1F3FE","image":"1f937-1f3fe.png","sheet_x":29,"sheet_y":24,"added_in":"9.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},"1F3FF":{"unified":"1F937-1F3FF","image":"1f937-1f3ff.png","sheet_x":29,"sheet_y":25,"added_in":"9.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}}},{"name":"PERSON DOING CARTWHEEL","unified":"1F938","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f938.png","sheet_x":29,"sheet_y":26,"short_name":"person_doing_cartwheel","short_names":["person_doing_cartwheel"],"text":null,"texts":null,"category":"Activity","sort_order":30,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F938-1F3FB","image":"1f938-1f3fb.png","sheet_x":29,"sheet_y":27,"added_in":"9.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},"1F3FC":{"unified":"1F938-1F3FC","image":"1f938-1f3fc.png","sheet_x":29,"sheet_y":28,"added_in":"9.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},"1F3FD":{"unified":"1F938-1F3FD","image":"1f938-1f3fd.png","sheet_x":29,"sheet_y":29,"added_in":"9.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},"1F3FE":{"unified":"1F938-1F3FE","image":"1f938-1f3fe.png","sheet_x":29,"sheet_y":30,"added_in":"9.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},"1F3FF":{"unified":"1F938-1F3FF","image":"1f938-1f3ff.png","sheet_x":29,"sheet_y":31,"added_in":"9.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}}},{"name":"JUGGLING","unified":"1F939","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f939.png","sheet_x":29,"sheet_y":32,"short_name":"juggling","short_names":["juggling"],"text":null,"texts":null,"category":"Activity","sort_order":66,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F939-1F3FB","image":"1f939-1f3fb.png","sheet_x":29,"sheet_y":33,"added_in":"9.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},"1F3FC":{"unified":"1F939-1F3FC","image":"1f939-1f3fc.png","sheet_x":29,"sheet_y":34,"added_in":"9.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},"1F3FD":{"unified":"1F939-1F3FD","image":"1f939-1f3fd.png","sheet_x":29,"sheet_y":35,"added_in":"9.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},"1F3FE":{"unified":"1F939-1F3FE","image":"1f939-1f3fe.png","sheet_x":29,"sheet_y":36,"added_in":"9.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},"1F3FF":{"unified":"1F939-1F3FF","image":"1f939-1f3ff.png","sheet_x":29,"sheet_y":37,"added_in":"9.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}}},{"name":"FENCER","unified":"1F93A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93a.png","sheet_x":29,"sheet_y":38,"short_name":"fencer","short_names":["fencer"],"text":null,"texts":null,"category":"Activity","sort_order":26,"added_in":"9.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},{"name":"WRESTLERS","unified":"1F93C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93c.png","sheet_x":29,"sheet_y":39,"short_name":"wrestlers","short_names":["wrestlers"],"text":null,"texts":null,"category":"Activity","sort_order":27,"added_in":"9.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},{"name":"WATER POLO","unified":"1F93D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93d.png","sheet_x":29,"sheet_y":40,"short_name":"water_polo","short_names":["water_polo"],"text":null,"texts":null,"category":"Activity","sort_order":44,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F93D-1F3FB","image":"1f93d-1f3fb.png","sheet_x":29,"sheet_y":41,"added_in":"9.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},"1F3FC":{"unified":"1F93D-1F3FC","image":"1f93d-1f3fc.png","sheet_x":29,"sheet_y":42,"added_in":"9.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},"1F3FD":{"unified":"1F93D-1F3FD","image":"1f93d-1f3fd.png","sheet_x":29,"sheet_y":43,"added_in":"9.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},"1F3FE":{"unified":"1F93D-1F3FE","image":"1f93d-1f3fe.png","sheet_x":29,"sheet_y":44,"added_in":"9.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},"1F3FF":{"unified":"1F93D-1F3FF","image":"1f93d-1f3ff.png","sheet_x":29,"sheet_y":45,"added_in":"9.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}}},{"name":"HANDBALL","unified":"1F93E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93e.png","sheet_x":29,"sheet_y":46,"short_name":"handball","short_names":["handball"],"text":null,"texts":null,"category":"Activity","sort_order":35,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F93E-1F3FB","image":"1f93e-1f3fb.png","sheet_x":29,"sheet_y":47,"added_in":"9.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},"1F3FC":{"unified":"1F93E-1F3FC","image":"1f93e-1f3fc.png","sheet_x":29,"sheet_y":48,"added_in":"9.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},"1F3FD":{"unified":"1F93E-1F3FD","image":"1f93e-1f3fd.png","sheet_x":30,"sheet_y":0,"added_in":"9.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},"1F3FE":{"unified":"1F93E-1F3FE","image":"1f93e-1f3fe.png","sheet_x":30,"sheet_y":1,"added_in":"9.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},"1F3FF":{"unified":"1F93E-1F3FF","image":"1f93e-1f3ff.png","sheet_x":30,"sheet_y":2,"added_in":"9.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}}},{"name":"WILTED FLOWER","unified":"1F940","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f940.png","sheet_x":30,"sheet_y":3,"short_name":"wilted_flower","short_names":["wilted_flower"],"text":null,"texts":null,"category":"Nature","sort_order":108,"added_in":"9.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},{"name":"DRUM WITH DRUMSTICKS","unified":"1F941","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f941.png","sheet_x":30,"sheet_y":4,"short_name":"drum_with_drumsticks","short_names":["drum_with_drumsticks"],"text":null,"texts":null,"category":"Activity","sort_order":76,"added_in":"9.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},{"name":"CLINKING GLASSES","unified":"1F942","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f942.png","sheet_x":30,"sheet_y":5,"short_name":"clinking_glasses","short_names":["clinking_glasses"],"text":null,"texts":null,"category":"Foods","sort_order":78,"added_in":"9.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},{"name":"TUMBLER GLASS","unified":"1F943","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f943.png","sheet_x":30,"sheet_y":6,"short_name":"tumbler_glass","short_names":["tumbler_glass"],"text":null,"texts":null,"category":"Foods","sort_order":80,"added_in":"9.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},{"name":"SPOON","unified":"1F944","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f944.png","sheet_x":30,"sheet_y":7,"short_name":"spoon","short_names":["spoon"],"text":null,"texts":null,"category":"Foods","sort_order":84,"added_in":"9.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},{"name":"GOAL NET","unified":"1F945","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f945.png","sheet_x":30,"sheet_y":8,"short_name":"goal_net","short_names":["goal_net"],"text":null,"texts":null,"category":"Activity","sort_order":11,"added_in":"9.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},{"name":"FIRST PLACE MEDAL","unified":"1F947","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f947.png","sheet_x":30,"sheet_y":9,"short_name":"first_place_medal","short_names":["first_place_medal"],"text":null,"texts":null,"category":"Activity","sort_order":57,"added_in":"9.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},{"name":"SECOND PLACE MEDAL","unified":"1F948","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f948.png","sheet_x":30,"sheet_y":10,"short_name":"second_place_medal","short_names":["second_place_medal"],"text":null,"texts":null,"category":"Activity","sort_order":58,"added_in":"9.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},{"name":"THIRD PLACE MEDAL","unified":"1F949","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f949.png","sheet_x":30,"sheet_y":11,"short_name":"third_place_medal","short_names":["third_place_medal"],"text":null,"texts":null,"category":"Activity","sort_order":59,"added_in":"9.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},{"name":"BOXING GLOVE","unified":"1F94A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f94a.png","sheet_x":30,"sheet_y":12,"short_name":"boxing_glove","short_names":["boxing_glove"],"text":null,"texts":null,"category":"Activity","sort_order":18,"added_in":"9.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},{"name":"MARTIAL ARTS UNIFORM","unified":"1F94B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f94b.png","sheet_x":30,"sheet_y":13,"short_name":"martial_arts_uniform","short_names":["martial_arts_uniform"],"text":null,"texts":null,"category":"Activity","sort_order":19,"added_in":"9.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},{"name":"CROISSANT","unified":"1F950","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f950.png","sheet_x":30,"sheet_y":14,"short_name":"croissant","short_names":["croissant"],"text":null,"texts":null,"category":"Foods","sort_order":27,"added_in":"9.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},{"name":"AVOCADO","unified":"1F951","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f951.png","sheet_x":30,"sheet_y":15,"short_name":"avocado","short_names":["avocado"],"text":null,"texts":null,"category":"Foods","sort_order":15,"added_in":"9.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},{"name":"CUCUMBER","unified":"1F952","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f952.png","sheet_x":30,"sheet_y":16,"short_name":"cucumber","short_names":["cucumber"],"text":null,"texts":null,"category":"Foods","sort_order":18,"added_in":"9.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},{"name":"BACON","unified":"1F953","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f953.png","sheet_x":30,"sheet_y":17,"short_name":"bacon","short_names":["bacon"],"text":null,"texts":null,"category":"Foods","sort_order":33,"added_in":"9.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},{"name":"POTATO","unified":"1F954","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f954.png","sheet_x":30,"sheet_y":18,"short_name":"potato","short_names":["potato"],"text":null,"texts":null,"category":"Foods","sort_order":22,"added_in":"9.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},{"name":"CARROT","unified":"1F955","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f955.png","sheet_x":30,"sheet_y":19,"short_name":"carrot","short_names":["carrot"],"text":null,"texts":null,"category":"Foods","sort_order":19,"added_in":"9.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},{"name":"BAGUETTE BREAD","unified":"1F956","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f956.png","sheet_x":30,"sheet_y":20,"short_name":"baguette_bread","short_names":["baguette_bread"],"text":null,"texts":null,"category":"Foods","sort_order":29,"added_in":"9.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},{"name":"GREEN SALAD","unified":"1F957","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f957.png","sheet_x":30,"sheet_y":21,"short_name":"green_salad","short_names":["green_salad"],"text":null,"texts":null,"category":"Foods","sort_order":45,"added_in":"9.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},{"name":"SHALLOW PAN OF FOOD","unified":"1F958","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f958.png","sheet_x":30,"sheet_y":22,"short_name":"shallow_pan_of_food","short_names":["shallow_pan_of_food"],"text":null,"texts":null,"category":"Foods","sort_order":46,"added_in":"9.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},{"name":"STUFFED FLATBREAD","unified":"1F959","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f959.png","sheet_x":30,"sheet_y":23,"short_name":"stuffed_flatbread","short_names":["stuffed_flatbread"],"text":null,"texts":null,"category":"Foods","sort_order":42,"added_in":"9.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},{"name":"EGG","unified":"1F95A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95a.png","sheet_x":30,"sheet_y":24,"short_name":"egg","short_names":["egg"],"text":null,"texts":null,"category":"Foods","sort_order":31,"added_in":"9.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},{"name":"GLASS OF MILK","unified":"1F95B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95b.png","sheet_x":30,"sheet_y":25,"short_name":"glass_of_milk","short_names":["glass_of_milk"],"text":null,"texts":null,"category":"Foods","sort_order":71,"added_in":"9.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},{"name":"PEANUTS","unified":"1F95C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95c.png","sheet_x":30,"sheet_y":26,"short_name":"peanuts","short_names":["peanuts"],"text":null,"texts":null,"category":"Foods","sort_order":25,"added_in":"9.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},{"name":"KIWIFRUIT","unified":"1F95D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95d.png","sheet_x":30,"sheet_y":27,"short_name":"kiwifruit","short_names":["kiwifruit"],"text":null,"texts":null,"category":"Foods","sort_order":14,"added_in":"9.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},{"name":"PANCAKES","unified":"1F95E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95e.png","sheet_x":30,"sheet_y":28,"short_name":"pancakes","short_names":["pancakes"],"text":null,"texts":null,"category":"Foods","sort_order":34,"added_in":"9.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},{"name":"CRAB","unified":"1F980","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f980.png","sheet_x":30,"sheet_y":29,"short_name":"crab","short_names":["crab"],"text":null,"texts":null,"category":"Nature","sort_order":48,"added_in":"8.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},{"name":"LION FACE","unified":"1F981","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f981.png","sheet_x":30,"sheet_y":30,"short_name":"lion_face","short_names":["lion_face"],"text":null,"texts":null,"category":"Nature","sort_order":11,"added_in":"8.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},{"name":"SCORPION","unified":"1F982","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f982.png","sheet_x":30,"sheet_y":31,"short_name":"scorpion","short_names":["scorpion"],"text":null,"texts":null,"category":"Nature","sort_order":47,"added_in":"8.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},{"name":"TURKEY","unified":"1F983","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f983.png","sheet_x":30,"sheet_y":32,"short_name":"turkey","short_names":["turkey"],"text":null,"texts":null,"category":"Nature","sort_order":80,"added_in":"8.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},{"name":"UNICORN FACE","unified":"1F984","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f984.png","sheet_x":30,"sheet_y":33,"short_name":"unicorn_face","short_names":["unicorn_face"],"text":null,"texts":null,"category":"Nature","sort_order":34,"added_in":"8.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},{"name":"EAGLE","unified":"1F985","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f985.png","sheet_x":30,"sheet_y":34,"short_name":"eagle","short_names":["eagle"],"text":null,"texts":null,"category":"Nature","sort_order":28,"added_in":"9.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},{"name":"DUCK","unified":"1F986","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f986.png","sheet_x":30,"sheet_y":35,"short_name":"duck","short_names":["duck"],"text":null,"texts":null,"category":"Nature","sort_order":27,"added_in":"9.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},{"name":"BAT","unified":"1F987","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f987.png","sheet_x":30,"sheet_y":36,"short_name":"bat","short_names":["bat"],"text":null,"texts":null,"category":"Nature","sort_order":30,"added_in":"9.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},{"name":"SHARK","unified":"1F988","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f988.png","sheet_x":30,"sheet_y":37,"short_name":"shark","short_names":["shark"],"text":null,"texts":null,"category":"Nature","sort_order":56,"added_in":"9.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},{"name":"OWL","unified":"1F989","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f989.png","sheet_x":30,"sheet_y":38,"short_name":"owl","short_names":["owl"],"text":null,"texts":null,"category":"Nature","sort_order":29,"added_in":"9.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},{"name":"FOX FACE","unified":"1F98A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98a.png","sheet_x":30,"sheet_y":39,"short_name":"fox_face","short_names":["fox_face"],"text":null,"texts":null,"category":"Nature","sort_order":6,"added_in":"9.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},{"name":"BUTTERFLY","unified":"1F98B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98b.png","sheet_x":30,"sheet_y":40,"short_name":"butterfly","short_names":["butterfly"],"text":null,"texts":null,"category":"Nature","sort_order":37,"added_in":"9.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},{"name":"DEER","unified":"1F98C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98c.png","sheet_x":30,"sheet_y":41,"short_name":"deer","short_names":["deer"],"text":null,"texts":null,"category":"Nature","sort_order":65,"added_in":"9.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},{"name":"GORILLA","unified":"1F98D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98d.png","sheet_x":30,"sheet_y":42,"short_name":"gorilla","short_names":["gorilla"],"text":null,"texts":null,"category":"Nature","sort_order":70,"added_in":"9.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},{"name":"LIZARD","unified":"1F98E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98e.png","sheet_x":30,"sheet_y":43,"short_name":"lizard","short_names":["lizard"],"text":null,"texts":null,"category":"Nature","sort_order":46,"added_in":"9.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},{"name":"RHINOCEROS","unified":"1F98F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98f.png","sheet_x":30,"sheet_y":44,"short_name":"rhinoceros","short_names":["rhinoceros"],"text":null,"texts":null,"category":"Nature","sort_order":69,"added_in":"9.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},{"name":"SHRIMP","unified":"1F990","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f990.png","sheet_x":30,"sheet_y":45,"short_name":"shrimp","short_names":["shrimp"],"text":null,"texts":null,"category":"Nature","sort_order":51,"added_in":"9.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},{"name":"SQUID","unified":"1F991","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f991.png","sheet_x":30,"sheet_y":46,"short_name":"squid","short_names":["squid"],"text":null,"texts":null,"category":"Nature","sort_order":49,"added_in":"9.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},{"name":"CHEESE WEDGE","unified":"1F9C0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f9c0.png","sheet_x":30,"sheet_y":47,"short_name":"cheese_wedge","short_names":["cheese_wedge"],"text":null,"texts":null,"category":"Foods","sort_order":30,"added_in":"8.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},{"name":"HASH KEY","unified":"0023-20E3","variations":["0023-FE0F-20E3"],"docomo":"E6E0","au":"EB84","softbank":"E210","google":"FE82C","image":"0023-20e3.png","sheet_x":30,"sheet_y":48,"short_name":"hash","short_names":["hash"],"text":null,"texts":null,"category":"Symbols","sort_order":152,"added_in":null,"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":["002A-FE0F-20E3"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"002a-20e3.png","sheet_x":31,"sheet_y":0,"short_name":"keycap_star","short_names":["keycap_star"],"text":null,"texts":null,"category":"Symbols","sort_order":153,"added_in":null,"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":31,"sheet_y":1,"short_name":"zero","short_names":["zero"],"text":null,"texts":null,"category":"Symbols","sort_order":140,"added_in":null,"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":31,"sheet_y":2,"short_name":"one","short_names":["one"],"text":null,"texts":null,"category":"Symbols","sort_order":141,"added_in":null,"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":31,"sheet_y":3,"short_name":"two","short_names":["two"],"text":null,"texts":null,"category":"Symbols","sort_order":142,"added_in":null,"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":31,"sheet_y":4,"short_name":"three","short_names":["three"],"text":null,"texts":null,"category":"Symbols","sort_order":143,"added_in":null,"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":31,"sheet_y":5,"short_name":"four","short_names":["four"],"text":null,"texts":null,"category":"Symbols","sort_order":144,"added_in":null,"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":31,"sheet_y":6,"short_name":"five","short_names":["five"],"text":null,"texts":null,"category":"Symbols","sort_order":145,"added_in":null,"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":31,"sheet_y":7,"short_name":"six","short_names":["six"],"text":null,"texts":null,"category":"Symbols","sort_order":146,"added_in":null,"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":31,"sheet_y":8,"short_name":"seven","short_names":["seven"],"text":null,"texts":null,"category":"Symbols","sort_order":147,"added_in":null,"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":31,"sheet_y":9,"short_name":"eight","short_names":["eight"],"text":null,"texts":null,"category":"Symbols","sort_order":148,"added_in":null,"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":31,"sheet_y":10,"short_name":"nine","short_names":["nine"],"text":null,"texts":null,"category":"Symbols","sort_order":149,"added_in":null,"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":31,"sheet_y":11,"short_name":"flag-ac","short_names":["flag-ac"],"text":null,"texts":null,"category":"Flags","sort_order":254,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AD","unified":"1F1E6-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1e9.png","sheet_x":31,"sheet_y":12,"short_name":"flag-ad","short_names":["flag-ad"],"text":null,"texts":null,"category":"Flags","sort_order":11,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AE","unified":"1F1E6-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1ea.png","sheet_x":31,"sheet_y":13,"short_name":"flag-ae","short_names":["flag-ae"],"text":null,"texts":null,"category":"Flags","sort_order":239,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AF","unified":"1F1E6-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1eb.png","sheet_x":31,"sheet_y":14,"short_name":"flag-af","short_names":["flag-af"],"text":null,"texts":null,"category":"Flags","sort_order":6,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AG","unified":"1F1E6-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1ec.png","sheet_x":31,"sheet_y":15,"short_name":"flag-ag","short_names":["flag-ag"],"text":null,"texts":null,"category":"Flags","sort_order":15,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AI","unified":"1F1E6-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1ee.png","sheet_x":31,"sheet_y":16,"short_name":"flag-ai","short_names":["flag-ai"],"text":null,"texts":null,"category":"Flags","sort_order":13,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AL","unified":"1F1E6-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f1.png","sheet_x":31,"sheet_y":17,"short_name":"flag-al","short_names":["flag-al"],"text":null,"texts":null,"category":"Flags","sort_order":8,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AM","unified":"1F1E6-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f2.png","sheet_x":31,"sheet_y":18,"short_name":"flag-am","short_names":["flag-am"],"text":null,"texts":null,"category":"Flags","sort_order":17,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AO","unified":"1F1E6-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f4.png","sheet_x":31,"sheet_y":19,"short_name":"flag-ao","short_names":["flag-ao"],"text":null,"texts":null,"category":"Flags","sort_order":12,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AQ","unified":"1F1E6-1F1F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f6.png","sheet_x":31,"sheet_y":20,"short_name":"flag-aq","short_names":["flag-aq"],"text":null,"texts":null,"category":"Flags","sort_order":14,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AR","unified":"1F1E6-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f7.png","sheet_x":31,"sheet_y":21,"short_name":"flag-ar","short_names":["flag-ar"],"text":null,"texts":null,"category":"Flags","sort_order":16,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AS","unified":"1F1E6-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f8.png","sheet_x":31,"sheet_y":22,"short_name":"flag-as","short_names":["flag-as"],"text":null,"texts":null,"category":"Flags","sort_order":10,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AT","unified":"1F1E6-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f9.png","sheet_x":31,"sheet_y":23,"short_name":"flag-at","short_names":["flag-at"],"text":null,"texts":null,"category":"Flags","sort_order":20,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AU","unified":"1F1E6-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1fa.png","sheet_x":31,"sheet_y":24,"short_name":"flag-au","short_names":["flag-au"],"text":null,"texts":null,"category":"Flags","sort_order":19,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AW","unified":"1F1E6-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1fc.png","sheet_x":31,"sheet_y":25,"short_name":"flag-aw","short_names":["flag-aw"],"text":null,"texts":null,"category":"Flags","sort_order":18,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AX","unified":"1F1E6-1F1FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1fd.png","sheet_x":31,"sheet_y":26,"short_name":"flag-ax","short_names":["flag-ax"],"text":null,"texts":null,"category":"Flags","sort_order":7,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AZ","unified":"1F1E6-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1ff.png","sheet_x":31,"sheet_y":27,"short_name":"flag-az","short_names":["flag-az"],"text":null,"texts":null,"category":"Flags","sort_order":21,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BA","unified":"1F1E7-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1e6.png","sheet_x":31,"sheet_y":28,"short_name":"flag-ba","short_names":["flag-ba"],"text":null,"texts":null,"category":"Flags","sort_order":34,"added_in":"6.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},{"name":"REGIONAL INDICATOR SYMBOL LETTERS BB","unified":"1F1E7-1F1E7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1e7.png","sheet_x":31,"sheet_y":29,"short_name":"flag-bb","short_names":["flag-bb"],"text":null,"texts":null,"category":"Flags","sort_order":25,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BD","unified":"1F1E7-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1e9.png","sheet_x":31,"sheet_y":30,"short_name":"flag-bd","short_names":["flag-bd"],"text":null,"texts":null,"category":"Flags","sort_order":24,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BE","unified":"1F1E7-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ea.png","sheet_x":31,"sheet_y":31,"short_name":"flag-be","short_names":["flag-be"],"text":null,"texts":null,"category":"Flags","sort_order":27,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BF","unified":"1F1E7-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1eb.png","sheet_x":31,"sheet_y":32,"short_name":"flag-bf","short_names":["flag-bf"],"text":null,"texts":null,"category":"Flags","sort_order":41,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BG","unified":"1F1E7-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ec.png","sheet_x":31,"sheet_y":33,"short_name":"flag-bg","short_names":["flag-bg"],"text":null,"texts":null,"category":"Flags","sort_order":40,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BH","unified":"1F1E7-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ed.png","sheet_x":31,"sheet_y":34,"short_name":"flag-bh","short_names":["flag-bh"],"text":null,"texts":null,"category":"Flags","sort_order":23,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BI","unified":"1F1E7-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ee.png","sheet_x":31,"sheet_y":35,"short_name":"flag-bi","short_names":["flag-bi"],"text":null,"texts":null,"category":"Flags","sort_order":42,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BJ","unified":"1F1E7-1F1EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ef.png","sheet_x":31,"sheet_y":36,"short_name":"flag-bj","short_names":["flag-bj"],"text":null,"texts":null,"category":"Flags","sort_order":29,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BL","unified":"1F1E7-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f1.png","sheet_x":31,"sheet_y":37,"short_name":"flag-bl","short_names":["flag-bl"],"text":null,"texts":null,"category":"Flags","sort_order":191,"added_in":"6.0","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":31,"sheet_y":38,"short_name":"flag-bm","short_names":["flag-bm"],"text":null,"texts":null,"category":"Flags","sort_order":30,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BN","unified":"1F1E7-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f3.png","sheet_x":31,"sheet_y":39,"short_name":"flag-bn","short_names":["flag-bn"],"text":null,"texts":null,"category":"Flags","sort_order":39,"added_in":"6.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},{"name":"REGIONAL INDICATOR SYMBOL LETTERS BO","unified":"1F1E7-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f4.png","sheet_x":31,"sheet_y":40,"short_name":"flag-bo","short_names":["flag-bo"],"text":null,"texts":null,"category":"Flags","sort_order":32,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BQ","unified":"1F1E7-1F1F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f6.png","sheet_x":31,"sheet_y":41,"short_name":"flag-bq","short_names":["flag-bq"],"text":null,"texts":null,"category":"Flags","sort_order":33,"added_in":"6.0","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":31,"sheet_y":42,"short_name":"flag-br","short_names":["flag-br"],"text":null,"texts":null,"category":"Flags","sort_order":36,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BS","unified":"1F1E7-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f8.png","sheet_x":31,"sheet_y":43,"short_name":"flag-bs","short_names":["flag-bs"],"text":null,"texts":null,"category":"Flags","sort_order":22,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BT","unified":"1F1E7-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f9.png","sheet_x":31,"sheet_y":44,"short_name":"flag-bt","short_names":["flag-bt"],"text":null,"texts":null,"category":"Flags","sort_order":31,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BV","unified":"1F1E7-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1fb.png","sheet_x":31,"sheet_y":45,"short_name":"flag-bv","short_names":["flag-bv"],"text":null,"texts":null,"category":"Flags","sort_order":255,"added_in":"6.0","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":31,"sheet_y":46,"short_name":"flag-bw","short_names":["flag-bw"],"text":null,"texts":null,"category":"Flags","sort_order":35,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BY","unified":"1F1E7-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1fe.png","sheet_x":31,"sheet_y":47,"short_name":"flag-by","short_names":["flag-by"],"text":null,"texts":null,"category":"Flags","sort_order":26,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BZ","unified":"1F1E7-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ff.png","sheet_x":31,"sheet_y":48,"short_name":"flag-bz","short_names":["flag-bz"],"text":null,"texts":null,"category":"Flags","sort_order":28,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CA","unified":"1F1E8-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1e6.png","sheet_x":32,"sheet_y":0,"short_name":"flag-ca","short_names":["flag-ca"],"text":null,"texts":null,"category":"Flags","sort_order":46,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CC","unified":"1F1E8-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1e8.png","sheet_x":32,"sheet_y":1,"short_name":"flag-cc","short_names":["flag-cc"],"text":null,"texts":null,"category":"Flags","sort_order":54,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CD","unified":"1F1E8-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1e9.png","sheet_x":32,"sheet_y":2,"short_name":"flag-cd","short_names":["flag-cd"],"text":null,"texts":null,"category":"Flags","sort_order":58,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CF","unified":"1F1E8-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1eb.png","sheet_x":32,"sheet_y":3,"short_name":"flag-cf","short_names":["flag-cf"],"text":null,"texts":null,"category":"Flags","sort_order":49,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CG","unified":"1F1E8-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1ec.png","sheet_x":32,"sheet_y":4,"short_name":"flag-cg","short_names":["flag-cg"],"text":null,"texts":null,"category":"Flags","sort_order":57,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CH","unified":"1F1E8-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1ed.png","sheet_x":32,"sheet_y":5,"short_name":"flag-ch","short_names":["flag-ch"],"text":null,"texts":null,"category":"Flags","sort_order":221,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CI","unified":"1F1E8-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1ee.png","sheet_x":32,"sheet_y":6,"short_name":"flag-ci","short_names":["flag-ci"],"text":null,"texts":null,"category":"Flags","sort_order":61,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CK","unified":"1F1E8-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f0.png","sheet_x":32,"sheet_y":7,"short_name":"flag-ck","short_names":["flag-ck"],"text":null,"texts":null,"category":"Flags","sort_order":59,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CL","unified":"1F1E8-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f1.png","sheet_x":32,"sheet_y":8,"short_name":"flag-cl","short_names":["flag-cl"],"text":null,"texts":null,"category":"Flags","sort_order":51,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CM","unified":"1F1E8-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f2.png","sheet_x":32,"sheet_y":9,"short_name":"flag-cm","short_names":["flag-cm"],"text":null,"texts":null,"category":"Flags","sort_order":45,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CN","unified":"1F1E8-1F1F3","variations":[],"docomo":null,"au":"EB11","softbank":"E513","google":"FE4ED","image":"1f1e8-1f1f3.png","sheet_x":32,"sheet_y":10,"short_name":"flag-cn","short_names":["flag-cn","cn"],"text":null,"texts":null,"category":"Flags","sort_order":52,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CO","unified":"1F1E8-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f4.png","sheet_x":32,"sheet_y":11,"short_name":"flag-co","short_names":["flag-co"],"text":null,"texts":null,"category":"Flags","sort_order":55,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CP","unified":"1F1E8-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f5.png","sheet_x":32,"sheet_y":12,"short_name":"flag-cp","short_names":["flag-cp"],"text":null,"texts":null,"category":"Flags","sort_order":256,"added_in":"6.0","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":32,"sheet_y":13,"short_name":"flag-cr","short_names":["flag-cr"],"text":null,"texts":null,"category":"Flags","sort_order":60,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CU","unified":"1F1E8-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fa.png","sheet_x":32,"sheet_y":14,"short_name":"flag-cu","short_names":["flag-cu"],"text":null,"texts":null,"category":"Flags","sort_order":63,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CV","unified":"1F1E8-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fb.png","sheet_x":32,"sheet_y":15,"short_name":"flag-cv","short_names":["flag-cv"],"text":null,"texts":null,"category":"Flags","sort_order":43,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CW","unified":"1F1E8-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fc.png","sheet_x":32,"sheet_y":16,"short_name":"flag-cw","short_names":["flag-cw"],"text":null,"texts":null,"category":"Flags","sort_order":64,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CX","unified":"1F1E8-1F1FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fd.png","sheet_x":32,"sheet_y":17,"short_name":"flag-cx","short_names":["flag-cx"],"text":null,"texts":null,"category":"Flags","sort_order":53,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CY","unified":"1F1E8-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fe.png","sheet_x":32,"sheet_y":18,"short_name":"flag-cy","short_names":["flag-cy"],"text":null,"texts":null,"category":"Flags","sort_order":65,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CZ","unified":"1F1E8-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1ff.png","sheet_x":32,"sheet_y":19,"short_name":"flag-cz","short_names":["flag-cz"],"text":null,"texts":null,"category":"Flags","sort_order":66,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DE","unified":"1F1E9-1F1EA","variations":[],"docomo":null,"au":"EB0E","softbank":"E50E","google":"FE4E8","image":"1f1e9-1f1ea.png","sheet_x":32,"sheet_y":20,"short_name":"flag-de","short_names":["flag-de","de"],"text":null,"texts":null,"category":"Flags","sort_order":90,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DG","unified":"1F1E9-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1ec.png","sheet_x":32,"sheet_y":21,"short_name":"flag-dg","short_names":["flag-dg"],"text":null,"texts":null,"category":"Flags","sort_order":257,"added_in":"6.0","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":32,"sheet_y":22,"short_name":"flag-dj","short_names":["flag-dj"],"text":null,"texts":null,"category":"Flags","sort_order":68,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DK","unified":"1F1E9-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1f0.png","sheet_x":32,"sheet_y":23,"short_name":"flag-dk","short_names":["flag-dk"],"text":null,"texts":null,"category":"Flags","sort_order":67,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DM","unified":"1F1E9-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1f2.png","sheet_x":32,"sheet_y":24,"short_name":"flag-dm","short_names":["flag-dm"],"text":null,"texts":null,"category":"Flags","sort_order":69,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DO","unified":"1F1E9-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1f4.png","sheet_x":32,"sheet_y":25,"short_name":"flag-do","short_names":["flag-do"],"text":null,"texts":null,"category":"Flags","sort_order":70,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DZ","unified":"1F1E9-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1ff.png","sheet_x":32,"sheet_y":26,"short_name":"flag-dz","short_names":["flag-dz"],"text":null,"texts":null,"category":"Flags","sort_order":9,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EA","unified":"1F1EA-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1e6.png","sheet_x":32,"sheet_y":27,"short_name":"flag-ea","short_names":["flag-ea"],"text":null,"texts":null,"category":"Flags","sort_order":258,"added_in":"6.0","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":32,"sheet_y":28,"short_name":"flag-ec","short_names":["flag-ec"],"text":null,"texts":null,"category":"Flags","sort_order":71,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EE","unified":"1F1EA-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1ea.png","sheet_x":32,"sheet_y":29,"short_name":"flag-ee","short_names":["flag-ee"],"text":null,"texts":null,"category":"Flags","sort_order":76,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EG","unified":"1F1EA-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1ec.png","sheet_x":32,"sheet_y":30,"short_name":"flag-eg","short_names":["flag-eg"],"text":null,"texts":null,"category":"Flags","sort_order":72,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EH","unified":"1F1EA-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1ed.png","sheet_x":32,"sheet_y":31,"short_name":"flag-eh","short_names":["flag-eh"],"text":null,"texts":null,"category":"Flags","sort_order":250,"added_in":"6.0","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":32,"sheet_y":32,"short_name":"flag-er","short_names":["flag-er"],"text":null,"texts":null,"category":"Flags","sort_order":75,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ES","unified":"1F1EA-1F1F8","variations":[],"docomo":null,"au":"E5D5","softbank":"E511","google":"FE4EB","image":"1f1ea-1f1f8.png","sheet_x":32,"sheet_y":33,"short_name":"flag-es","short_names":["flag-es","es"],"text":null,"texts":null,"category":"Flags","sort_order":215,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ET","unified":"1F1EA-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1f9.png","sheet_x":32,"sheet_y":34,"short_name":"flag-et","short_names":["flag-et"],"text":null,"texts":null,"category":"Flags","sort_order":77,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EU","unified":"1F1EA-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1fa.png","sheet_x":32,"sheet_y":35,"short_name":"flag-eu","short_names":["flag-eu"],"text":null,"texts":null,"category":"Flags","sort_order":78,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FI","unified":"1F1EB-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1eb-1f1ee.png","sheet_x":32,"sheet_y":36,"short_name":"flag-fi","short_names":["flag-fi"],"text":null,"texts":null,"category":"Flags","sort_order":82,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FJ","unified":"1F1EB-1F1EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1eb-1f1ef.png","sheet_x":32,"sheet_y":37,"short_name":"flag-fj","short_names":["flag-fj"],"text":null,"texts":null,"category":"Flags","sort_order":81,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FK","unified":"1F1EB-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1eb-1f1f0.png","sheet_x":32,"sheet_y":38,"short_name":"flag-fk","short_names":["flag-fk"],"text":null,"texts":null,"category":"Flags","sort_order":79,"added_in":"6.0","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":32,"sheet_y":39,"short_name":"flag-fm","short_names":["flag-fm"],"text":null,"texts":null,"category":"Flags","sort_order":150,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FO","unified":"1F1EB-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1eb-1f1f4.png","sheet_x":32,"sheet_y":40,"short_name":"flag-fo","short_names":["flag-fo"],"text":null,"texts":null,"category":"Flags","sort_order":80,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FR","unified":"1F1EB-1F1F7","variations":[],"docomo":null,"au":"EAFA","softbank":"E50D","google":"FE4E7","image":"1f1eb-1f1f7.png","sheet_x":32,"sheet_y":41,"short_name":"flag-fr","short_names":["flag-fr","fr"],"text":null,"texts":null,"category":"Flags","sort_order":83,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GA","unified":"1F1EC-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1e6.png","sheet_x":32,"sheet_y":42,"short_name":"flag-ga","short_names":["flag-ga"],"text":null,"texts":null,"category":"Flags","sort_order":87,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GB","unified":"1F1EC-1F1E7","variations":[],"docomo":null,"au":"EB10","softbank":"E510","google":"FE4EA","image":"1f1ec-1f1e7.png","sheet_x":32,"sheet_y":43,"short_name":"flag-gb","short_names":["flag-gb","gb","uk"],"text":null,"texts":null,"category":"Flags","sort_order":240,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GD","unified":"1F1EC-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1e9.png","sheet_x":32,"sheet_y":44,"short_name":"flag-gd","short_names":["flag-gd"],"text":null,"texts":null,"category":"Flags","sort_order":95,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GE","unified":"1F1EC-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1ea.png","sheet_x":32,"sheet_y":45,"short_name":"flag-ge","short_names":["flag-ge"],"text":null,"texts":null,"category":"Flags","sort_order":89,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GF","unified":"1F1EC-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1eb.png","sheet_x":32,"sheet_y":46,"short_name":"flag-gf","short_names":["flag-gf"],"text":null,"texts":null,"category":"Flags","sort_order":84,"added_in":"6.0","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":32,"sheet_y":47,"short_name":"flag-gg","short_names":["flag-gg"],"text":null,"texts":null,"category":"Flags","sort_order":99,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GH","unified":"1F1EC-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1ed.png","sheet_x":32,"sheet_y":48,"short_name":"flag-gh","short_names":["flag-gh"],"text":null,"texts":null,"category":"Flags","sort_order":91,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GI","unified":"1F1EC-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1ee.png","sheet_x":33,"sheet_y":0,"short_name":"flag-gi","short_names":["flag-gi"],"text":null,"texts":null,"category":"Flags","sort_order":92,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GL","unified":"1F1EC-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f1.png","sheet_x":33,"sheet_y":1,"short_name":"flag-gl","short_names":["flag-gl"],"text":null,"texts":null,"category":"Flags","sort_order":94,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GM","unified":"1F1EC-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f2.png","sheet_x":33,"sheet_y":2,"short_name":"flag-gm","short_names":["flag-gm"],"text":null,"texts":null,"category":"Flags","sort_order":88,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GN","unified":"1F1EC-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f3.png","sheet_x":33,"sheet_y":3,"short_name":"flag-gn","short_names":["flag-gn"],"text":null,"texts":null,"category":"Flags","sort_order":100,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GP","unified":"1F1EC-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f5.png","sheet_x":33,"sheet_y":4,"short_name":"flag-gp","short_names":["flag-gp"],"text":null,"texts":null,"category":"Flags","sort_order":96,"added_in":"6.0","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":33,"sheet_y":5,"short_name":"flag-gq","short_names":["flag-gq"],"text":null,"texts":null,"category":"Flags","sort_order":74,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GR","unified":"1F1EC-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f7.png","sheet_x":33,"sheet_y":6,"short_name":"flag-gr","short_names":["flag-gr"],"text":null,"texts":null,"category":"Flags","sort_order":93,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GS","unified":"1F1EC-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f8.png","sheet_x":33,"sheet_y":7,"short_name":"flag-gs","short_names":["flag-gs"],"text":null,"texts":null,"category":"Flags","sort_order":212,"added_in":"6.0","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":33,"sheet_y":8,"short_name":"flag-gt","short_names":["flag-gt"],"text":null,"texts":null,"category":"Flags","sort_order":98,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GU","unified":"1F1EC-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1fa.png","sheet_x":33,"sheet_y":9,"short_name":"flag-gu","short_names":["flag-gu"],"text":null,"texts":null,"category":"Flags","sort_order":97,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GW","unified":"1F1EC-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1fc.png","sheet_x":33,"sheet_y":10,"short_name":"flag-gw","short_names":["flag-gw"],"text":null,"texts":null,"category":"Flags","sort_order":101,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GY","unified":"1F1EC-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1fe.png","sheet_x":33,"sheet_y":11,"short_name":"flag-gy","short_names":["flag-gy"],"text":null,"texts":null,"category":"Flags","sort_order":102,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HK","unified":"1F1ED-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1f0.png","sheet_x":33,"sheet_y":12,"short_name":"flag-hk","short_names":["flag-hk"],"text":null,"texts":null,"category":"Flags","sort_order":105,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HM","unified":"1F1ED-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1f2.png","sheet_x":33,"sheet_y":13,"short_name":"flag-hm","short_names":["flag-hm"],"text":null,"texts":null,"category":"Flags","sort_order":259,"added_in":"6.0","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":33,"sheet_y":14,"short_name":"flag-hn","short_names":["flag-hn"],"text":null,"texts":null,"category":"Flags","sort_order":104,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HR","unified":"1F1ED-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1f7.png","sheet_x":33,"sheet_y":15,"short_name":"flag-hr","short_names":["flag-hr"],"text":null,"texts":null,"category":"Flags","sort_order":62,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HT","unified":"1F1ED-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1f9.png","sheet_x":33,"sheet_y":16,"short_name":"flag-ht","short_names":["flag-ht"],"text":null,"texts":null,"category":"Flags","sort_order":103,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HU","unified":"1F1ED-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1fa.png","sheet_x":33,"sheet_y":17,"short_name":"flag-hu","short_names":["flag-hu"],"text":null,"texts":null,"category":"Flags","sort_order":106,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IC","unified":"1F1EE-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1e8.png","sheet_x":33,"sheet_y":18,"short_name":"flag-ic","short_names":["flag-ic"],"text":null,"texts":null,"category":"Flags","sort_order":47,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ID","unified":"1F1EE-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1e9.png","sheet_x":33,"sheet_y":19,"short_name":"flag-id","short_names":["flag-id"],"text":null,"texts":null,"category":"Flags","sort_order":109,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IE","unified":"1F1EE-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1ea.png","sheet_x":33,"sheet_y":20,"short_name":"flag-ie","short_names":["flag-ie"],"text":null,"texts":null,"category":"Flags","sort_order":112,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IL","unified":"1F1EE-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f1.png","sheet_x":33,"sheet_y":21,"short_name":"flag-il","short_names":["flag-il"],"text":null,"texts":null,"category":"Flags","sort_order":114,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IM","unified":"1F1EE-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f2.png","sheet_x":33,"sheet_y":22,"short_name":"flag-im","short_names":["flag-im"],"text":null,"texts":null,"category":"Flags","sort_order":113,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IN","unified":"1F1EE-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f3.png","sheet_x":33,"sheet_y":23,"short_name":"flag-in","short_names":["flag-in"],"text":null,"texts":null,"category":"Flags","sort_order":108,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IO","unified":"1F1EE-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f4.png","sheet_x":33,"sheet_y":24,"short_name":"flag-io","short_names":["flag-io"],"text":null,"texts":null,"category":"Flags","sort_order":37,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IQ","unified":"1F1EE-1F1F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f6.png","sheet_x":33,"sheet_y":25,"short_name":"flag-iq","short_names":["flag-iq"],"text":null,"texts":null,"category":"Flags","sort_order":111,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IR","unified":"1F1EE-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f7.png","sheet_x":33,"sheet_y":26,"short_name":"flag-ir","short_names":["flag-ir"],"text":null,"texts":null,"category":"Flags","sort_order":110,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IS","unified":"1F1EE-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f8.png","sheet_x":33,"sheet_y":27,"short_name":"flag-is","short_names":["flag-is"],"text":null,"texts":null,"category":"Flags","sort_order":107,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IT","unified":"1F1EE-1F1F9","variations":[],"docomo":null,"au":"EB0F","softbank":"E50F","google":"FE4E9","image":"1f1ee-1f1f9.png","sheet_x":33,"sheet_y":28,"short_name":"flag-it","short_names":["flag-it","it"],"text":null,"texts":null,"category":"Flags","sort_order":115,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS JE","unified":"1F1EF-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ef-1f1ea.png","sheet_x":33,"sheet_y":29,"short_name":"flag-je","short_names":["flag-je"],"text":null,"texts":null,"category":"Flags","sort_order":119,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS JM","unified":"1F1EF-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ef-1f1f2.png","sheet_x":33,"sheet_y":30,"short_name":"flag-jm","short_names":["flag-jm"],"text":null,"texts":null,"category":"Flags","sort_order":116,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS JO","unified":"1F1EF-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ef-1f1f4.png","sheet_x":33,"sheet_y":31,"short_name":"flag-jo","short_names":["flag-jo"],"text":null,"texts":null,"category":"Flags","sort_order":120,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS JP","unified":"1F1EF-1F1F5","variations":[],"docomo":null,"au":"E4CC","softbank":"E50B","google":"FE4E5","image":"1f1ef-1f1f5.png","sheet_x":33,"sheet_y":32,"short_name":"flag-jp","short_names":["flag-jp","jp"],"text":null,"texts":null,"category":"Flags","sort_order":117,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KE","unified":"1F1F0-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ea.png","sheet_x":33,"sheet_y":33,"short_name":"flag-ke","short_names":["flag-ke"],"text":null,"texts":null,"category":"Flags","sort_order":122,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KG","unified":"1F1F0-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ec.png","sheet_x":33,"sheet_y":34,"short_name":"flag-kg","short_names":["flag-kg"],"text":null,"texts":null,"category":"Flags","sort_order":126,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KH","unified":"1F1F0-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ed.png","sheet_x":33,"sheet_y":35,"short_name":"flag-kh","short_names":["flag-kh"],"text":null,"texts":null,"category":"Flags","sort_order":44,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KI","unified":"1F1F0-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ee.png","sheet_x":33,"sheet_y":36,"short_name":"flag-ki","short_names":["flag-ki"],"text":null,"texts":null,"category":"Flags","sort_order":123,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KM","unified":"1F1F0-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1f2.png","sheet_x":33,"sheet_y":37,"short_name":"flag-km","short_names":["flag-km"],"text":null,"texts":null,"category":"Flags","sort_order":56,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KN","unified":"1F1F0-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1f3.png","sheet_x":33,"sheet_y":38,"short_name":"flag-kn","short_names":["flag-kn"],"text":null,"texts":null,"category":"Flags","sort_order":193,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KP","unified":"1F1F0-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1f5.png","sheet_x":33,"sheet_y":39,"short_name":"flag-kp","short_names":["flag-kp"],"text":null,"texts":null,"category":"Flags","sort_order":171,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KR","unified":"1F1F0-1F1F7","variations":[],"docomo":null,"au":"EB12","softbank":"E514","google":"FE4EE","image":"1f1f0-1f1f7.png","sheet_x":33,"sheet_y":40,"short_name":"flag-kr","short_names":["flag-kr","kr"],"text":null,"texts":null,"category":"Flags","sort_order":213,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KW","unified":"1F1F0-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1fc.png","sheet_x":33,"sheet_y":41,"short_name":"flag-kw","short_names":["flag-kw"],"text":null,"texts":null,"category":"Flags","sort_order":125,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KY","unified":"1F1F0-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1fe.png","sheet_x":33,"sheet_y":42,"short_name":"flag-ky","short_names":["flag-ky"],"text":null,"texts":null,"category":"Flags","sort_order":48,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KZ","unified":"1F1F0-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ff.png","sheet_x":33,"sheet_y":43,"short_name":"flag-kz","short_names":["flag-kz"],"text":null,"texts":null,"category":"Flags","sort_order":121,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LA","unified":"1F1F1-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1e6.png","sheet_x":33,"sheet_y":44,"short_name":"flag-la","short_names":["flag-la"],"text":null,"texts":null,"category":"Flags","sort_order":127,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LB","unified":"1F1F1-1F1E7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1e7.png","sheet_x":33,"sheet_y":45,"short_name":"flag-lb","short_names":["flag-lb"],"text":null,"texts":null,"category":"Flags","sort_order":129,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LC","unified":"1F1F1-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1e8.png","sheet_x":33,"sheet_y":46,"short_name":"flag-lc","short_names":["flag-lc"],"text":null,"texts":null,"category":"Flags","sort_order":194,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LI","unified":"1F1F1-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1ee.png","sheet_x":33,"sheet_y":47,"short_name":"flag-li","short_names":["flag-li"],"text":null,"texts":null,"category":"Flags","sort_order":133,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LK","unified":"1F1F1-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1f0.png","sheet_x":33,"sheet_y":48,"short_name":"flag-lk","short_names":["flag-lk"],"text":null,"texts":null,"category":"Flags","sort_order":216,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LR","unified":"1F1F1-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1f7.png","sheet_x":34,"sheet_y":0,"short_name":"flag-lr","short_names":["flag-lr"],"text":null,"texts":null,"category":"Flags","sort_order":131,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LS","unified":"1F1F1-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1f8.png","sheet_x":34,"sheet_y":1,"short_name":"flag-ls","short_names":["flag-ls"],"text":null,"texts":null,"category":"Flags","sort_order":130,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LT","unified":"1F1F1-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1f9.png","sheet_x":34,"sheet_y":2,"short_name":"flag-lt","short_names":["flag-lt"],"text":null,"texts":null,"category":"Flags","sort_order":134,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LU","unified":"1F1F1-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1fa.png","sheet_x":34,"sheet_y":3,"short_name":"flag-lu","short_names":["flag-lu"],"text":null,"texts":null,"category":"Flags","sort_order":135,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LV","unified":"1F1F1-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1fb.png","sheet_x":34,"sheet_y":4,"short_name":"flag-lv","short_names":["flag-lv"],"text":null,"texts":null,"category":"Flags","sort_order":128,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LY","unified":"1F1F1-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1fe.png","sheet_x":34,"sheet_y":5,"short_name":"flag-ly","short_names":["flag-ly"],"text":null,"texts":null,"category":"Flags","sort_order":132,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MA","unified":"1F1F2-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1e6.png","sheet_x":34,"sheet_y":6,"short_name":"flag-ma","short_names":["flag-ma"],"text":null,"texts":null,"category":"Flags","sort_order":156,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MC","unified":"1F1F2-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1e8.png","sheet_x":34,"sheet_y":7,"short_name":"flag-mc","short_names":["flag-mc"],"text":null,"texts":null,"category":"Flags","sort_order":152,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MD","unified":"1F1F2-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1e9.png","sheet_x":34,"sheet_y":8,"short_name":"flag-md","short_names":["flag-md"],"text":null,"texts":null,"category":"Flags","sort_order":151,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ME","unified":"1F1F2-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1ea.png","sheet_x":34,"sheet_y":9,"short_name":"flag-me","short_names":["flag-me"],"text":null,"texts":null,"category":"Flags","sort_order":154,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MF","unified":"1F1F2-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1eb.png","sheet_x":34,"sheet_y":10,"short_name":"flag-mf","short_names":["flag-mf"],"text":null,"texts":null,"category":"Flags","sort_order":260,"added_in":"6.0","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":34,"sheet_y":11,"short_name":"flag-mg","short_names":["flag-mg"],"text":null,"texts":null,"category":"Flags","sort_order":138,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MH","unified":"1F1F2-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1ed.png","sheet_x":34,"sheet_y":12,"short_name":"flag-mh","short_names":["flag-mh"],"text":null,"texts":null,"category":"Flags","sort_order":144,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MK","unified":"1F1F2-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f0.png","sheet_x":34,"sheet_y":13,"short_name":"flag-mk","short_names":["flag-mk"],"text":null,"texts":null,"category":"Flags","sort_order":137,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ML","unified":"1F1F2-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f1.png","sheet_x":34,"sheet_y":14,"short_name":"flag-ml","short_names":["flag-ml"],"text":null,"texts":null,"category":"Flags","sort_order":142,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MM","unified":"1F1F2-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f2.png","sheet_x":34,"sheet_y":15,"short_name":"flag-mm","short_names":["flag-mm"],"text":null,"texts":null,"category":"Flags","sort_order":158,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MN","unified":"1F1F2-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f3.png","sheet_x":34,"sheet_y":16,"short_name":"flag-mn","short_names":["flag-mn"],"text":null,"texts":null,"category":"Flags","sort_order":153,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MO","unified":"1F1F2-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f4.png","sheet_x":34,"sheet_y":17,"short_name":"flag-mo","short_names":["flag-mo"],"text":null,"texts":null,"category":"Flags","sort_order":136,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MP","unified":"1F1F2-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f5.png","sheet_x":34,"sheet_y":18,"short_name":"flag-mp","short_names":["flag-mp"],"text":null,"texts":null,"category":"Flags","sort_order":170,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MQ","unified":"1F1F2-1F1F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f6.png","sheet_x":34,"sheet_y":19,"short_name":"flag-mq","short_names":["flag-mq"],"text":null,"texts":null,"category":"Flags","sort_order":145,"added_in":"6.0","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":34,"sheet_y":20,"short_name":"flag-mr","short_names":["flag-mr"],"text":null,"texts":null,"category":"Flags","sort_order":146,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MS","unified":"1F1F2-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f8.png","sheet_x":34,"sheet_y":21,"short_name":"flag-ms","short_names":["flag-ms"],"text":null,"texts":null,"category":"Flags","sort_order":155,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MT","unified":"1F1F2-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f9.png","sheet_x":34,"sheet_y":22,"short_name":"flag-mt","short_names":["flag-mt"],"text":null,"texts":null,"category":"Flags","sort_order":143,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MU","unified":"1F1F2-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fa.png","sheet_x":34,"sheet_y":23,"short_name":"flag-mu","short_names":["flag-mu"],"text":null,"texts":null,"category":"Flags","sort_order":147,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MV","unified":"1F1F2-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fb.png","sheet_x":34,"sheet_y":24,"short_name":"flag-mv","short_names":["flag-mv"],"text":null,"texts":null,"category":"Flags","sort_order":141,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MW","unified":"1F1F2-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fc.png","sheet_x":34,"sheet_y":25,"short_name":"flag-mw","short_names":["flag-mw"],"text":null,"texts":null,"category":"Flags","sort_order":139,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MX","unified":"1F1F2-1F1FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fd.png","sheet_x":34,"sheet_y":26,"short_name":"flag-mx","short_names":["flag-mx"],"text":null,"texts":null,"category":"Flags","sort_order":149,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MY","unified":"1F1F2-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fe.png","sheet_x":34,"sheet_y":27,"short_name":"flag-my","short_names":["flag-my"],"text":null,"texts":null,"category":"Flags","sort_order":140,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MZ","unified":"1F1F2-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1ff.png","sheet_x":34,"sheet_y":28,"short_name":"flag-mz","short_names":["flag-mz"],"text":null,"texts":null,"category":"Flags","sort_order":157,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NA","unified":"1F1F3-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1e6.png","sheet_x":34,"sheet_y":29,"short_name":"flag-na","short_names":["flag-na"],"text":null,"texts":null,"category":"Flags","sort_order":159,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NC","unified":"1F1F3-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1e8.png","sheet_x":34,"sheet_y":30,"short_name":"flag-nc","short_names":["flag-nc"],"text":null,"texts":null,"category":"Flags","sort_order":163,"added_in":"6.0","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":34,"sheet_y":31,"short_name":"flag-ne","short_names":["flag-ne"],"text":null,"texts":null,"category":"Flags","sort_order":166,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NF","unified":"1F1F3-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1eb.png","sheet_x":34,"sheet_y":32,"short_name":"flag-nf","short_names":["flag-nf"],"text":null,"texts":null,"category":"Flags","sort_order":169,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NG","unified":"1F1F3-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1ec.png","sheet_x":34,"sheet_y":33,"short_name":"flag-ng","short_names":["flag-ng"],"text":null,"texts":null,"category":"Flags","sort_order":167,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NI","unified":"1F1F3-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1ee.png","sheet_x":34,"sheet_y":34,"short_name":"flag-ni","short_names":["flag-ni"],"text":null,"texts":null,"category":"Flags","sort_order":165,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NL","unified":"1F1F3-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1f1.png","sheet_x":34,"sheet_y":35,"short_name":"flag-nl","short_names":["flag-nl"],"text":null,"texts":null,"category":"Flags","sort_order":162,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NO","unified":"1F1F3-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1f4.png","sheet_x":34,"sheet_y":36,"short_name":"flag-no","short_names":["flag-no"],"text":null,"texts":null,"category":"Flags","sort_order":172,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NP","unified":"1F1F3-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1f5.png","sheet_x":34,"sheet_y":37,"short_name":"flag-np","short_names":["flag-np"],"text":null,"texts":null,"category":"Flags","sort_order":161,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NR","unified":"1F1F3-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1f7.png","sheet_x":34,"sheet_y":38,"short_name":"flag-nr","short_names":["flag-nr"],"text":null,"texts":null,"category":"Flags","sort_order":160,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NU","unified":"1F1F3-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1fa.png","sheet_x":34,"sheet_y":39,"short_name":"flag-nu","short_names":["flag-nu"],"text":null,"texts":null,"category":"Flags","sort_order":168,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NZ","unified":"1F1F3-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1ff.png","sheet_x":34,"sheet_y":40,"short_name":"flag-nz","short_names":["flag-nz"],"text":null,"texts":null,"category":"Flags","sort_order":164,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS OM","unified":"1F1F4-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f4-1f1f2.png","sheet_x":34,"sheet_y":41,"short_name":"flag-om","short_names":["flag-om"],"text":null,"texts":null,"category":"Flags","sort_order":173,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PA","unified":"1F1F5-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1e6.png","sheet_x":34,"sheet_y":42,"short_name":"flag-pa","short_names":["flag-pa"],"text":null,"texts":null,"category":"Flags","sort_order":177,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PE","unified":"1F1F5-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1ea.png","sheet_x":34,"sheet_y":43,"short_name":"flag-pe","short_names":["flag-pe"],"text":null,"texts":null,"category":"Flags","sort_order":180,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PF","unified":"1F1F5-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1eb.png","sheet_x":34,"sheet_y":44,"short_name":"flag-pf","short_names":["flag-pf"],"text":null,"texts":null,"category":"Flags","sort_order":85,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PG","unified":"1F1F5-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1ec.png","sheet_x":34,"sheet_y":45,"short_name":"flag-pg","short_names":["flag-pg"],"text":null,"texts":null,"category":"Flags","sort_order":178,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PH","unified":"1F1F5-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1ed.png","sheet_x":34,"sheet_y":46,"short_name":"flag-ph","short_names":["flag-ph"],"text":null,"texts":null,"category":"Flags","sort_order":181,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PK","unified":"1F1F5-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f0.png","sheet_x":34,"sheet_y":47,"short_name":"flag-pk","short_names":["flag-pk"],"text":null,"texts":null,"category":"Flags","sort_order":174,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PL","unified":"1F1F5-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f1.png","sheet_x":34,"sheet_y":48,"short_name":"flag-pl","short_names":["flag-pl"],"text":null,"texts":null,"category":"Flags","sort_order":183,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PM","unified":"1F1F5-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f2.png","sheet_x":35,"sheet_y":0,"short_name":"flag-pm","short_names":["flag-pm"],"text":null,"texts":null,"category":"Flags","sort_order":195,"added_in":"6.0","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":35,"sheet_y":1,"short_name":"flag-pn","short_names":["flag-pn"],"text":null,"texts":null,"category":"Flags","sort_order":182,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PR","unified":"1F1F5-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f7.png","sheet_x":35,"sheet_y":2,"short_name":"flag-pr","short_names":["flag-pr"],"text":null,"texts":null,"category":"Flags","sort_order":185,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PS","unified":"1F1F5-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f8.png","sheet_x":35,"sheet_y":3,"short_name":"flag-ps","short_names":["flag-ps"],"text":null,"texts":null,"category":"Flags","sort_order":176,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PT","unified":"1F1F5-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f9.png","sheet_x":35,"sheet_y":4,"short_name":"flag-pt","short_names":["flag-pt"],"text":null,"texts":null,"category":"Flags","sort_order":184,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PW","unified":"1F1F5-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1fc.png","sheet_x":35,"sheet_y":5,"short_name":"flag-pw","short_names":["flag-pw"],"text":null,"texts":null,"category":"Flags","sort_order":175,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PY","unified":"1F1F5-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1fe.png","sheet_x":35,"sheet_y":6,"short_name":"flag-py","short_names":["flag-py"],"text":null,"texts":null,"category":"Flags","sort_order":179,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS QA","unified":"1F1F6-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f6-1f1e6.png","sheet_x":35,"sheet_y":7,"short_name":"flag-qa","short_names":["flag-qa"],"text":null,"texts":null,"category":"Flags","sort_order":186,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS RE","unified":"1F1F7-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f7-1f1ea.png","sheet_x":35,"sheet_y":8,"short_name":"flag-re","short_names":["flag-re"],"text":null,"texts":null,"category":"Flags","sort_order":187,"added_in":"6.0","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":35,"sheet_y":9,"short_name":"flag-ro","short_names":["flag-ro"],"text":null,"texts":null,"category":"Flags","sort_order":188,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS RS","unified":"1F1F7-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f7-1f1f8.png","sheet_x":35,"sheet_y":10,"short_name":"flag-rs","short_names":["flag-rs"],"text":null,"texts":null,"category":"Flags","sort_order":202,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS RU","unified":"1F1F7-1F1FA","variations":[],"docomo":null,"au":"E5D6","softbank":"E512","google":"FE4EC","image":"1f1f7-1f1fa.png","sheet_x":35,"sheet_y":11,"short_name":"flag-ru","short_names":["flag-ru","ru"],"text":null,"texts":null,"category":"Flags","sort_order":189,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS RW","unified":"1F1F7-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f7-1f1fc.png","sheet_x":35,"sheet_y":12,"short_name":"flag-rw","short_names":["flag-rw"],"text":null,"texts":null,"category":"Flags","sort_order":190,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SA","unified":"1F1F8-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1e6.png","sheet_x":35,"sheet_y":13,"short_name":"flag-sa","short_names":["flag-sa"],"text":null,"texts":null,"category":"Flags","sort_order":200,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SB","unified":"1F1F8-1F1E7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1e7.png","sheet_x":35,"sheet_y":14,"short_name":"flag-sb","short_names":["flag-sb"],"text":null,"texts":null,"category":"Flags","sort_order":209,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SC","unified":"1F1F8-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1e8.png","sheet_x":35,"sheet_y":15,"short_name":"flag-sc","short_names":["flag-sc"],"text":null,"texts":null,"category":"Flags","sort_order":203,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SD","unified":"1F1F8-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1e9.png","sheet_x":35,"sheet_y":16,"short_name":"flag-sd","short_names":["flag-sd"],"text":null,"texts":null,"category":"Flags","sort_order":217,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SE","unified":"1F1F8-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ea.png","sheet_x":35,"sheet_y":17,"short_name":"flag-se","short_names":["flag-se"],"text":null,"texts":null,"category":"Flags","sort_order":220,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SG","unified":"1F1F8-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ec.png","sheet_x":35,"sheet_y":18,"short_name":"flag-sg","short_names":["flag-sg"],"text":null,"texts":null,"category":"Flags","sort_order":205,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SH","unified":"1F1F8-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ed.png","sheet_x":35,"sheet_y":19,"short_name":"flag-sh","short_names":["flag-sh"],"text":null,"texts":null,"category":"Flags","sort_order":192,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SI","unified":"1F1F8-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ee.png","sheet_x":35,"sheet_y":20,"short_name":"flag-si","short_names":["flag-si"],"text":null,"texts":null,"category":"Flags","sort_order":208,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SJ","unified":"1F1F8-1F1EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ef.png","sheet_x":35,"sheet_y":21,"short_name":"flag-sj","short_names":["flag-sj"],"text":null,"texts":null,"category":"Flags","sort_order":261,"added_in":"6.0","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":35,"sheet_y":22,"short_name":"flag-sk","short_names":["flag-sk"],"text":null,"texts":null,"category":"Flags","sort_order":207,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SL","unified":"1F1F8-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f1.png","sheet_x":35,"sheet_y":23,"short_name":"flag-sl","short_names":["flag-sl"],"text":null,"texts":null,"category":"Flags","sort_order":204,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SM","unified":"1F1F8-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f2.png","sheet_x":35,"sheet_y":24,"short_name":"flag-sm","short_names":["flag-sm"],"text":null,"texts":null,"category":"Flags","sort_order":198,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SN","unified":"1F1F8-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f3.png","sheet_x":35,"sheet_y":25,"short_name":"flag-sn","short_names":["flag-sn"],"text":null,"texts":null,"category":"Flags","sort_order":201,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SO","unified":"1F1F8-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f4.png","sheet_x":35,"sheet_y":26,"short_name":"flag-so","short_names":["flag-so"],"text":null,"texts":null,"category":"Flags","sort_order":210,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SR","unified":"1F1F8-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f7.png","sheet_x":35,"sheet_y":27,"short_name":"flag-sr","short_names":["flag-sr"],"text":null,"texts":null,"category":"Flags","sort_order":218,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SS","unified":"1F1F8-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f8.png","sheet_x":35,"sheet_y":28,"short_name":"flag-ss","short_names":["flag-ss"],"text":null,"texts":null,"category":"Flags","sort_order":214,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ST","unified":"1F1F8-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f9.png","sheet_x":35,"sheet_y":29,"short_name":"flag-st","short_names":["flag-st"],"text":null,"texts":null,"category":"Flags","sort_order":199,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SV","unified":"1F1F8-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1fb.png","sheet_x":35,"sheet_y":30,"short_name":"flag-sv","short_names":["flag-sv"],"text":null,"texts":null,"category":"Flags","sort_order":73,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SX","unified":"1F1F8-1F1FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1fd.png","sheet_x":35,"sheet_y":31,"short_name":"flag-sx","short_names":["flag-sx"],"text":null,"texts":null,"category":"Flags","sort_order":206,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SY","unified":"1F1F8-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1fe.png","sheet_x":35,"sheet_y":32,"short_name":"flag-sy","short_names":["flag-sy"],"text":null,"texts":null,"category":"Flags","sort_order":222,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SZ","unified":"1F1F8-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ff.png","sheet_x":35,"sheet_y":33,"short_name":"flag-sz","short_names":["flag-sz"],"text":null,"texts":null,"category":"Flags","sort_order":219,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TA","unified":"1F1F9-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1e6.png","sheet_x":35,"sheet_y":34,"short_name":"flag-ta","short_names":["flag-ta"],"text":null,"texts":null,"category":"Flags","sort_order":262,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TC","unified":"1F1F9-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1e8.png","sheet_x":35,"sheet_y":35,"short_name":"flag-tc","short_names":["flag-tc"],"text":null,"texts":null,"category":"Flags","sort_order":235,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TD","unified":"1F1F9-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1e9.png","sheet_x":35,"sheet_y":36,"short_name":"flag-td","short_names":["flag-td"],"text":null,"texts":null,"category":"Flags","sort_order":50,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TF","unified":"1F1F9-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1eb.png","sheet_x":35,"sheet_y":37,"short_name":"flag-tf","short_names":["flag-tf"],"text":null,"texts":null,"category":"Flags","sort_order":86,"added_in":"6.0","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":35,"sheet_y":38,"short_name":"flag-tg","short_names":["flag-tg"],"text":null,"texts":null,"category":"Flags","sort_order":228,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TH","unified":"1F1F9-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1ed.png","sheet_x":35,"sheet_y":39,"short_name":"flag-th","short_names":["flag-th"],"text":null,"texts":null,"category":"Flags","sort_order":226,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TJ","unified":"1F1F9-1F1EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1ef.png","sheet_x":35,"sheet_y":40,"short_name":"flag-tj","short_names":["flag-tj"],"text":null,"texts":null,"category":"Flags","sort_order":224,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TK","unified":"1F1F9-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f0.png","sheet_x":35,"sheet_y":41,"short_name":"flag-tk","short_names":["flag-tk"],"text":null,"texts":null,"category":"Flags","sort_order":229,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TL","unified":"1F1F9-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f1.png","sheet_x":35,"sheet_y":42,"short_name":"flag-tl","short_names":["flag-tl"],"text":null,"texts":null,"category":"Flags","sort_order":227,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TM","unified":"1F1F9-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f2.png","sheet_x":35,"sheet_y":43,"short_name":"flag-tm","short_names":["flag-tm"],"text":null,"texts":null,"category":"Flags","sort_order":234,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TN","unified":"1F1F9-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f3.png","sheet_x":35,"sheet_y":44,"short_name":"flag-tn","short_names":["flag-tn"],"text":null,"texts":null,"category":"Flags","sort_order":232,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TO","unified":"1F1F9-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f4.png","sheet_x":35,"sheet_y":45,"short_name":"flag-to","short_names":["flag-to"],"text":null,"texts":null,"category":"Flags","sort_order":230,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TR","unified":"1F1F9-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f7.png","sheet_x":35,"sheet_y":46,"short_name":"flag-tr","short_names":["flag-tr"],"text":null,"texts":null,"category":"Flags","sort_order":233,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TT","unified":"1F1F9-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f9.png","sheet_x":35,"sheet_y":47,"short_name":"flag-tt","short_names":["flag-tt"],"text":null,"texts":null,"category":"Flags","sort_order":231,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TV","unified":"1F1F9-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1fb.png","sheet_x":35,"sheet_y":48,"short_name":"flag-tv","short_names":["flag-tv"],"text":null,"texts":null,"category":"Flags","sort_order":236,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TW","unified":"1F1F9-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1fc.png","sheet_x":36,"sheet_y":0,"short_name":"flag-tw","short_names":["flag-tw"],"text":null,"texts":null,"category":"Flags","sort_order":223,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TZ","unified":"1F1F9-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1ff.png","sheet_x":36,"sheet_y":1,"short_name":"flag-tz","short_names":["flag-tz"],"text":null,"texts":null,"category":"Flags","sort_order":225,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UA","unified":"1F1FA-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1e6.png","sheet_x":36,"sheet_y":2,"short_name":"flag-ua","short_names":["flag-ua"],"text":null,"texts":null,"category":"Flags","sort_order":238,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UG","unified":"1F1FA-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1ec.png","sheet_x":36,"sheet_y":3,"short_name":"flag-ug","short_names":["flag-ug"],"text":null,"texts":null,"category":"Flags","sort_order":237,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UM","unified":"1F1FA-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1f2.png","sheet_x":36,"sheet_y":4,"short_name":"flag-um","short_names":["flag-um"],"text":null,"texts":null,"category":"Flags","sort_order":263,"added_in":"6.0","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 UN","unified":"1F1FA-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1f3.png","sheet_x":36,"sheet_y":5,"short_name":"flag-un","short_names":["flag-un"],"text":null,"texts":null,"category":"Flags","sort_order":264,"added_in":"6.0","has_img_apple":false,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":"REGIONAL INDICATOR SYMBOL LETTERS US","unified":"1F1FA-1F1F8","variations":[],"docomo":null,"au":"E573","softbank":"E50C","google":"FE4E6","image":"1f1fa-1f1f8.png","sheet_x":36,"sheet_y":6,"short_name":"flag-us","short_names":["flag-us","us"],"text":null,"texts":null,"category":"Flags","sort_order":241,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UY","unified":"1F1FA-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1fe.png","sheet_x":36,"sheet_y":7,"short_name":"flag-uy","short_names":["flag-uy"],"text":null,"texts":null,"category":"Flags","sort_order":243,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UZ","unified":"1F1FA-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1ff.png","sheet_x":36,"sheet_y":8,"short_name":"flag-uz","short_names":["flag-uz"],"text":null,"texts":null,"category":"Flags","sort_order":244,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VA","unified":"1F1FB-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1e6.png","sheet_x":36,"sheet_y":9,"short_name":"flag-va","short_names":["flag-va"],"text":null,"texts":null,"category":"Flags","sort_order":246,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VC","unified":"1F1FB-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1e8.png","sheet_x":36,"sheet_y":10,"short_name":"flag-vc","short_names":["flag-vc"],"text":null,"texts":null,"category":"Flags","sort_order":196,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VE","unified":"1F1FB-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1ea.png","sheet_x":36,"sheet_y":11,"short_name":"flag-ve","short_names":["flag-ve"],"text":null,"texts":null,"category":"Flags","sort_order":247,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VG","unified":"1F1FB-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1ec.png","sheet_x":36,"sheet_y":12,"short_name":"flag-vg","short_names":["flag-vg"],"text":null,"texts":null,"category":"Flags","sort_order":38,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VI","unified":"1F1FB-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1ee.png","sheet_x":36,"sheet_y":13,"short_name":"flag-vi","short_names":["flag-vi"],"text":null,"texts":null,"category":"Flags","sort_order":242,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VN","unified":"1F1FB-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1f3.png","sheet_x":36,"sheet_y":14,"short_name":"flag-vn","short_names":["flag-vn"],"text":null,"texts":null,"category":"Flags","sort_order":248,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VU","unified":"1F1FB-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1fa.png","sheet_x":36,"sheet_y":15,"short_name":"flag-vu","short_names":["flag-vu"],"text":null,"texts":null,"category":"Flags","sort_order":245,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS WF","unified":"1F1FC-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fc-1f1eb.png","sheet_x":36,"sheet_y":16,"short_name":"flag-wf","short_names":["flag-wf"],"text":null,"texts":null,"category":"Flags","sort_order":249,"added_in":"6.0","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":36,"sheet_y":17,"short_name":"flag-ws","short_names":["flag-ws"],"text":null,"texts":null,"category":"Flags","sort_order":197,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS XK","unified":"1F1FD-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fd-1f1f0.png","sheet_x":36,"sheet_y":18,"short_name":"flag-xk","short_names":["flag-xk"],"text":null,"texts":null,"category":"Flags","sort_order":124,"added_in":"6.0","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":36,"sheet_y":19,"short_name":"flag-ye","short_names":["flag-ye"],"text":null,"texts":null,"category":"Flags","sort_order":251,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS YT","unified":"1F1FE-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fe-1f1f9.png","sheet_x":36,"sheet_y":20,"short_name":"flag-yt","short_names":["flag-yt"],"text":null,"texts":null,"category":"Flags","sort_order":148,"added_in":"6.0","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":36,"sheet_y":21,"short_name":"flag-za","short_names":["flag-za"],"text":null,"texts":null,"category":"Flags","sort_order":211,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ZM","unified":"1F1FF-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ff-1f1f2.png","sheet_x":36,"sheet_y":22,"short_name":"flag-zm","short_names":["flag-zm"],"text":null,"texts":null,"category":"Flags","sort_order":252,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ZW","unified":"1F1FF-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ff-1f1fc.png","sheet_x":36,"sheet_y":23,"short_name":"flag-zw","short_names":["flag-zw"],"text":null,"texts":null,"category":"Flags","sort_order":253,"added_in":"6.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":null,"unified":"1F468-200D-1F33E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f33e.png","sheet_x":36,"sheet_y":24,"short_name":"male-farmer","short_names":["male-farmer"],"text":null,"texts":null,"category":"People","sort_order":164,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F33E","image":"1f468-1f3fb-200d-1f33e.png","sheet_x":36,"sheet_y":25,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F33E","image":"1f468-1f3fc-200d-1f33e.png","sheet_x":36,"sheet_y":26,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F33E","image":"1f468-1f3fd-200d-1f33e.png","sheet_x":36,"sheet_y":27,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F33E","image":"1f468-1f3fe-200d-1f33e.png","sheet_x":36,"sheet_y":28,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F33E","image":"1f468-1f3ff-200d-1f33e.png","sheet_x":36,"sheet_y":29,"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":null,"unified":"1F468-200D-1F373","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f373.png","sheet_x":36,"sheet_y":30,"short_name":"male-cook","short_names":["male-cook"],"text":null,"texts":null,"category":"People","sort_order":166,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F373","image":"1f468-1f3fb-200d-1f373.png","sheet_x":36,"sheet_y":31,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F373","image":"1f468-1f3fc-200d-1f373.png","sheet_x":36,"sheet_y":32,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F373","image":"1f468-1f3fd-200d-1f373.png","sheet_x":36,"sheet_y":33,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F373","image":"1f468-1f3fe-200d-1f373.png","sheet_x":36,"sheet_y":34,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F373","image":"1f468-1f3ff-200d-1f373.png","sheet_x":36,"sheet_y":35,"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":null,"unified":"1F468-200D-1F393","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f393.png","sheet_x":36,"sheet_y":36,"short_name":"male-student","short_names":["male-student"],"text":null,"texts":null,"category":"People","sort_order":168,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F393","image":"1f468-1f3fb-200d-1f393.png","sheet_x":36,"sheet_y":37,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F393","image":"1f468-1f3fc-200d-1f393.png","sheet_x":36,"sheet_y":38,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F393","image":"1f468-1f3fd-200d-1f393.png","sheet_x":36,"sheet_y":39,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F393","image":"1f468-1f3fe-200d-1f393.png","sheet_x":36,"sheet_y":40,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F393","image":"1f468-1f3ff-200d-1f393.png","sheet_x":36,"sheet_y":41,"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":null,"unified":"1F468-200D-1F3A4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f3a4.png","sheet_x":36,"sheet_y":42,"short_name":"male-singer","short_names":["male-singer"],"text":null,"texts":null,"category":"People","sort_order":170,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3A4","image":"1f468-1f3fb-200d-1f3a4.png","sheet_x":36,"sheet_y":43,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3A4","image":"1f468-1f3fc-200d-1f3a4.png","sheet_x":36,"sheet_y":44,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3A4","image":"1f468-1f3fd-200d-1f3a4.png","sheet_x":36,"sheet_y":45,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3A4","image":"1f468-1f3fe-200d-1f3a4.png","sheet_x":36,"sheet_y":46,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3A4","image":"1f468-1f3ff-200d-1f3a4.png","sheet_x":36,"sheet_y":47,"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":null,"unified":"1F468-200D-1F3A8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f3a8.png","sheet_x":36,"sheet_y":48,"short_name":"male-artist","short_names":["male-artist"],"text":null,"texts":null,"category":"People","sort_order":184,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3A8","image":"1f468-1f3fb-200d-1f3a8.png","sheet_x":37,"sheet_y":0,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3A8","image":"1f468-1f3fc-200d-1f3a8.png","sheet_x":37,"sheet_y":1,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3A8","image":"1f468-1f3fd-200d-1f3a8.png","sheet_x":37,"sheet_y":2,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3A8","image":"1f468-1f3fe-200d-1f3a8.png","sheet_x":37,"sheet_y":3,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3A8","image":"1f468-1f3ff-200d-1f3a8.png","sheet_x":37,"sheet_y":4,"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":null,"unified":"1F468-200D-1F3EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f3eb.png","sheet_x":37,"sheet_y":5,"short_name":"male-teacher","short_names":["male-teacher"],"text":null,"texts":null,"category":"People","sort_order":172,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3EB","image":"1f468-1f3fb-200d-1f3eb.png","sheet_x":37,"sheet_y":6,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3EB","image":"1f468-1f3fc-200d-1f3eb.png","sheet_x":37,"sheet_y":7,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3EB","image":"1f468-1f3fd-200d-1f3eb.png","sheet_x":37,"sheet_y":8,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3EB","image":"1f468-1f3fe-200d-1f3eb.png","sheet_x":37,"sheet_y":9,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3EB","image":"1f468-1f3ff-200d-1f3eb.png","sheet_x":37,"sheet_y":10,"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":null,"unified":"1F468-200D-1F3ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f3ed.png","sheet_x":37,"sheet_y":11,"short_name":"male-factory-worker","short_names":["male-factory-worker"],"text":null,"texts":null,"category":"People","sort_order":174,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3ED","image":"1f468-1f3fb-200d-1f3ed.png","sheet_x":37,"sheet_y":12,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3ED","image":"1f468-1f3fc-200d-1f3ed.png","sheet_x":37,"sheet_y":13,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3ED","image":"1f468-1f3fd-200d-1f3ed.png","sheet_x":37,"sheet_y":14,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3ED","image":"1f468-1f3fe-200d-1f3ed.png","sheet_x":37,"sheet_y":15,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3ED","image":"1f468-1f3ff-200d-1f3ed.png","sheet_x":37,"sheet_y":16,"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":null,"unified":"1F468-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f466.png","sheet_x":37,"sheet_y":17,"short_name":"man-boy","short_names":["man-boy"],"text":null,"texts":null,"category":"People","sort_order":263,"added_in":"6.0","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":null,"unified":"1F468-200D-1F467","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f467.png","sheet_x":37,"sheet_y":18,"short_name":"man-girl","short_names":["man-girl"],"text":null,"texts":null,"category":"People","sort_order":264,"added_in":"6.0","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":null,"unified":"1F468-200D-1F4BB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f4bb.png","sheet_x":37,"sheet_y":19,"short_name":"male-technologist","short_names":["male-technologist"],"text":null,"texts":null,"category":"People","sort_order":176,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F4BB","image":"1f468-1f3fb-200d-1f4bb.png","sheet_x":37,"sheet_y":20,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F4BB","image":"1f468-1f3fc-200d-1f4bb.png","sheet_x":37,"sheet_y":21,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F4BB","image":"1f468-1f3fd-200d-1f4bb.png","sheet_x":37,"sheet_y":22,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F4BB","image":"1f468-1f3fe-200d-1f4bb.png","sheet_x":37,"sheet_y":23,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F4BB","image":"1f468-1f3ff-200d-1f4bb.png","sheet_x":37,"sheet_y":24,"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":null,"unified":"1F468-200D-1F4BC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f4bc.png","sheet_x":37,"sheet_y":25,"short_name":"male-office-worker","short_names":["male-office-worker"],"text":null,"texts":null,"category":"People","sort_order":178,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F4BC","image":"1f468-1f3fb-200d-1f4bc.png","sheet_x":37,"sheet_y":26,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F4BC","image":"1f468-1f3fc-200d-1f4bc.png","sheet_x":37,"sheet_y":27,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F4BC","image":"1f468-1f3fd-200d-1f4bc.png","sheet_x":37,"sheet_y":28,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F4BC","image":"1f468-1f3fe-200d-1f4bc.png","sheet_x":37,"sheet_y":29,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F4BC","image":"1f468-1f3ff-200d-1f4bc.png","sheet_x":37,"sheet_y":30,"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":null,"unified":"1F468-200D-1F527","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f527.png","sheet_x":37,"sheet_y":31,"short_name":"male-mechanic","short_names":["male-mechanic"],"text":null,"texts":null,"category":"People","sort_order":180,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F527","image":"1f468-1f3fb-200d-1f527.png","sheet_x":37,"sheet_y":32,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F527","image":"1f468-1f3fc-200d-1f527.png","sheet_x":37,"sheet_y":33,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F527","image":"1f468-1f3fd-200d-1f527.png","sheet_x":37,"sheet_y":34,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F527","image":"1f468-1f3fe-200d-1f527.png","sheet_x":37,"sheet_y":35,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F527","image":"1f468-1f3ff-200d-1f527.png","sheet_x":37,"sheet_y":36,"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":null,"unified":"1F468-200D-1F52C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f52c.png","sheet_x":37,"sheet_y":37,"short_name":"male-scientist","short_names":["male-scientist"],"text":null,"texts":null,"category":"People","sort_order":182,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F52C","image":"1f468-1f3fb-200d-1f52c.png","sheet_x":37,"sheet_y":38,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F52C","image":"1f468-1f3fc-200d-1f52c.png","sheet_x":37,"sheet_y":39,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F52C","image":"1f468-1f3fd-200d-1f52c.png","sheet_x":37,"sheet_y":40,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F52C","image":"1f468-1f3fe-200d-1f52c.png","sheet_x":37,"sheet_y":41,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F52C","image":"1f468-1f3ff-200d-1f52c.png","sheet_x":37,"sheet_y":42,"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":null,"unified":"1F468-200D-1F680","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f680.png","sheet_x":37,"sheet_y":43,"short_name":"male-astronaut","short_names":["male-astronaut"],"text":null,"texts":null,"category":"People","sort_order":190,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F680","image":"1f468-1f3fb-200d-1f680.png","sheet_x":37,"sheet_y":44,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F680","image":"1f468-1f3fc-200d-1f680.png","sheet_x":37,"sheet_y":45,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F680","image":"1f468-1f3fd-200d-1f680.png","sheet_x":37,"sheet_y":46,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F680","image":"1f468-1f3fe-200d-1f680.png","sheet_x":37,"sheet_y":47,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F680","image":"1f468-1f3ff-200d-1f680.png","sheet_x":37,"sheet_y":48,"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":null,"unified":"1F468-200D-1F692","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f692.png","sheet_x":38,"sheet_y":0,"short_name":"male-firefighter","short_names":["male-firefighter"],"text":null,"texts":null,"category":"People","sort_order":186,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F692","image":"1f468-1f3fb-200d-1f692.png","sheet_x":38,"sheet_y":1,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F692","image":"1f468-1f3fc-200d-1f692.png","sheet_x":38,"sheet_y":2,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F692","image":"1f468-1f3fd-200d-1f692.png","sheet_x":38,"sheet_y":3,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F692","image":"1f468-1f3fe-200d-1f692.png","sheet_x":38,"sheet_y":4,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F692","image":"1f468-1f3ff-200d-1f692.png","sheet_x":38,"sheet_y":5,"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":null,"unified":"1F469-200D-1F33E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f33e.png","sheet_x":38,"sheet_y":6,"short_name":"female-farmer","short_names":["female-farmer"],"text":null,"texts":null,"category":"People","sort_order":163,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F33E","image":"1f469-1f3fb-200d-1f33e.png","sheet_x":38,"sheet_y":7,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F33E","image":"1f469-1f3fc-200d-1f33e.png","sheet_x":38,"sheet_y":8,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F33E","image":"1f469-1f3fd-200d-1f33e.png","sheet_x":38,"sheet_y":9,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F33E","image":"1f469-1f3fe-200d-1f33e.png","sheet_x":38,"sheet_y":10,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F33E","image":"1f469-1f3ff-200d-1f33e.png","sheet_x":38,"sheet_y":11,"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":null,"unified":"1F469-200D-1F373","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f373.png","sheet_x":38,"sheet_y":12,"short_name":"female-cook","short_names":["female-cook"],"text":null,"texts":null,"category":"People","sort_order":165,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F373","image":"1f469-1f3fb-200d-1f373.png","sheet_x":38,"sheet_y":13,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F373","image":"1f469-1f3fc-200d-1f373.png","sheet_x":38,"sheet_y":14,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F373","image":"1f469-1f3fd-200d-1f373.png","sheet_x":38,"sheet_y":15,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F373","image":"1f469-1f3fe-200d-1f373.png","sheet_x":38,"sheet_y":16,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F373","image":"1f469-1f3ff-200d-1f373.png","sheet_x":38,"sheet_y":17,"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":null,"unified":"1F469-200D-1F393","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f393.png","sheet_x":38,"sheet_y":18,"short_name":"female-student","short_names":["female-student"],"text":null,"texts":null,"category":"People","sort_order":167,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F393","image":"1f469-1f3fb-200d-1f393.png","sheet_x":38,"sheet_y":19,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F393","image":"1f469-1f3fc-200d-1f393.png","sheet_x":38,"sheet_y":20,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F393","image":"1f469-1f3fd-200d-1f393.png","sheet_x":38,"sheet_y":21,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F393","image":"1f469-1f3fe-200d-1f393.png","sheet_x":38,"sheet_y":22,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F393","image":"1f469-1f3ff-200d-1f393.png","sheet_x":38,"sheet_y":23,"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":null,"unified":"1F469-200D-1F3A4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f3a4.png","sheet_x":38,"sheet_y":24,"short_name":"female-singer","short_names":["female-singer"],"text":null,"texts":null,"category":"People","sort_order":169,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3A4","image":"1f469-1f3fb-200d-1f3a4.png","sheet_x":38,"sheet_y":25,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3A4","image":"1f469-1f3fc-200d-1f3a4.png","sheet_x":38,"sheet_y":26,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3A4","image":"1f469-1f3fd-200d-1f3a4.png","sheet_x":38,"sheet_y":27,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3A4","image":"1f469-1f3fe-200d-1f3a4.png","sheet_x":38,"sheet_y":28,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3A4","image":"1f469-1f3ff-200d-1f3a4.png","sheet_x":38,"sheet_y":29,"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":null,"unified":"1F469-200D-1F3A8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f3a8.png","sheet_x":38,"sheet_y":30,"short_name":"female-artist","short_names":["female-artist"],"text":null,"texts":null,"category":"People","sort_order":183,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3A8","image":"1f469-1f3fb-200d-1f3a8.png","sheet_x":38,"sheet_y":31,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3A8","image":"1f469-1f3fc-200d-1f3a8.png","sheet_x":38,"sheet_y":32,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3A8","image":"1f469-1f3fd-200d-1f3a8.png","sheet_x":38,"sheet_y":33,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3A8","image":"1f469-1f3fe-200d-1f3a8.png","sheet_x":38,"sheet_y":34,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3A8","image":"1f469-1f3ff-200d-1f3a8.png","sheet_x":38,"sheet_y":35,"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":null,"unified":"1F469-200D-1F3EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f3eb.png","sheet_x":38,"sheet_y":36,"short_name":"female-teacher","short_names":["female-teacher"],"text":null,"texts":null,"category":"People","sort_order":171,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3EB","image":"1f469-1f3fb-200d-1f3eb.png","sheet_x":38,"sheet_y":37,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3EB","image":"1f469-1f3fc-200d-1f3eb.png","sheet_x":38,"sheet_y":38,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3EB","image":"1f469-1f3fd-200d-1f3eb.png","sheet_x":38,"sheet_y":39,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3EB","image":"1f469-1f3fe-200d-1f3eb.png","sheet_x":38,"sheet_y":40,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3EB","image":"1f469-1f3ff-200d-1f3eb.png","sheet_x":38,"sheet_y":41,"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":null,"unified":"1F469-200D-1F3ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f3ed.png","sheet_x":38,"sheet_y":42,"short_name":"female-factory-worker","short_names":["female-factory-worker"],"text":null,"texts":null,"category":"People","sort_order":173,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3ED","image":"1f469-1f3fb-200d-1f3ed.png","sheet_x":38,"sheet_y":43,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3ED","image":"1f469-1f3fc-200d-1f3ed.png","sheet_x":38,"sheet_y":44,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3ED","image":"1f469-1f3fd-200d-1f3ed.png","sheet_x":38,"sheet_y":45,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3ED","image":"1f469-1f3fe-200d-1f3ed.png","sheet_x":38,"sheet_y":46,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3ED","image":"1f469-1f3ff-200d-1f3ed.png","sheet_x":38,"sheet_y":47,"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":null,"unified":"1F469-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f466.png","sheet_x":38,"sheet_y":48,"short_name":"woman-boy","short_names":["woman-boy"],"text":null,"texts":null,"category":"People","sort_order":258,"added_in":"6.0","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":null,"unified":"1F469-200D-1F467","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f467.png","sheet_x":39,"sheet_y":0,"short_name":"woman-girl","short_names":["woman-girl"],"text":null,"texts":null,"category":"People","sort_order":259,"added_in":"6.0","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":null,"unified":"1F469-200D-1F4BB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f4bb.png","sheet_x":39,"sheet_y":1,"short_name":"female-technologist","short_names":["female-technologist"],"text":null,"texts":null,"category":"People","sort_order":175,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F4BB","image":"1f469-1f3fb-200d-1f4bb.png","sheet_x":39,"sheet_y":2,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F4BB","image":"1f469-1f3fc-200d-1f4bb.png","sheet_x":39,"sheet_y":3,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F4BB","image":"1f469-1f3fd-200d-1f4bb.png","sheet_x":39,"sheet_y":4,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F4BB","image":"1f469-1f3fe-200d-1f4bb.png","sheet_x":39,"sheet_y":5,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F4BB","image":"1f469-1f3ff-200d-1f4bb.png","sheet_x":39,"sheet_y":6,"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":null,"unified":"1F469-200D-1F4BC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f4bc.png","sheet_x":39,"sheet_y":7,"short_name":"female-office-worker","short_names":["female-office-worker"],"text":null,"texts":null,"category":"People","sort_order":177,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F4BC","image":"1f469-1f3fb-200d-1f4bc.png","sheet_x":39,"sheet_y":8,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F4BC","image":"1f469-1f3fc-200d-1f4bc.png","sheet_x":39,"sheet_y":9,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F4BC","image":"1f469-1f3fd-200d-1f4bc.png","sheet_x":39,"sheet_y":10,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F4BC","image":"1f469-1f3fe-200d-1f4bc.png","sheet_x":39,"sheet_y":11,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F4BC","image":"1f469-1f3ff-200d-1f4bc.png","sheet_x":39,"sheet_y":12,"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":null,"unified":"1F469-200D-1F527","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f527.png","sheet_x":39,"sheet_y":13,"short_name":"female-mechanic","short_names":["female-mechanic"],"text":null,"texts":null,"category":"People","sort_order":179,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F527","image":"1f469-1f3fb-200d-1f527.png","sheet_x":39,"sheet_y":14,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F527","image":"1f469-1f3fc-200d-1f527.png","sheet_x":39,"sheet_y":15,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F527","image":"1f469-1f3fd-200d-1f527.png","sheet_x":39,"sheet_y":16,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F527","image":"1f469-1f3fe-200d-1f527.png","sheet_x":39,"sheet_y":17,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F527","image":"1f469-1f3ff-200d-1f527.png","sheet_x":39,"sheet_y":18,"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":null,"unified":"1F469-200D-1F52C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f52c.png","sheet_x":39,"sheet_y":19,"short_name":"female-scientist","short_names":["female-scientist"],"text":null,"texts":null,"category":"People","sort_order":181,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F52C","image":"1f469-1f3fb-200d-1f52c.png","sheet_x":39,"sheet_y":20,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F52C","image":"1f469-1f3fc-200d-1f52c.png","sheet_x":39,"sheet_y":21,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F52C","image":"1f469-1f3fd-200d-1f52c.png","sheet_x":39,"sheet_y":22,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F52C","image":"1f469-1f3fe-200d-1f52c.png","sheet_x":39,"sheet_y":23,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F52C","image":"1f469-1f3ff-200d-1f52c.png","sheet_x":39,"sheet_y":24,"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":null,"unified":"1F469-200D-1F680","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f680.png","sheet_x":39,"sheet_y":25,"short_name":"female-astronaut","short_names":["female-astronaut"],"text":null,"texts":null,"category":"People","sort_order":189,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F680","image":"1f469-1f3fb-200d-1f680.png","sheet_x":39,"sheet_y":26,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F680","image":"1f469-1f3fc-200d-1f680.png","sheet_x":39,"sheet_y":27,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F680","image":"1f469-1f3fd-200d-1f680.png","sheet_x":39,"sheet_y":28,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F680","image":"1f469-1f3fe-200d-1f680.png","sheet_x":39,"sheet_y":29,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F680","image":"1f469-1f3ff-200d-1f680.png","sheet_x":39,"sheet_y":30,"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":null,"unified":"1F469-200D-1F692","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f692.png","sheet_x":39,"sheet_y":31,"short_name":"female-firefighter","short_names":["female-firefighter"],"text":null,"texts":null,"category":"People","sort_order":185,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F692","image":"1f469-1f3fb-200d-1f692.png","sheet_x":39,"sheet_y":32,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F692","image":"1f469-1f3fc-200d-1f692.png","sheet_x":39,"sheet_y":33,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F692","image":"1f469-1f3fd-200d-1f692.png","sheet_x":39,"sheet_y":34,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F692","image":"1f469-1f3fe-200d-1f692.png","sheet_x":39,"sheet_y":35,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F692","image":"1f469-1f3ff-200d-1f692.png","sheet_x":39,"sheet_y":36,"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":null,"unified":"1F3C3-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c3-200d-2640-fe0f.png","sheet_x":39,"sheet_y":37,"short_name":"woman-running","short_names":["woman-running"],"text":null,"texts":null,"category":"People","sort_order":232,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3C3-1F3FB-200D-2640-FE0F","image":"1f3c3-1f3fb-200d-2640-fe0f.png","sheet_x":39,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3C3-1F3FC-200D-2640-FE0F","image":"1f3c3-1f3fc-200d-2640-fe0f.png","sheet_x":39,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3C3-1F3FD-200D-2640-FE0F","image":"1f3c3-1f3fd-200d-2640-fe0f.png","sheet_x":39,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3C3-1F3FE-200D-2640-FE0F","image":"1f3c3-1f3fe-200d-2640-fe0f.png","sheet_x":39,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3C3-1F3FF-200D-2640-FE0F","image":"1f3c3-1f3ff-200d-2640-fe0f.png","sheet_x":39,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3C3-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c3-200d-2642-fe0f.png","sheet_x":39,"sheet_y":43,"short_name":"man-running","short_names":["man-running"],"text":null,"texts":null,"category":"People","sort_order":304,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3C3-1F3FB-200D-2642-FE0F","image":"1f3c3-1f3fb-200d-2642-fe0f.png","sheet_x":39,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3C3-1F3FC-200D-2642-FE0F","image":"1f3c3-1f3fc-200d-2642-fe0f.png","sheet_x":39,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3C3-1F3FD-200D-2642-FE0F","image":"1f3c3-1f3fd-200d-2642-fe0f.png","sheet_x":39,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3C3-1F3FE-200D-2642-FE0F","image":"1f3c3-1f3fe-200d-2642-fe0f.png","sheet_x":39,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3C3-1F3FF-200D-2642-FE0F","image":"1f3c3-1f3ff-200d-2642-fe0f.png","sheet_x":39,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3C3"},{"name":null,"unified":"1F3C4-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c4-200d-2640-fe0f.png","sheet_x":40,"sheet_y":0,"short_name":"woman-surfing","short_names":["woman-surfing"],"text":null,"texts":null,"category":"Activity","sort_order":40,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3C4-1F3FB-200D-2640-FE0F","image":"1f3c4-1f3fb-200d-2640-fe0f.png","sheet_x":40,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3C4-1F3FC-200D-2640-FE0F","image":"1f3c4-1f3fc-200d-2640-fe0f.png","sheet_x":40,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3C4-1F3FD-200D-2640-FE0F","image":"1f3c4-1f3fd-200d-2640-fe0f.png","sheet_x":40,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3C4-1F3FE-200D-2640-FE0F","image":"1f3c4-1f3fe-200d-2640-fe0f.png","sheet_x":40,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3C4-1F3FF-200D-2640-FE0F","image":"1f3c4-1f3ff-200d-2640-fe0f.png","sheet_x":40,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3C4-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c4-200d-2642-fe0f.png","sheet_x":40,"sheet_y":6,"short_name":"man-surfing","short_names":["man-surfing"],"text":null,"texts":null,"category":"Activity","sort_order":89,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3C4-1F3FB-200D-2642-FE0F","image":"1f3c4-1f3fb-200d-2642-fe0f.png","sheet_x":40,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3C4-1F3FC-200D-2642-FE0F","image":"1f3c4-1f3fc-200d-2642-fe0f.png","sheet_x":40,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3C4-1F3FD-200D-2642-FE0F","image":"1f3c4-1f3fd-200d-2642-fe0f.png","sheet_x":40,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3C4-1F3FE-200D-2642-FE0F","image":"1f3c4-1f3fe-200d-2642-fe0f.png","sheet_x":40,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3C4-1F3FF-200D-2642-FE0F","image":"1f3c4-1f3ff-200d-2642-fe0f.png","sheet_x":40,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3C4"},{"name":null,"unified":"1F3CA-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3ca-200d-2640-fe0f.png","sheet_x":40,"sheet_y":12,"short_name":"woman-swimming","short_names":["woman-swimming"],"text":null,"texts":null,"category":"Activity","sort_order":42,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CA-1F3FB-200D-2640-FE0F","image":"1f3ca-1f3fb-200d-2640-fe0f.png","sheet_x":40,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CA-1F3FC-200D-2640-FE0F","image":"1f3ca-1f3fc-200d-2640-fe0f.png","sheet_x":40,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CA-1F3FD-200D-2640-FE0F","image":"1f3ca-1f3fd-200d-2640-fe0f.png","sheet_x":40,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CA-1F3FE-200D-2640-FE0F","image":"1f3ca-1f3fe-200d-2640-fe0f.png","sheet_x":40,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CA-1F3FF-200D-2640-FE0F","image":"1f3ca-1f3ff-200d-2640-fe0f.png","sheet_x":40,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3CA-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3ca-200d-2642-fe0f.png","sheet_x":40,"sheet_y":18,"short_name":"man-swimming","short_names":["man-swimming"],"text":null,"texts":null,"category":"Activity","sort_order":90,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CA-1F3FB-200D-2642-FE0F","image":"1f3ca-1f3fb-200d-2642-fe0f.png","sheet_x":40,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CA-1F3FC-200D-2642-FE0F","image":"1f3ca-1f3fc-200d-2642-fe0f.png","sheet_x":40,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CA-1F3FD-200D-2642-FE0F","image":"1f3ca-1f3fd-200d-2642-fe0f.png","sheet_x":40,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CA-1F3FE-200D-2642-FE0F","image":"1f3ca-1f3fe-200d-2642-fe0f.png","sheet_x":40,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CA-1F3FF-200D-2642-FE0F","image":"1f3ca-1f3ff-200d-2642-fe0f.png","sheet_x":40,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3CA"},{"name":null,"unified":"1F3CB-FE0F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cb-fe0f-200d-2640-fe0f.png","sheet_x":40,"sheet_y":24,"short_name":"woman-lifting-weights","short_names":["woman-lifting-weights"],"text":null,"texts":null,"category":"Activity","sort_order":24,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CB-1F3FB-200D-2640-FE0F","image":"1f3cb-1f3fb-200d-2640-fe0f.png","sheet_x":40,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CB-1F3FC-200D-2640-FE0F","image":"1f3cb-1f3fc-200d-2640-fe0f.png","sheet_x":40,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CB-1F3FD-200D-2640-FE0F","image":"1f3cb-1f3fd-200d-2640-fe0f.png","sheet_x":40,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CB-1F3FE-200D-2640-FE0F","image":"1f3cb-1f3fe-200d-2640-fe0f.png","sheet_x":40,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CB-1F3FF-200D-2640-FE0F","image":"1f3cb-1f3ff-200d-2640-fe0f.png","sheet_x":40,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3CB-FE0F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cb-fe0f-200d-2642-fe0f.png","sheet_x":40,"sheet_y":30,"short_name":"man-lifting-weights","short_names":["man-lifting-weights"],"text":null,"texts":null,"category":"Activity","sort_order":87,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CB-1F3FB-200D-2642-FE0F","image":"1f3cb-1f3fb-200d-2642-fe0f.png","sheet_x":40,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CB-1F3FC-200D-2642-FE0F","image":"1f3cb-1f3fc-200d-2642-fe0f.png","sheet_x":40,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CB-1F3FD-200D-2642-FE0F","image":"1f3cb-1f3fd-200d-2642-fe0f.png","sheet_x":40,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CB-1F3FE-200D-2642-FE0F","image":"1f3cb-1f3fe-200d-2642-fe0f.png","sheet_x":40,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CB-1F3FF-200D-2642-FE0F","image":"1f3cb-1f3ff-200d-2642-fe0f.png","sheet_x":40,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3CB"},{"name":null,"unified":"1F3CC-FE0F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cc-fe0f-200d-2640-fe0f.png","sheet_x":40,"sheet_y":36,"short_name":"woman-golfing","short_names":["woman-golfing"],"text":null,"texts":null,"category":"Activity","sort_order":38,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CC-1F3FB-200D-2640-FE0F","image":"1f3cc-1f3fb-200d-2640-fe0f.png","sheet_x":40,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CC-1F3FC-200D-2640-FE0F","image":"1f3cc-1f3fc-200d-2640-fe0f.png","sheet_x":40,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CC-1F3FD-200D-2640-FE0F","image":"1f3cc-1f3fd-200d-2640-fe0f.png","sheet_x":40,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CC-1F3FE-200D-2640-FE0F","image":"1f3cc-1f3fe-200d-2640-fe0f.png","sheet_x":40,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CC-1F3FF-200D-2640-FE0F","image":"1f3cc-1f3ff-200d-2640-fe0f.png","sheet_x":40,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3CC-FE0F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cc-fe0f-200d-2642-fe0f.png","sheet_x":40,"sheet_y":42,"short_name":"man-golfing","short_names":["man-golfing"],"text":null,"texts":null,"category":"Activity","sort_order":88,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CC-1F3FB-200D-2642-FE0F","image":"1f3cc-1f3fb-200d-2642-fe0f.png","sheet_x":40,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CC-1F3FC-200D-2642-FE0F","image":"1f3cc-1f3fc-200d-2642-fe0f.png","sheet_x":40,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CC-1F3FD-200D-2642-FE0F","image":"1f3cc-1f3fd-200d-2642-fe0f.png","sheet_x":40,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CC-1F3FE-200D-2642-FE0F","image":"1f3cc-1f3fe-200d-2642-fe0f.png","sheet_x":40,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CC-1F3FF-200D-2642-FE0F","image":"1f3cc-1f3ff-200d-2642-fe0f.png","sheet_x":40,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3CC"},{"name":null,"unified":"1F3F3-FE0F-200D-1F308","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f3-fe0f-200d-1f308.png","sheet_x":40,"sheet_y":48,"short_name":"rainbow-flag","short_names":["rainbow-flag"],"text":null,"texts":null,"category":"Flags","sort_order":5,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},{"name":null,"unified":"1F441-FE0F-200D-1F5E8-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f441-fe0f-200d-1f5e8-fe0f.png","sheet_x":41,"sheet_y":0,"short_name":"eye-in-speech-bubble","short_names":["eye-in-speech-bubble"],"text":null,"texts":null,"category":"Symbols","sort_order":238,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":false,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":null,"unified":"1F468-200D-1F466-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f466-200d-1f466.png","sheet_x":41,"sheet_y":1,"short_name":"man-boy-boy","short_names":["man-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":266,"added_in":"6.0","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":null,"unified":"1F468-200D-1F467-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f467-200d-1f466.png","sheet_x":41,"sheet_y":2,"short_name":"man-girl-boy","short_names":["man-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":265,"added_in":"6.0","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":null,"unified":"1F468-200D-1F467-200D-1F467","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f467-200d-1f467.png","sheet_x":41,"sheet_y":3,"short_name":"man-girl-girl","short_names":["man-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":267,"added_in":"6.0","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":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":41,"sheet_y":4,"short_name":"man-man-boy","short_names":["man-man-boy"],"text":null,"texts":null,"category":"People","sort_order":253,"added_in":"6.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":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":41,"sheet_y":5,"short_name":"man-man-boy-boy","short_names":["man-man-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":256,"added_in":"6.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":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":41,"sheet_y":6,"short_name":"man-man-girl","short_names":["man-man-girl"],"text":null,"texts":null,"category":"People","sort_order":254,"added_in":"6.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":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":41,"sheet_y":7,"short_name":"man-man-girl-boy","short_names":["man-man-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":255,"added_in":"6.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":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":41,"sheet_y":8,"short_name":"man-man-girl-girl","short_names":["man-man-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":257,"added_in":"6.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":null,"unified":"1F468-200D-1F469-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f469-200d-1f466.png","sheet_x":41,"sheet_y":9,"short_name":"man-woman-boy","short_names":["man-woman-boy","family"],"text":null,"texts":null,"category":"People","sort_order":294,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"obsoletes":"1F46A"},{"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":41,"sheet_y":10,"short_name":"man-woman-boy-boy","short_names":["man-woman-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":246,"added_in":"6.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":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":41,"sheet_y":11,"short_name":"man-woman-girl","short_names":["man-woman-girl"],"text":null,"texts":null,"category":"People","sort_order":244,"added_in":"6.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":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":41,"sheet_y":12,"short_name":"man-woman-girl-boy","short_names":["man-woman-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":245,"added_in":"6.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":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":41,"sheet_y":13,"short_name":"man-woman-girl-girl","short_names":["man-woman-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":247,"added_in":"6.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":null,"unified":"1F468-200D-2695-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-2695-fe0f.png","sheet_x":41,"sheet_y":14,"short_name":"male-doctor","short_names":["male-doctor"],"text":null,"texts":null,"category":"People","sort_order":162,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-2695-FE0F","image":"1f468-1f3fb-200d-2695-fe0f.png","sheet_x":41,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-2695-FE0F","image":"1f468-1f3fc-200d-2695-fe0f.png","sheet_x":41,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-2695-FE0F","image":"1f468-1f3fd-200d-2695-fe0f.png","sheet_x":41,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-2695-FE0F","image":"1f468-1f3fe-200d-2695-fe0f.png","sheet_x":41,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-2695-FE0F","image":"1f468-1f3ff-200d-2695-fe0f.png","sheet_x":41,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F468-200D-2696-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-2696-fe0f.png","sheet_x":41,"sheet_y":20,"short_name":"male-judge","short_names":["male-judge"],"text":null,"texts":null,"category":"People","sort_order":192,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-2696-FE0F","image":"1f468-1f3fb-200d-2696-fe0f.png","sheet_x":41,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-2696-FE0F","image":"1f468-1f3fc-200d-2696-fe0f.png","sheet_x":41,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-2696-FE0F","image":"1f468-1f3fd-200d-2696-fe0f.png","sheet_x":41,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-2696-FE0F","image":"1f468-1f3fe-200d-2696-fe0f.png","sheet_x":41,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-2696-FE0F","image":"1f468-1f3ff-200d-2696-fe0f.png","sheet_x":41,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F468-200D-2708-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-2708-fe0f.png","sheet_x":41,"sheet_y":26,"short_name":"male-pilot","short_names":["male-pilot"],"text":null,"texts":null,"category":"People","sort_order":188,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-2708-FE0F","image":"1f468-1f3fb-200d-2708-fe0f.png","sheet_x":41,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-2708-FE0F","image":"1f468-1f3fc-200d-2708-fe0f.png","sheet_x":41,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-2708-FE0F","image":"1f468-1f3fd-200d-2708-fe0f.png","sheet_x":41,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-2708-FE0F","image":"1f468-1f3fe-200d-2708-fe0f.png","sheet_x":41,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-2708-FE0F","image":"1f468-1f3ff-200d-2708-fe0f.png","sheet_x":41,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"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":41,"sheet_y":32,"short_name":"man-heart-man","short_names":["man-heart-man"],"text":null,"texts":null,"category":"People","sort_order":239,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"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":41,"sheet_y":33,"short_name":"man-kiss-man","short_names":["man-kiss-man"],"text":null,"texts":null,"category":"People","sort_order":242,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},{"name":null,"unified":"1F469-200D-1F466-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f466-200d-1f466.png","sheet_x":41,"sheet_y":34,"short_name":"woman-boy-boy","short_names":["woman-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":261,"added_in":"6.0","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":null,"unified":"1F469-200D-1F467-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f467-200d-1f466.png","sheet_x":41,"sheet_y":35,"short_name":"woman-girl-boy","short_names":["woman-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":260,"added_in":"6.0","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":null,"unified":"1F469-200D-1F467-200D-1F467","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f467-200d-1f467.png","sheet_x":41,"sheet_y":36,"short_name":"woman-girl-girl","short_names":["woman-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":262,"added_in":"6.0","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":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":41,"sheet_y":37,"short_name":"woman-woman-boy","short_names":["woman-woman-boy"],"text":null,"texts":null,"category":"People","sort_order":248,"added_in":"6.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":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":41,"sheet_y":38,"short_name":"woman-woman-boy-boy","short_names":["woman-woman-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":251,"added_in":"6.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":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":41,"sheet_y":39,"short_name":"woman-woman-girl","short_names":["woman-woman-girl"],"text":null,"texts":null,"category":"People","sort_order":249,"added_in":"6.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":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":41,"sheet_y":40,"short_name":"woman-woman-girl-boy","short_names":["woman-woman-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":250,"added_in":"6.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":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":41,"sheet_y":41,"short_name":"woman-woman-girl-girl","short_names":["woman-woman-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":252,"added_in":"6.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":null,"unified":"1F469-200D-2695-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2695-fe0f.png","sheet_x":41,"sheet_y":42,"short_name":"female-doctor","short_names":["female-doctor"],"text":null,"texts":null,"category":"People","sort_order":161,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-2695-FE0F","image":"1f469-1f3fb-200d-2695-fe0f.png","sheet_x":41,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-2695-FE0F","image":"1f469-1f3fc-200d-2695-fe0f.png","sheet_x":41,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-2695-FE0F","image":"1f469-1f3fd-200d-2695-fe0f.png","sheet_x":41,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-2695-FE0F","image":"1f469-1f3fe-200d-2695-fe0f.png","sheet_x":41,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-2695-FE0F","image":"1f469-1f3ff-200d-2695-fe0f.png","sheet_x":41,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F469-200D-2696-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2696-fe0f.png","sheet_x":41,"sheet_y":48,"short_name":"female-judge","short_names":["female-judge"],"text":null,"texts":null,"category":"People","sort_order":191,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-2696-FE0F","image":"1f469-1f3fb-200d-2696-fe0f.png","sheet_x":42,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-2696-FE0F","image":"1f469-1f3fc-200d-2696-fe0f.png","sheet_x":42,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-2696-FE0F","image":"1f469-1f3fd-200d-2696-fe0f.png","sheet_x":42,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-2696-FE0F","image":"1f469-1f3fe-200d-2696-fe0f.png","sheet_x":42,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-2696-FE0F","image":"1f469-1f3ff-200d-2696-fe0f.png","sheet_x":42,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F469-200D-2708-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2708-fe0f.png","sheet_x":42,"sheet_y":5,"short_name":"female-pilot","short_names":["female-pilot"],"text":null,"texts":null,"category":"People","sort_order":187,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-2708-FE0F","image":"1f469-1f3fb-200d-2708-fe0f.png","sheet_x":42,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-2708-FE0F","image":"1f469-1f3fc-200d-2708-fe0f.png","sheet_x":42,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-2708-FE0F","image":"1f469-1f3fd-200d-2708-fe0f.png","sheet_x":42,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-2708-FE0F","image":"1f469-1f3fe-200d-2708-fe0f.png","sheet_x":42,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-2708-FE0F","image":"1f469-1f3ff-200d-2708-fe0f.png","sheet_x":42,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F469-200D-2764-FE0F-200D-1F468","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2764-fe0f-200d-1f468.png","sheet_x":42,"sheet_y":11,"short_name":"woman-heart-man","short_names":["woman-heart-man"],"text":null,"texts":null,"category":"People","sort_order":295,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"obsoletes":"1F491"},{"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":42,"sheet_y":12,"short_name":"woman-heart-woman","short_names":["woman-heart-woman"],"text":null,"texts":null,"category":"People","sort_order":238,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"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-1F468","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png","sheet_x":42,"sheet_y":13,"short_name":"woman-kiss-man","short_names":["woman-kiss-man"],"text":null,"texts":null,"category":"People","sort_order":296,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"obsoletes":"1F48F"},{"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":42,"sheet_y":14,"short_name":"woman-kiss-woman","short_names":["woman-kiss-woman"],"text":null,"texts":null,"category":"People","sort_order":241,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},{"name":null,"unified":"1F46E-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46e-200d-2640-fe0f.png","sheet_x":42,"sheet_y":15,"short_name":"female-police-officer","short_names":["female-police-officer"],"text":null,"texts":null,"category":"People","sort_order":153,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F46E-1F3FB-200D-2640-FE0F","image":"1f46e-1f3fb-200d-2640-fe0f.png","sheet_x":42,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F46E-1F3FC-200D-2640-FE0F","image":"1f46e-1f3fc-200d-2640-fe0f.png","sheet_x":42,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F46E-1F3FD-200D-2640-FE0F","image":"1f46e-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F46E-1F3FE-200D-2640-FE0F","image":"1f46e-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F46E-1F3FF-200D-2640-FE0F","image":"1f46e-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F46E-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46e-200d-2642-fe0f.png","sheet_x":42,"sheet_y":21,"short_name":"male-police-officer","short_names":["male-police-officer"],"text":null,"texts":null,"category":"People","sort_order":297,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F46E-1F3FB-200D-2642-FE0F","image":"1f46e-1f3fb-200d-2642-fe0f.png","sheet_x":42,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F46E-1F3FC-200D-2642-FE0F","image":"1f46e-1f3fc-200d-2642-fe0f.png","sheet_x":42,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F46E-1F3FD-200D-2642-FE0F","image":"1f46e-1f3fd-200d-2642-fe0f.png","sheet_x":42,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F46E-1F3FE-200D-2642-FE0F","image":"1f46e-1f3fe-200d-2642-fe0f.png","sheet_x":42,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F46E-1F3FF-200D-2642-FE0F","image":"1f46e-1f3ff-200d-2642-fe0f.png","sheet_x":42,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F46E"},{"name":null,"unified":"1F46F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46f-200d-2640-fe0f.png","sheet_x":42,"sheet_y":27,"short_name":"woman-with-bunny-ears-partying","short_names":["woman-with-bunny-ears-partying"],"text":null,"texts":null,"category":"People","sort_order":303,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"obsoletes":"1F46F"},{"name":null,"unified":"1F46F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46f-200d-2642-fe0f.png","sheet_x":42,"sheet_y":28,"short_name":"man-with-bunny-ears-partying","short_names":["man-with-bunny-ears-partying"],"text":null,"texts":null,"category":"People","sort_order":229,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":null,"unified":"1F471-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f471-200d-2640-fe0f.png","sheet_x":42,"sheet_y":29,"short_name":"blond-haired-woman","short_names":["blond-haired-woman"],"text":null,"texts":null,"category":"People","sort_order":146,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F471-1F3FB-200D-2640-FE0F","image":"1f471-1f3fb-200d-2640-fe0f.png","sheet_x":42,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F471-1F3FC-200D-2640-FE0F","image":"1f471-1f3fc-200d-2640-fe0f.png","sheet_x":42,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F471-1F3FD-200D-2640-FE0F","image":"1f471-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F471-1F3FE-200D-2640-FE0F","image":"1f471-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F471-1F3FF-200D-2640-FE0F","image":"1f471-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F471-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f471-200d-2642-fe0f.png","sheet_x":42,"sheet_y":35,"short_name":"blond-haired-man","short_names":["blond-haired-man"],"text":null,"texts":null,"category":"People","sort_order":298,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F471-1F3FB-200D-2642-FE0F","image":"1f471-1f3fb-200d-2642-fe0f.png","sheet_x":42,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F471-1F3FC-200D-2642-FE0F","image":"1f471-1f3fc-200d-2642-fe0f.png","sheet_x":42,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F471-1F3FD-200D-2642-FE0F","image":"1f471-1f3fd-200d-2642-fe0f.png","sheet_x":42,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F471-1F3FE-200D-2642-FE0F","image":"1f471-1f3fe-200d-2642-fe0f.png","sheet_x":42,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F471-1F3FF-200D-2642-FE0F","image":"1f471-1f3ff-200d-2642-fe0f.png","sheet_x":42,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F471"},{"name":null,"unified":"1F473-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f473-200d-2640-fe0f.png","sheet_x":42,"sheet_y":41,"short_name":"woman-wearing-turban","short_names":["woman-wearing-turban"],"text":null,"texts":null,"category":"People","sort_order":151,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F473-1F3FB-200D-2640-FE0F","image":"1f473-1f3fb-200d-2640-fe0f.png","sheet_x":42,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F473-1F3FC-200D-2640-FE0F","image":"1f473-1f3fc-200d-2640-fe0f.png","sheet_x":42,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F473-1F3FD-200D-2640-FE0F","image":"1f473-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F473-1F3FE-200D-2640-FE0F","image":"1f473-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F473-1F3FF-200D-2640-FE0F","image":"1f473-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F473-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f473-200d-2642-fe0f.png","sheet_x":42,"sheet_y":47,"short_name":"man-wearing-turban","short_names":["man-wearing-turban"],"text":null,"texts":null,"category":"People","sort_order":299,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F473-1F3FB-200D-2642-FE0F","image":"1f473-1f3fb-200d-2642-fe0f.png","sheet_x":42,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F473-1F3FC-200D-2642-FE0F","image":"1f473-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F473-1F3FD-200D-2642-FE0F","image":"1f473-1f3fd-200d-2642-fe0f.png","sheet_x":43,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F473-1F3FE-200D-2642-FE0F","image":"1f473-1f3fe-200d-2642-fe0f.png","sheet_x":43,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F473-1F3FF-200D-2642-FE0F","image":"1f473-1f3ff-200d-2642-fe0f.png","sheet_x":43,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F473"},{"name":null,"unified":"1F477-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f477-200d-2640-fe0f.png","sheet_x":43,"sheet_y":4,"short_name":"female-construction-worker","short_names":["female-construction-worker"],"text":null,"texts":null,"category":"People","sort_order":155,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F477-1F3FB-200D-2640-FE0F","image":"1f477-1f3fb-200d-2640-fe0f.png","sheet_x":43,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F477-1F3FC-200D-2640-FE0F","image":"1f477-1f3fc-200d-2640-fe0f.png","sheet_x":43,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F477-1F3FD-200D-2640-FE0F","image":"1f477-1f3fd-200d-2640-fe0f.png","sheet_x":43,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F477-1F3FE-200D-2640-FE0F","image":"1f477-1f3fe-200d-2640-fe0f.png","sheet_x":43,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F477-1F3FF-200D-2640-FE0F","image":"1f477-1f3ff-200d-2640-fe0f.png","sheet_x":43,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F477-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f477-200d-2642-fe0f.png","sheet_x":43,"sheet_y":10,"short_name":"male-construction-worker","short_names":["male-construction-worker"],"text":null,"texts":null,"category":"People","sort_order":300,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F477-1F3FB-200D-2642-FE0F","image":"1f477-1f3fb-200d-2642-fe0f.png","sheet_x":43,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F477-1F3FC-200D-2642-FE0F","image":"1f477-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F477-1F3FD-200D-2642-FE0F","image":"1f477-1f3fd-200d-2642-fe0f.png","sheet_x":43,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F477-1F3FE-200D-2642-FE0F","image":"1f477-1f3fe-200d-2642-fe0f.png","sheet_x":43,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F477-1F3FF-200D-2642-FE0F","image":"1f477-1f3ff-200d-2642-fe0f.png","sheet_x":43,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F477"},{"name":null,"unified":"1F481-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f481-200d-2640-fe0f.png","sheet_x":43,"sheet_y":16,"short_name":"woman-tipping-hand","short_names":["woman-tipping-hand"],"text":null,"texts":null,"category":"People","sort_order":308,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F481-1F3FB-200D-2640-FE0F","image":"1f481-1f3fb-200d-2640-fe0f.png","sheet_x":43,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F481-1F3FC-200D-2640-FE0F","image":"1f481-1f3fc-200d-2640-fe0f.png","sheet_x":43,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F481-1F3FD-200D-2640-FE0F","image":"1f481-1f3fd-200d-2640-fe0f.png","sheet_x":43,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F481-1F3FE-200D-2640-FE0F","image":"1f481-1f3fe-200d-2640-fe0f.png","sheet_x":43,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F481-1F3FF-200D-2640-FE0F","image":"1f481-1f3ff-200d-2640-fe0f.png","sheet_x":43,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F481"},{"name":null,"unified":"1F481-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f481-200d-2642-fe0f.png","sheet_x":43,"sheet_y":22,"short_name":"man-tipping-hand","short_names":["man-tipping-hand"],"text":null,"texts":null,"category":"People","sort_order":204,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F481-1F3FB-200D-2642-FE0F","image":"1f481-1f3fb-200d-2642-fe0f.png","sheet_x":43,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F481-1F3FC-200D-2642-FE0F","image":"1f481-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F481-1F3FD-200D-2642-FE0F","image":"1f481-1f3fd-200d-2642-fe0f.png","sheet_x":43,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F481-1F3FE-200D-2642-FE0F","image":"1f481-1f3fe-200d-2642-fe0f.png","sheet_x":43,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F481-1F3FF-200D-2642-FE0F","image":"1f481-1f3ff-200d-2642-fe0f.png","sheet_x":43,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F482-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f482-200d-2640-fe0f.png","sheet_x":43,"sheet_y":28,"short_name":"female-guard","short_names":["female-guard"],"text":null,"texts":null,"category":"People","sort_order":157,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F482-1F3FB-200D-2640-FE0F","image":"1f482-1f3fb-200d-2640-fe0f.png","sheet_x":43,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F482-1F3FC-200D-2640-FE0F","image":"1f482-1f3fc-200d-2640-fe0f.png","sheet_x":43,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F482-1F3FD-200D-2640-FE0F","image":"1f482-1f3fd-200d-2640-fe0f.png","sheet_x":43,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F482-1F3FE-200D-2640-FE0F","image":"1f482-1f3fe-200d-2640-fe0f.png","sheet_x":43,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F482-1F3FF-200D-2640-FE0F","image":"1f482-1f3ff-200d-2640-fe0f.png","sheet_x":43,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F482-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f482-200d-2642-fe0f.png","sheet_x":43,"sheet_y":34,"short_name":"male-guard","short_names":["male-guard"],"text":null,"texts":null,"category":"People","sort_order":301,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F482-1F3FB-200D-2642-FE0F","image":"1f482-1f3fb-200d-2642-fe0f.png","sheet_x":43,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F482-1F3FC-200D-2642-FE0F","image":"1f482-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F482-1F3FD-200D-2642-FE0F","image":"1f482-1f3fd-200d-2642-fe0f.png","sheet_x":43,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F482-1F3FE-200D-2642-FE0F","image":"1f482-1f3fe-200d-2642-fe0f.png","sheet_x":43,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F482-1F3FF-200D-2642-FE0F","image":"1f482-1f3ff-200d-2642-fe0f.png","sheet_x":43,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F482"},{"name":null,"unified":"1F486-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f486-200d-2640-fe0f.png","sheet_x":43,"sheet_y":40,"short_name":"woman-getting-massage","short_names":["woman-getting-massage"],"text":null,"texts":null,"category":"People","sort_order":305,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F486-1F3FB-200D-2640-FE0F","image":"1f486-1f3fb-200d-2640-fe0f.png","sheet_x":43,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F486-1F3FC-200D-2640-FE0F","image":"1f486-1f3fc-200d-2640-fe0f.png","sheet_x":43,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F486-1F3FD-200D-2640-FE0F","image":"1f486-1f3fd-200d-2640-fe0f.png","sheet_x":43,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F486-1F3FE-200D-2640-FE0F","image":"1f486-1f3fe-200d-2640-fe0f.png","sheet_x":43,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F486-1F3FF-200D-2640-FE0F","image":"1f486-1f3ff-200d-2640-fe0f.png","sheet_x":43,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F486"},{"name":null,"unified":"1F486-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f486-200d-2642-fe0f.png","sheet_x":43,"sheet_y":46,"short_name":"man-getting-massage","short_names":["man-getting-massage"],"text":null,"texts":null,"category":"People","sort_order":224,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F486-1F3FB-200D-2642-FE0F","image":"1f486-1f3fb-200d-2642-fe0f.png","sheet_x":43,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F486-1F3FC-200D-2642-FE0F","image":"1f486-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F486-1F3FD-200D-2642-FE0F","image":"1f486-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F486-1F3FE-200D-2642-FE0F","image":"1f486-1f3fe-200d-2642-fe0f.png","sheet_x":44,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F486-1F3FF-200D-2642-FE0F","image":"1f486-1f3ff-200d-2642-fe0f.png","sheet_x":44,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F487-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f487-200d-2640-fe0f.png","sheet_x":44,"sheet_y":3,"short_name":"woman-getting-haircut","short_names":["woman-getting-haircut"],"text":null,"texts":null,"category":"People","sort_order":306,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F487-1F3FB-200D-2640-FE0F","image":"1f487-1f3fb-200d-2640-fe0f.png","sheet_x":44,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F487-1F3FC-200D-2640-FE0F","image":"1f487-1f3fc-200d-2640-fe0f.png","sheet_x":44,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F487-1F3FD-200D-2640-FE0F","image":"1f487-1f3fd-200d-2640-fe0f.png","sheet_x":44,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F487-1F3FE-200D-2640-FE0F","image":"1f487-1f3fe-200d-2640-fe0f.png","sheet_x":44,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F487-1F3FF-200D-2640-FE0F","image":"1f487-1f3ff-200d-2640-fe0f.png","sheet_x":44,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F487"},{"name":null,"unified":"1F487-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f487-200d-2642-fe0f.png","sheet_x":44,"sheet_y":9,"short_name":"man-getting-haircut","short_names":["man-getting-haircut"],"text":null,"texts":null,"category":"People","sort_order":222,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F487-1F3FB-200D-2642-FE0F","image":"1f487-1f3fb-200d-2642-fe0f.png","sheet_x":44,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F487-1F3FC-200D-2642-FE0F","image":"1f487-1f3fc-200d-2642-fe0f.png","sheet_x":44,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F487-1F3FD-200D-2642-FE0F","image":"1f487-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F487-1F3FE-200D-2642-FE0F","image":"1f487-1f3fe-200d-2642-fe0f.png","sheet_x":44,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F487-1F3FF-200D-2642-FE0F","image":"1f487-1f3ff-200d-2642-fe0f.png","sheet_x":44,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F575-FE0F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f575-fe0f-200d-2640-fe0f.png","sheet_x":44,"sheet_y":15,"short_name":"female-detective","short_names":["female-detective"],"text":null,"texts":null,"category":"People","sort_order":159,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F575-1F3FB-200D-2640-FE0F","image":"1f575-1f3fb-200d-2640-fe0f.png","sheet_x":44,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F575-1F3FC-200D-2640-FE0F","image":"1f575-1f3fc-200d-2640-fe0f.png","sheet_x":44,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F575-1F3FD-200D-2640-FE0F","image":"1f575-1f3fd-200d-2640-fe0f.png","sheet_x":44,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F575-1F3FE-200D-2640-FE0F","image":"1f575-1f3fe-200d-2640-fe0f.png","sheet_x":44,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F575-1F3FF-200D-2640-FE0F","image":"1f575-1f3ff-200d-2640-fe0f.png","sheet_x":44,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F575-FE0F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f575-fe0f-200d-2642-fe0f.png","sheet_x":44,"sheet_y":21,"short_name":"male-detective","short_names":["male-detective"],"text":null,"texts":null,"category":"People","sort_order":302,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F575-1F3FB-200D-2642-FE0F","image":"1f575-1f3fb-200d-2642-fe0f.png","sheet_x":44,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F575-1F3FC-200D-2642-FE0F","image":"1f575-1f3fc-200d-2642-fe0f.png","sheet_x":44,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F575-1F3FD-200D-2642-FE0F","image":"1f575-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F575-1F3FE-200D-2642-FE0F","image":"1f575-1f3fe-200d-2642-fe0f.png","sheet_x":44,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F575-1F3FF-200D-2642-FE0F","image":"1f575-1f3ff-200d-2642-fe0f.png","sheet_x":44,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F575"},{"name":null,"unified":"1F645-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f645-200d-2640-fe0f.png","sheet_x":44,"sheet_y":27,"short_name":"woman-gesturing-no","short_names":["woman-gesturing-no"],"text":null,"texts":null,"category":"People","sort_order":309,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F645-1F3FB-200D-2640-FE0F","image":"1f645-1f3fb-200d-2640-fe0f.png","sheet_x":44,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F645-1F3FC-200D-2640-FE0F","image":"1f645-1f3fc-200d-2640-fe0f.png","sheet_x":44,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F645-1F3FD-200D-2640-FE0F","image":"1f645-1f3fd-200d-2640-fe0f.png","sheet_x":44,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F645-1F3FE-200D-2640-FE0F","image":"1f645-1f3fe-200d-2640-fe0f.png","sheet_x":44,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F645-1F3FF-200D-2640-FE0F","image":"1f645-1f3ff-200d-2640-fe0f.png","sheet_x":44,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F645"},{"name":null,"unified":"1F645-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f645-200d-2642-fe0f.png","sheet_x":44,"sheet_y":33,"short_name":"man-gesturing-no","short_names":["man-gesturing-no"],"text":null,"texts":null,"category":"People","sort_order":206,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F645-1F3FB-200D-2642-FE0F","image":"1f645-1f3fb-200d-2642-fe0f.png","sheet_x":44,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F645-1F3FC-200D-2642-FE0F","image":"1f645-1f3fc-200d-2642-fe0f.png","sheet_x":44,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F645-1F3FD-200D-2642-FE0F","image":"1f645-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F645-1F3FE-200D-2642-FE0F","image":"1f645-1f3fe-200d-2642-fe0f.png","sheet_x":44,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F645-1F3FF-200D-2642-FE0F","image":"1f645-1f3ff-200d-2642-fe0f.png","sheet_x":44,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F646-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f646-200d-2640-fe0f.png","sheet_x":44,"sheet_y":39,"short_name":"woman-gesturing-ok","short_names":["woman-gesturing-ok"],"text":null,"texts":null,"category":"People","sort_order":310,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F646-1F3FB-200D-2640-FE0F","image":"1f646-1f3fb-200d-2640-fe0f.png","sheet_x":44,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F646-1F3FC-200D-2640-FE0F","image":"1f646-1f3fc-200d-2640-fe0f.png","sheet_x":44,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F646-1F3FD-200D-2640-FE0F","image":"1f646-1f3fd-200d-2640-fe0f.png","sheet_x":44,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F646-1F3FE-200D-2640-FE0F","image":"1f646-1f3fe-200d-2640-fe0f.png","sheet_x":44,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F646-1F3FF-200D-2640-FE0F","image":"1f646-1f3ff-200d-2640-fe0f.png","sheet_x":44,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F646"},{"name":null,"unified":"1F646-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f646-200d-2642-fe0f.png","sheet_x":44,"sheet_y":45,"short_name":"man-gesturing-ok","short_names":["man-gesturing-ok"],"text":null,"texts":null,"category":"People","sort_order":208,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F646-1F3FB-200D-2642-FE0F","image":"1f646-1f3fb-200d-2642-fe0f.png","sheet_x":44,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F646-1F3FC-200D-2642-FE0F","image":"1f646-1f3fc-200d-2642-fe0f.png","sheet_x":44,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F646-1F3FD-200D-2642-FE0F","image":"1f646-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F646-1F3FE-200D-2642-FE0F","image":"1f646-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F646-1F3FF-200D-2642-FE0F","image":"1f646-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F647-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f647-200d-2640-fe0f.png","sheet_x":45,"sheet_y":2,"short_name":"woman-bowing","short_names":["woman-bowing"],"text":null,"texts":null,"category":"People","sort_order":201,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F647-1F3FB-200D-2640-FE0F","image":"1f647-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F647-1F3FC-200D-2640-FE0F","image":"1f647-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F647-1F3FD-200D-2640-FE0F","image":"1f647-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F647-1F3FE-200D-2640-FE0F","image":"1f647-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F647-1F3FF-200D-2640-FE0F","image":"1f647-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F647-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f647-200d-2642-fe0f.png","sheet_x":45,"sheet_y":8,"short_name":"man-bowing","short_names":["man-bowing"],"text":null,"texts":null,"category":"People","sort_order":311,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F647-1F3FB-200D-2642-FE0F","image":"1f647-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F647-1F3FC-200D-2642-FE0F","image":"1f647-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F647-1F3FD-200D-2642-FE0F","image":"1f647-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F647-1F3FE-200D-2642-FE0F","image":"1f647-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F647-1F3FF-200D-2642-FE0F","image":"1f647-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F647"},{"name":null,"unified":"1F64B-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64b-200d-2640-fe0f.png","sheet_x":45,"sheet_y":14,"short_name":"woman-raising-hand","short_names":["woman-raising-hand"],"text":null,"texts":null,"category":"People","sort_order":312,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64B-1F3FB-200D-2640-FE0F","image":"1f64b-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64B-1F3FC-200D-2640-FE0F","image":"1f64b-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64B-1F3FD-200D-2640-FE0F","image":"1f64b-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64B-1F3FE-200D-2640-FE0F","image":"1f64b-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64B-1F3FF-200D-2640-FE0F","image":"1f64b-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F64B"},{"name":null,"unified":"1F64B-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64b-200d-2642-fe0f.png","sheet_x":45,"sheet_y":20,"short_name":"man-raising-hand","short_names":["man-raising-hand"],"text":null,"texts":null,"category":"People","sort_order":210,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64B-1F3FB-200D-2642-FE0F","image":"1f64b-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64B-1F3FC-200D-2642-FE0F","image":"1f64b-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64B-1F3FD-200D-2642-FE0F","image":"1f64b-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64B-1F3FE-200D-2642-FE0F","image":"1f64b-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64B-1F3FF-200D-2642-FE0F","image":"1f64b-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F64D-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64d-200d-2640-fe0f.png","sheet_x":45,"sheet_y":26,"short_name":"woman-frowning","short_names":["woman-frowning"],"text":null,"texts":null,"category":"People","sort_order":313,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64D-1F3FB-200D-2640-FE0F","image":"1f64d-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64D-1F3FC-200D-2640-FE0F","image":"1f64d-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64D-1F3FD-200D-2640-FE0F","image":"1f64d-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64D-1F3FE-200D-2640-FE0F","image":"1f64d-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64D-1F3FF-200D-2640-FE0F","image":"1f64d-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F64D"},{"name":null,"unified":"1F64D-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64d-200d-2642-fe0f.png","sheet_x":45,"sheet_y":32,"short_name":"man-frowning","short_names":["man-frowning"],"text":null,"texts":null,"category":"People","sort_order":220,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64D-1F3FB-200D-2642-FE0F","image":"1f64d-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64D-1F3FC-200D-2642-FE0F","image":"1f64d-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64D-1F3FD-200D-2642-FE0F","image":"1f64d-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64D-1F3FE-200D-2642-FE0F","image":"1f64d-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64D-1F3FF-200D-2642-FE0F","image":"1f64d-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F64E-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64e-200d-2640-fe0f.png","sheet_x":45,"sheet_y":38,"short_name":"woman-pouting","short_names":["woman-pouting"],"text":null,"texts":null,"category":"People","sort_order":314,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64E-1F3FB-200D-2640-FE0F","image":"1f64e-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64E-1F3FC-200D-2640-FE0F","image":"1f64e-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64E-1F3FD-200D-2640-FE0F","image":"1f64e-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64E-1F3FE-200D-2640-FE0F","image":"1f64e-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64E-1F3FF-200D-2640-FE0F","image":"1f64e-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F64E"},{"name":null,"unified":"1F64E-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64e-200d-2642-fe0f.png","sheet_x":45,"sheet_y":44,"short_name":"man-pouting","short_names":["man-pouting"],"text":null,"texts":null,"category":"People","sort_order":218,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64E-1F3FB-200D-2642-FE0F","image":"1f64e-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64E-1F3FC-200D-2642-FE0F","image":"1f64e-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64E-1F3FD-200D-2642-FE0F","image":"1f64e-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64E-1F3FE-200D-2642-FE0F","image":"1f64e-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64E-1F3FF-200D-2642-FE0F","image":"1f64e-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6A3-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a3-200d-2640-fe0f.png","sheet_x":46,"sheet_y":1,"short_name":"woman-rowing-boat","short_names":["woman-rowing-boat"],"text":null,"texts":null,"category":"Activity","sort_order":47,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6A3-1F3FB-200D-2640-FE0F","image":"1f6a3-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6A3-1F3FC-200D-2640-FE0F","image":"1f6a3-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6A3-1F3FD-200D-2640-FE0F","image":"1f6a3-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6A3-1F3FE-200D-2640-FE0F","image":"1f6a3-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6A3-1F3FF-200D-2640-FE0F","image":"1f6a3-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6A3-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a3-200d-2642-fe0f.png","sheet_x":46,"sheet_y":7,"short_name":"man-rowing-boat","short_names":["man-rowing-boat"],"text":null,"texts":null,"category":"Activity","sort_order":91,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6A3-1F3FB-200D-2642-FE0F","image":"1f6a3-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6A3-1F3FC-200D-2642-FE0F","image":"1f6a3-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6A3-1F3FD-200D-2642-FE0F","image":"1f6a3-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6A3-1F3FE-200D-2642-FE0F","image":"1f6a3-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6A3-1F3FF-200D-2642-FE0F","image":"1f6a3-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F6A3"},{"name":null,"unified":"1F6B4-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b4-200d-2640-fe0f.png","sheet_x":46,"sheet_y":13,"short_name":"woman-biking","short_names":["woman-biking"],"text":null,"texts":null,"category":"Activity","sort_order":50,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B4-1F3FB-200D-2640-FE0F","image":"1f6b4-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B4-1F3FC-200D-2640-FE0F","image":"1f6b4-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B4-1F3FD-200D-2640-FE0F","image":"1f6b4-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B4-1F3FE-200D-2640-FE0F","image":"1f6b4-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B4-1F3FF-200D-2640-FE0F","image":"1f6b4-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6B4-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b4-200d-2642-fe0f.png","sheet_x":46,"sheet_y":19,"short_name":"man-biking","short_names":["man-biking"],"text":null,"texts":null,"category":"Activity","sort_order":92,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B4-1F3FB-200D-2642-FE0F","image":"1f6b4-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B4-1F3FC-200D-2642-FE0F","image":"1f6b4-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B4-1F3FD-200D-2642-FE0F","image":"1f6b4-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B4-1F3FE-200D-2642-FE0F","image":"1f6b4-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B4-1F3FF-200D-2642-FE0F","image":"1f6b4-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F6B4"},{"name":null,"unified":"1F6B5-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b5-200d-2640-fe0f.png","sheet_x":46,"sheet_y":25,"short_name":"woman-mountain-biking","short_names":["woman-mountain-biking"],"text":null,"texts":null,"category":"Activity","sort_order":52,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B5-1F3FB-200D-2640-FE0F","image":"1f6b5-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B5-1F3FC-200D-2640-FE0F","image":"1f6b5-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B5-1F3FD-200D-2640-FE0F","image":"1f6b5-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B5-1F3FE-200D-2640-FE0F","image":"1f6b5-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B5-1F3FF-200D-2640-FE0F","image":"1f6b5-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6B5-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b5-200d-2642-fe0f.png","sheet_x":46,"sheet_y":31,"short_name":"man-mountain-biking","short_names":["man-mountain-biking"],"text":null,"texts":null,"category":"Activity","sort_order":93,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B5-1F3FB-200D-2642-FE0F","image":"1f6b5-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B5-1F3FC-200D-2642-FE0F","image":"1f6b5-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B5-1F3FD-200D-2642-FE0F","image":"1f6b5-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B5-1F3FE-200D-2642-FE0F","image":"1f6b5-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B5-1F3FF-200D-2642-FE0F","image":"1f6b5-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F6B5"},{"name":null,"unified":"1F6B6-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b6-200d-2640-fe0f.png","sheet_x":46,"sheet_y":37,"short_name":"woman-walking","short_names":["woman-walking"],"text":null,"texts":null,"category":"People","sort_order":230,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B6-1F3FB-200D-2640-FE0F","image":"1f6b6-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B6-1F3FC-200D-2640-FE0F","image":"1f6b6-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B6-1F3FD-200D-2640-FE0F","image":"1f6b6-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B6-1F3FE-200D-2640-FE0F","image":"1f6b6-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B6-1F3FF-200D-2640-FE0F","image":"1f6b6-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6B6-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b6-200d-2642-fe0f.png","sheet_x":46,"sheet_y":43,"short_name":"man-walking","short_names":["man-walking"],"text":null,"texts":null,"category":"People","sort_order":307,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B6-1F3FB-200D-2642-FE0F","image":"1f6b6-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B6-1F3FC-200D-2642-FE0F","image":"1f6b6-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B6-1F3FD-200D-2642-FE0F","image":"1f6b6-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B6-1F3FE-200D-2642-FE0F","image":"1f6b6-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B6-1F3FF-200D-2642-FE0F","image":"1f6b6-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F6B6"},{"name":null,"unified":"1F926-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f926-200d-2640-fe0f.png","sheet_x":47,"sheet_y":0,"short_name":"woman-facepalming","short_names":["woman-facepalming"],"text":null,"texts":null,"category":"People","sort_order":212,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F926-1F3FB-200D-2640-FE0F","image":"1f926-1f3fb-200d-2640-fe0f.png","sheet_x":47,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F926-1F3FC-200D-2640-FE0F","image":"1f926-1f3fc-200d-2640-fe0f.png","sheet_x":47,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F926-1F3FD-200D-2640-FE0F","image":"1f926-1f3fd-200d-2640-fe0f.png","sheet_x":47,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F926-1F3FE-200D-2640-FE0F","image":"1f926-1f3fe-200d-2640-fe0f.png","sheet_x":47,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F926-1F3FF-200D-2640-FE0F","image":"1f926-1f3ff-200d-2640-fe0f.png","sheet_x":47,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F926-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f926-200d-2642-fe0f.png","sheet_x":47,"sheet_y":6,"short_name":"man-facepalming","short_names":["man-facepalming"],"text":null,"texts":null,"category":"People","sort_order":213,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F926-1F3FB-200D-2642-FE0F","image":"1f926-1f3fb-200d-2642-fe0f.png","sheet_x":47,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F926-1F3FC-200D-2642-FE0F","image":"1f926-1f3fc-200d-2642-fe0f.png","sheet_x":47,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F926-1F3FD-200D-2642-FE0F","image":"1f926-1f3fd-200d-2642-fe0f.png","sheet_x":47,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F926-1F3FE-200D-2642-FE0F","image":"1f926-1f3fe-200d-2642-fe0f.png","sheet_x":47,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F926-1F3FF-200D-2642-FE0F","image":"1f926-1f3ff-200d-2642-fe0f.png","sheet_x":47,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F937-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f937-200d-2640-fe0f.png","sheet_x":47,"sheet_y":12,"short_name":"woman-shrugging","short_names":["woman-shrugging"],"text":null,"texts":null,"category":"People","sort_order":215,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F937-1F3FB-200D-2640-FE0F","image":"1f937-1f3fb-200d-2640-fe0f.png","sheet_x":47,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F937-1F3FC-200D-2640-FE0F","image":"1f937-1f3fc-200d-2640-fe0f.png","sheet_x":47,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F937-1F3FD-200D-2640-FE0F","image":"1f937-1f3fd-200d-2640-fe0f.png","sheet_x":47,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F937-1F3FE-200D-2640-FE0F","image":"1f937-1f3fe-200d-2640-fe0f.png","sheet_x":47,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F937-1F3FF-200D-2640-FE0F","image":"1f937-1f3ff-200d-2640-fe0f.png","sheet_x":47,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F937-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f937-200d-2642-fe0f.png","sheet_x":47,"sheet_y":18,"short_name":"man-shrugging","short_names":["man-shrugging"],"text":null,"texts":null,"category":"People","sort_order":216,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F937-1F3FB-200D-2642-FE0F","image":"1f937-1f3fb-200d-2642-fe0f.png","sheet_x":47,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F937-1F3FC-200D-2642-FE0F","image":"1f937-1f3fc-200d-2642-fe0f.png","sheet_x":47,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F937-1F3FD-200D-2642-FE0F","image":"1f937-1f3fd-200d-2642-fe0f.png","sheet_x":47,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F937-1F3FE-200D-2642-FE0F","image":"1f937-1f3fe-200d-2642-fe0f.png","sheet_x":47,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F937-1F3FF-200D-2642-FE0F","image":"1f937-1f3ff-200d-2642-fe0f.png","sheet_x":47,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F938-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f938-200d-2640-fe0f.png","sheet_x":47,"sheet_y":24,"short_name":"woman-cartwheeling","short_names":["woman-cartwheeling"],"text":null,"texts":null,"category":"Activity","sort_order":31,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F938-1F3FB-200D-2640-FE0F","image":"1f938-1f3fb-200d-2640-fe0f.png","sheet_x":47,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F938-1F3FC-200D-2640-FE0F","image":"1f938-1f3fc-200d-2640-fe0f.png","sheet_x":47,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F938-1F3FD-200D-2640-FE0F","image":"1f938-1f3fd-200d-2640-fe0f.png","sheet_x":47,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F938-1F3FE-200D-2640-FE0F","image":"1f938-1f3fe-200d-2640-fe0f.png","sheet_x":47,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F938-1F3FF-200D-2640-FE0F","image":"1f938-1f3ff-200d-2640-fe0f.png","sheet_x":47,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F938-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f938-200d-2642-fe0f.png","sheet_x":47,"sheet_y":30,"short_name":"man-cartwheeling","short_names":["man-cartwheeling"],"text":null,"texts":null,"category":"Activity","sort_order":32,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F938-1F3FB-200D-2642-FE0F","image":"1f938-1f3fb-200d-2642-fe0f.png","sheet_x":47,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F938-1F3FC-200D-2642-FE0F","image":"1f938-1f3fc-200d-2642-fe0f.png","sheet_x":47,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F938-1F3FD-200D-2642-FE0F","image":"1f938-1f3fd-200d-2642-fe0f.png","sheet_x":47,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F938-1F3FE-200D-2642-FE0F","image":"1f938-1f3fe-200d-2642-fe0f.png","sheet_x":47,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F938-1F3FF-200D-2642-FE0F","image":"1f938-1f3ff-200d-2642-fe0f.png","sheet_x":47,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F939-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f939-200d-2640-fe0f.png","sheet_x":47,"sheet_y":36,"short_name":"woman-juggling","short_names":["woman-juggling"],"text":null,"texts":null,"category":"Activity","sort_order":67,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F939-1F3FB-200D-2640-FE0F","image":"1f939-1f3fb-200d-2640-fe0f.png","sheet_x":47,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F939-1F3FC-200D-2640-FE0F","image":"1f939-1f3fc-200d-2640-fe0f.png","sheet_x":47,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F939-1F3FD-200D-2640-FE0F","image":"1f939-1f3fd-200d-2640-fe0f.png","sheet_x":47,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F939-1F3FE-200D-2640-FE0F","image":"1f939-1f3fe-200d-2640-fe0f.png","sheet_x":47,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F939-1F3FF-200D-2640-FE0F","image":"1f939-1f3ff-200d-2640-fe0f.png","sheet_x":47,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F939-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f939-200d-2642-fe0f.png","sheet_x":47,"sheet_y":42,"short_name":"man-juggling","short_names":["man-juggling"],"text":null,"texts":null,"category":"Activity","sort_order":68,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F939-1F3FB-200D-2642-FE0F","image":"1f939-1f3fb-200d-2642-fe0f.png","sheet_x":47,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F939-1F3FC-200D-2642-FE0F","image":"1f939-1f3fc-200d-2642-fe0f.png","sheet_x":47,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F939-1F3FD-200D-2642-FE0F","image":"1f939-1f3fd-200d-2642-fe0f.png","sheet_x":47,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F939-1F3FE-200D-2642-FE0F","image":"1f939-1f3fe-200d-2642-fe0f.png","sheet_x":47,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F939-1F3FF-200D-2642-FE0F","image":"1f939-1f3ff-200d-2642-fe0f.png","sheet_x":47,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F93C-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93c-200d-2640-fe0f.png","sheet_x":47,"sheet_y":48,"short_name":"woman-wrestling","short_names":["woman-wrestling"],"text":null,"texts":null,"category":"Activity","sort_order":28,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":null,"unified":"1F93C-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93c-200d-2642-fe0f.png","sheet_x":48,"sheet_y":0,"short_name":"man-wrestling","short_names":["man-wrestling"],"text":null,"texts":null,"category":"Activity","sort_order":29,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":null,"unified":"1F93D-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93d-200d-2640-fe0f.png","sheet_x":48,"sheet_y":1,"short_name":"woman-playing-water-polo","short_names":["woman-playing-water-polo"],"text":null,"texts":null,"category":"Activity","sort_order":45,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F93D-1F3FB-200D-2640-FE0F","image":"1f93d-1f3fb-200d-2640-fe0f.png","sheet_x":48,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F93D-1F3FC-200D-2640-FE0F","image":"1f93d-1f3fc-200d-2640-fe0f.png","sheet_x":48,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F93D-1F3FD-200D-2640-FE0F","image":"1f93d-1f3fd-200d-2640-fe0f.png","sheet_x":48,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F93D-1F3FE-200D-2640-FE0F","image":"1f93d-1f3fe-200d-2640-fe0f.png","sheet_x":48,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F93D-1F3FF-200D-2640-FE0F","image":"1f93d-1f3ff-200d-2640-fe0f.png","sheet_x":48,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F93D-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93d-200d-2642-fe0f.png","sheet_x":48,"sheet_y":7,"short_name":"man-playing-water-polo","short_names":["man-playing-water-polo"],"text":null,"texts":null,"category":"Activity","sort_order":46,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F93D-1F3FB-200D-2642-FE0F","image":"1f93d-1f3fb-200d-2642-fe0f.png","sheet_x":48,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F93D-1F3FC-200D-2642-FE0F","image":"1f93d-1f3fc-200d-2642-fe0f.png","sheet_x":48,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F93D-1F3FD-200D-2642-FE0F","image":"1f93d-1f3fd-200d-2642-fe0f.png","sheet_x":48,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F93D-1F3FE-200D-2642-FE0F","image":"1f93d-1f3fe-200d-2642-fe0f.png","sheet_x":48,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F93D-1F3FF-200D-2642-FE0F","image":"1f93d-1f3ff-200d-2642-fe0f.png","sheet_x":48,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F93E-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93e-200d-2640-fe0f.png","sheet_x":48,"sheet_y":13,"short_name":"woman-playing-handball","short_names":["woman-playing-handball"],"text":null,"texts":null,"category":"Activity","sort_order":36,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F93E-1F3FB-200D-2640-FE0F","image":"1f93e-1f3fb-200d-2640-fe0f.png","sheet_x":48,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F93E-1F3FC-200D-2640-FE0F","image":"1f93e-1f3fc-200d-2640-fe0f.png","sheet_x":48,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F93E-1F3FD-200D-2640-FE0F","image":"1f93e-1f3fd-200d-2640-fe0f.png","sheet_x":48,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F93E-1F3FE-200D-2640-FE0F","image":"1f93e-1f3fe-200d-2640-fe0f.png","sheet_x":48,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F93E-1F3FF-200D-2640-FE0F","image":"1f93e-1f3ff-200d-2640-fe0f.png","sheet_x":48,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F93E-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93e-200d-2642-fe0f.png","sheet_x":48,"sheet_y":19,"short_name":"man-playing-handball","short_names":["man-playing-handball"],"text":null,"texts":null,"category":"Activity","sort_order":37,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F93E-1F3FB-200D-2642-FE0F","image":"1f93e-1f3fb-200d-2642-fe0f.png","sheet_x":48,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F93E-1F3FC-200D-2642-FE0F","image":"1f93e-1f3fc-200d-2642-fe0f.png","sheet_x":48,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F93E-1F3FD-200D-2642-FE0F","image":"1f93e-1f3fd-200d-2642-fe0f.png","sheet_x":48,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F93E-1F3FE-200D-2642-FE0F","image":"1f93e-1f3fe-200d-2642-fe0f.png","sheet_x":48,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F93E-1F3FF-200D-2642-FE0F","image":"1f93e-1f3ff-200d-2642-fe0f.png","sheet_x":48,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"26F9-FE0F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f9-fe0f-200d-2640-fe0f.png","sheet_x":48,"sheet_y":25,"short_name":"woman-bouncing-ball","short_names":["woman-bouncing-ball"],"text":null,"texts":null,"category":"Activity","sort_order":33,"added_in":"5.2","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"26F9-1F3FB-200D-2640-FE0F","image":"26f9-1f3fb-200d-2640-fe0f.png","sheet_x":48,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"26F9-1F3FC-200D-2640-FE0F","image":"26f9-1f3fc-200d-2640-fe0f.png","sheet_x":48,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"26F9-1F3FD-200D-2640-FE0F","image":"26f9-1f3fd-200d-2640-fe0f.png","sheet_x":48,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"26F9-1F3FE-200D-2640-FE0F","image":"26f9-1f3fe-200d-2640-fe0f.png","sheet_x":48,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"26F9-1F3FF-200D-2640-FE0F","image":"26f9-1f3ff-200d-2640-fe0f.png","sheet_x":48,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"26F9-FE0F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f9-fe0f-200d-2642-fe0f.png","sheet_x":48,"sheet_y":31,"short_name":"man-bouncing-ball","short_names":["man-bouncing-ball"],"text":null,"texts":null,"category":"Activity","sort_order":86,"added_in":"5.2","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"26F9-1F3FB-200D-2642-FE0F","image":"26f9-1f3fb-200d-2642-fe0f.png","sheet_x":48,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"26F9-1F3FC-200D-2642-FE0F","image":"26f9-1f3fc-200d-2642-fe0f.png","sheet_x":48,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"26F9-1F3FD-200D-2642-FE0F","image":"26f9-1f3fd-200d-2642-fe0f.png","sheet_x":48,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"26F9-1F3FE-200D-2642-FE0F","image":"26f9-1f3fe-200d-2642-fe0f.png","sheet_x":48,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"26F9-1F3FF-200D-2642-FE0F","image":"26f9-1f3ff-200d-2642-fe0f.png","sheet_x":48,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"26F9"}] \ No newline at end of file From 907aaebe2fb85e849ce7324b7bce032950e3525f Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 28 Jun 2017 10:31:59 +0100 Subject: [PATCH 2/8] Remove redundant emoji data file --- src/emoji.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/emoji.json diff --git a/src/emoji.json b/src/emoji.json deleted file mode 100644 index 8b74048b83..0000000000 --- a/src/emoji.json +++ /dev/null @@ -1 +0,0 @@ -[{"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":197,"added_in":"1.1","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":198,"added_in":"1.1","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":89,"added_in":"1.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":"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":90,"added_in":"3.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":"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":196,"added_in":"1.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":"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":130,"added_in":"3.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":"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":178,"added_in":"1.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":"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":177,"added_in":"1.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":"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":176,"added_in":"1.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":"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":173,"added_in":"1.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":"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":174,"added_in":"1.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":"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":175,"added_in":"1.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":"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":180,"added_in":"1.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":"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":179,"added_in":"1.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":"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,"added_in":"1.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":36,"added_in":"1.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":"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,"added_in":"1.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":"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":158,"added_in":"4.0","has_img_apple":false,"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","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":162,"added_in":"6.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":"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":163,"added_in":"6.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":"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":164,"added_in":"6.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":"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":165,"added_in":"6.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":"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":160,"added_in":"6.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},{"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":161,"added_in":"6.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},{"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":156,"added_in":"6.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},{"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,"added_in":"6.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":"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,"added_in":"6.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},{"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,"added_in":"6.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},{"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":37,"added_in":"6.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":"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":155,"added_in":"7.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},{"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":157,"added_in":"7.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},{"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":159,"added_in":"7.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},{"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,"added_in":"1.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":"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":222,"added_in":"1.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":"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":223,"added_in":"1.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":"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":154,"added_in":"1.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":"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":166,"added_in":"1.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":"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":227,"added_in":"3.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":"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":226,"added_in":"3.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":"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,"added_in":"3.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":"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,"added_in":"3.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":"BLACK SUN WITH RAYS","unified":"2600","variations":["2600-FE0F"],"docomo":"E63E","au":"E488","softbank":"E04A","google":"FE000","image":"2600.png","sheet_x":0,"sheet_y":41,"short_name":"sunny","short_names":["sunny"],"text":null,"texts":null,"category":"Nature","sort_order":138,"added_in":"1.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":"CLOUD","unified":"2601","variations":["2601-FE0F"],"docomo":"E63F","au":"E48D","softbank":"E049","google":"FE001","image":"2601.png","sheet_x":0,"sheet_y":42,"short_name":"cloud","short_names":["cloud"],"text":null,"texts":null,"category":"Nature","sort_order":144,"added_in":"1.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":"UMBRELLA","unified":"2602","variations":["2602-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2602.png","sheet_x":0,"sheet_y":43,"short_name":"umbrella","short_names":["umbrella"],"text":null,"texts":null,"category":"People","sort_order":293,"added_in":"1.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":"SNOWMAN","unified":"2603","variations":["2603-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2603.png","sheet_x":0,"sheet_y":44,"short_name":"snowman","short_names":["snowman"],"text":null,"texts":null,"category":"Nature","sort_order":149,"added_in":"1.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":"COMET","unified":"2604","variations":["2604-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2604.png","sheet_x":0,"sheet_y":45,"short_name":"comet","short_names":["comet"],"text":null,"texts":null,"category":"Nature","sort_order":137,"added_in":"1.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":"BLACK TELEPHONE","unified":"260E","variations":["260E-FE0F"],"docomo":"E687","au":"E596","softbank":"E009","google":"FE523","image":"260e.png","sheet_x":0,"sheet_y":46,"short_name":"phone","short_names":["phone","telephone"],"text":null,"texts":null,"category":"Objects","sort_order":24,"added_in":"1.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":"BALLOT BOX WITH CHECK","unified":"2611","variations":["2611-FE0F"],"docomo":null,"au":"EB02","softbank":null,"google":"FEB8B","image":"2611.png","sheet_x":0,"sheet_y":47,"short_name":"ballot_box_with_check","short_names":["ballot_box_with_check"],"text":null,"texts":null,"category":"Symbols","sort_order":208,"added_in":"1.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":"UMBRELLA WITH RAIN DROPS","unified":"2614","variations":["2614-FE0F"],"docomo":"E640","au":"E48C","softbank":"E04B","google":"FE002","image":"2614.png","sheet_x":0,"sheet_y":48,"short_name":"umbrella_with_rain_drops","short_names":["umbrella_with_rain_drops"],"text":null,"texts":null,"category":"Nature","sort_order":159,"added_in":"4.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":"HOT BEVERAGE","unified":"2615","variations":["2615-FE0F"],"docomo":"E670","au":"E597","softbank":"E045","google":"FE981","image":"2615.png","sheet_x":1,"sheet_y":0,"short_name":"coffee","short_names":["coffee"],"text":null,"texts":null,"category":"Foods","sort_order":73,"added_in":"4.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":"SHAMROCK","unified":"2618","variations":["2618-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2618.png","sheet_x":1,"sheet_y":1,"short_name":"shamrock","short_names":["shamrock"],"text":null,"texts":null,"category":"Nature","sort_order":96,"added_in":"4.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":"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":2,"short_name":"point_up","short_names":["point_up"],"text":null,"texts":null,"category":"People","sort_order":116,"added_in":"1.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,"skin_variations":{"1F3FB":{"unified":"261D-1F3FB","image":"261d-1f3fb.png","sheet_x":1,"sheet_y":3,"added_in":"8.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},"1F3FC":{"unified":"261D-1F3FC","image":"261d-1f3fc.png","sheet_x":1,"sheet_y":4,"added_in":"8.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},"1F3FD":{"unified":"261D-1F3FD","image":"261d-1f3fd.png","sheet_x":1,"sheet_y":5,"added_in":"8.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},"1F3FE":{"unified":"261D-1F3FE","image":"261d-1f3fe.png","sheet_x":1,"sheet_y":6,"added_in":"8.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},"1F3FF":{"unified":"261D-1F3FF","image":"261d-1f3ff.png","sheet_x":1,"sheet_y":7,"added_in":"8.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":"SKULL AND CROSSBONES","unified":"2620","variations":["2620-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2620.png","sheet_x":1,"sheet_y":8,"short_name":"skull_and_crossbones","short_names":["skull_and_crossbones"],"text":null,"texts":null,"category":"People","sort_order":83,"added_in":"1.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":"RADIOACTIVE SIGN","unified":"2622","variations":["2622-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2622.png","sheet_x":1,"sheet_y":9,"short_name":"radioactive_sign","short_names":["radioactive_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":44,"added_in":"1.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":"BIOHAZARD SIGN","unified":"2623","variations":["2623-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2623.png","sheet_x":1,"sheet_y":10,"short_name":"biohazard_sign","short_names":["biohazard_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":45,"added_in":"1.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":"ORTHODOX CROSS","unified":"2626","variations":["2626-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2626.png","sheet_x":1,"sheet_y":11,"short_name":"orthodox_cross","short_names":["orthodox_cross"],"text":null,"texts":null,"category":"Symbols","sort_order":26,"added_in":"1.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":"STAR AND CRESCENT","unified":"262A","variations":["262A-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"262a.png","sheet_x":1,"sheet_y":12,"short_name":"star_and_crescent","short_names":["star_and_crescent"],"text":null,"texts":null,"category":"Symbols","sort_order":19,"added_in":"1.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":"PEACE SYMBOL","unified":"262E","variations":["262E-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"262e.png","sheet_x":1,"sheet_y":13,"short_name":"peace_symbol","short_names":["peace_symbol"],"text":null,"texts":null,"category":"Symbols","sort_order":17,"added_in":"1.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":"YIN YANG","unified":"262F","variations":["262F-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"262f.png","sheet_x":1,"sheet_y":14,"short_name":"yin_yang","short_names":["yin_yang"],"text":null,"texts":null,"category":"Symbols","sort_order":25,"added_in":"1.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":"WHEEL OF DHARMA","unified":"2638","variations":["2638-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2638.png","sheet_x":1,"sheet_y":15,"short_name":"wheel_of_dharma","short_names":["wheel_of_dharma"],"text":null,"texts":null,"category":"Symbols","sort_order":21,"added_in":"1.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":"WHITE FROWNING FACE","unified":"2639","variations":["2639-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2639.png","sheet_x":1,"sheet_y":16,"short_name":"white_frowning_face","short_names":["white_frowning_face"],"text":null,"texts":null,"category":"People","sort_order":38,"added_in":"1.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":"WHITE SMILING FACE","unified":"263A","variations":["263A-FE0F"],"docomo":"E6F0","au":"E4FB","softbank":"E414","google":"FE336","image":"263a.png","sheet_x":1,"sheet_y":17,"short_name":"relaxed","short_names":["relaxed"],"text":null,"texts":null,"category":"People","sort_order":9,"added_in":"1.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":"FEMALE SIGN","unified":"2640","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2640.png","sheet_x":1,"sheet_y":18,"short_name":"female_sign","short_names":["female_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":274,"added_in":"1.1","has_img_apple":false,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},{"name":"MALE SIGN","unified":"2642","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2642.png","sheet_x":1,"sheet_y":19,"short_name":"male_sign","short_names":["male_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":275,"added_in":"1.1","has_img_apple":false,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},{"name":"ARIES","unified":"2648","variations":["2648-FE0F"],"docomo":"E646","au":"E48F","softbank":"E23F","google":"FE02B","image":"2648.png","sheet_x":1,"sheet_y":20,"short_name":"aries","short_names":["aries"],"text":null,"texts":null,"category":"Symbols","sort_order":29,"added_in":"1.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":"TAURUS","unified":"2649","variations":["2649-FE0F"],"docomo":"E647","au":"E490","softbank":"E240","google":"FE02C","image":"2649.png","sheet_x":1,"sheet_y":21,"short_name":"taurus","short_names":["taurus"],"text":null,"texts":null,"category":"Symbols","sort_order":30,"added_in":"1.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":"GEMINI","unified":"264A","variations":["264A-FE0F"],"docomo":"E648","au":"E491","softbank":"E241","google":"FE02D","image":"264a.png","sheet_x":1,"sheet_y":22,"short_name":"gemini","short_names":["gemini"],"text":null,"texts":null,"category":"Symbols","sort_order":31,"added_in":"1.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":"CANCER","unified":"264B","variations":["264B-FE0F"],"docomo":"E649","au":"E492","softbank":"E242","google":"FE02E","image":"264b.png","sheet_x":1,"sheet_y":23,"short_name":"cancer","short_names":["cancer"],"text":null,"texts":null,"category":"Symbols","sort_order":32,"added_in":"1.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":"LEO","unified":"264C","variations":["264C-FE0F"],"docomo":"E64A","au":"E493","softbank":"E243","google":"FE02F","image":"264c.png","sheet_x":1,"sheet_y":24,"short_name":"leo","short_names":["leo"],"text":null,"texts":null,"category":"Symbols","sort_order":33,"added_in":"1.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":"VIRGO","unified":"264D","variations":["264D-FE0F"],"docomo":"E64B","au":"E494","softbank":"E244","google":"FE030","image":"264d.png","sheet_x":1,"sheet_y":25,"short_name":"virgo","short_names":["virgo"],"text":null,"texts":null,"category":"Symbols","sort_order":34,"added_in":"1.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":"LIBRA","unified":"264E","variations":["264E-FE0F"],"docomo":"E64C","au":"E495","softbank":"E245","google":"FE031","image":"264e.png","sheet_x":1,"sheet_y":26,"short_name":"libra","short_names":["libra"],"text":null,"texts":null,"category":"Symbols","sort_order":35,"added_in":"1.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":"SCORPIUS","unified":"264F","variations":["264F-FE0F"],"docomo":"E64D","au":"E496","softbank":"E246","google":"FE032","image":"264f.png","sheet_x":1,"sheet_y":27,"short_name":"scorpius","short_names":["scorpius"],"text":null,"texts":null,"category":"Symbols","sort_order":36,"added_in":"1.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":"SAGITTARIUS","unified":"2650","variations":["2650-FE0F"],"docomo":"E64E","au":"E497","softbank":"E247","google":"FE033","image":"2650.png","sheet_x":1,"sheet_y":28,"short_name":"sagittarius","short_names":["sagittarius"],"text":null,"texts":null,"category":"Symbols","sort_order":37,"added_in":"1.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":"CAPRICORN","unified":"2651","variations":["2651-FE0F"],"docomo":"E64F","au":"E498","softbank":"E248","google":"FE034","image":"2651.png","sheet_x":1,"sheet_y":29,"short_name":"capricorn","short_names":["capricorn"],"text":null,"texts":null,"category":"Symbols","sort_order":38,"added_in":"1.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":"AQUARIUS","unified":"2652","variations":["2652-FE0F"],"docomo":"E650","au":"E499","softbank":"E249","google":"FE035","image":"2652.png","sheet_x":1,"sheet_y":30,"short_name":"aquarius","short_names":["aquarius"],"text":null,"texts":null,"category":"Symbols","sort_order":39,"added_in":"1.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":"PISCES","unified":"2653","variations":["2653-FE0F"],"docomo":"E651","au":"E49A","softbank":"E24A","google":"FE036","image":"2653.png","sheet_x":1,"sheet_y":31,"short_name":"pisces","short_names":["pisces"],"text":null,"texts":null,"category":"Symbols","sort_order":40,"added_in":"1.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":"BLACK SPADE SUIT","unified":"2660","variations":["2660-FE0F"],"docomo":"E68E","au":"E5A1","softbank":"E20E","google":"FEB1B","image":"2660.png","sheet_x":1,"sheet_y":32,"short_name":"spades","short_names":["spades"],"text":null,"texts":null,"category":"Symbols","sort_order":243,"added_in":"1.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":"BLACK CLUB SUIT","unified":"2663","variations":["2663-FE0F"],"docomo":"E690","au":"E5A3","softbank":"E20F","google":"FEB1D","image":"2663.png","sheet_x":1,"sheet_y":33,"short_name":"clubs","short_names":["clubs"],"text":null,"texts":null,"category":"Symbols","sort_order":244,"added_in":"1.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":"BLACK HEART SUIT","unified":"2665","variations":["2665-FE0F"],"docomo":"E68D","au":"EAA5","softbank":"E20C","google":"FEB1A","image":"2665.png","sheet_x":1,"sheet_y":34,"short_name":"hearts","short_names":["hearts"],"text":null,"texts":null,"category":"Symbols","sort_order":245,"added_in":"1.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":"BLACK DIAMOND SUIT","unified":"2666","variations":["2666-FE0F"],"docomo":"E68F","au":"E5A2","softbank":"E20D","google":"FEB1C","image":"2666.png","sheet_x":1,"sheet_y":35,"short_name":"diamonds","short_names":["diamonds"],"text":null,"texts":null,"category":"Symbols","sort_order":246,"added_in":"1.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":"HOT SPRINGS","unified":"2668","variations":["2668-FE0F"],"docomo":"E6F7","au":"E4BC","softbank":"E123","google":"FE7FA","image":"2668.png","sheet_x":1,"sheet_y":36,"short_name":"hotsprings","short_names":["hotsprings"],"text":null,"texts":null,"category":"Symbols","sort_order":77,"added_in":"1.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":"BLACK UNIVERSAL RECYCLING SYMBOL","unified":"267B","variations":["267B-FE0F"],"docomo":"E735","au":"EB79","softbank":null,"google":"FEB2C","image":"267b.png","sheet_x":1,"sheet_y":37,"short_name":"recycle","short_names":["recycle"],"text":null,"texts":null,"category":"Symbols","sort_order":99,"added_in":"3.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":"WHEELCHAIR SYMBOL","unified":"267F","variations":["267F-FE0F"],"docomo":"E69B","au":"E47F","softbank":"E20A","google":"FEB20","image":"267f.png","sheet_x":1,"sheet_y":38,"short_name":"wheelchair","short_names":["wheelchair"],"text":null,"texts":null,"category":"Symbols","sort_order":113,"added_in":"4.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":"HAMMER AND PICK","unified":"2692","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2692.png","sheet_x":1,"sheet_y":39,"short_name":"hammer_and_pick","short_names":["hammer_and_pick"],"text":null,"texts":null,"category":"Objects","sort_order":57,"added_in":"4.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":"ANCHOR","unified":"2693","variations":["2693-FE0F"],"docomo":"E661","au":"E4A9","softbank":"E202","google":"FE4C1","image":"2693.png","sheet_x":1,"sheet_y":40,"short_name":"anchor","short_names":["anchor"],"text":null,"texts":null,"category":"Places","sort_order":53,"added_in":"4.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":"CROSSED SWORDS","unified":"2694","variations":["2694-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2694.png","sheet_x":1,"sheet_y":41,"short_name":"crossed_swords","short_names":["crossed_swords"],"text":null,"texts":null,"category":"Objects","sort_order":67,"added_in":"4.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":"STAFF OF AESCULAPIUS","unified":"2695","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2695.png","sheet_x":1,"sheet_y":42,"short_name":"staff_of_aesculapius","short_names":["staff_of_aesculapius"],"text":null,"texts":null,"category":"Symbols","sort_order":276,"added_in":"4.1","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":"SCALES","unified":"2696","variations":["2696-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2696.png","sheet_x":1,"sheet_y":43,"short_name":"scales","short_names":["scales"],"text":null,"texts":null,"category":"Objects","sort_order":54,"added_in":"4.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":"ALEMBIC","unified":"2697","variations":["2697-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2697.png","sheet_x":1,"sheet_y":44,"short_name":"alembic","short_names":["alembic"],"text":null,"texts":null,"category":"Objects","sort_order":76,"added_in":"4.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":"GEAR","unified":"2699","variations":["2699-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2699.png","sheet_x":1,"sheet_y":45,"short_name":"gear","short_names":["gear"],"text":null,"texts":null,"category":"Objects","sort_order":61,"added_in":"4.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":"ATOM SYMBOL","unified":"269B","variations":["269B-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"269b.png","sheet_x":1,"sheet_y":46,"short_name":"atom_symbol","short_names":["atom_symbol"],"text":null,"texts":null,"category":"Symbols","sort_order":42,"added_in":"4.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":"FLEUR-DE-LIS","unified":"269C","variations":["269C-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"269c.png","sheet_x":1,"sheet_y":47,"short_name":"fleur_de_lis","short_names":["fleur_de_lis"],"text":null,"texts":null,"category":"Symbols","sort_order":97,"added_in":"4.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":"WARNING SIGN","unified":"26A0","variations":["26A0-FE0F"],"docomo":"E737","au":"E481","softbank":"E252","google":"FEB23","image":"26a0.png","sheet_x":1,"sheet_y":48,"short_name":"warning","short_names":["warning"],"text":null,"texts":null,"category":"Symbols","sort_order":94,"added_in":"4.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":"HIGH VOLTAGE SIGN","unified":"26A1","variations":["26A1-FE0F"],"docomo":"E642","au":"E487","softbank":"E13D","google":"FE004","image":"26a1.png","sheet_x":2,"sheet_y":0,"short_name":"zap","short_names":["zap"],"text":null,"texts":null,"category":"Nature","sort_order":134,"added_in":"4.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":"MEDIUM WHITE CIRCLE","unified":"26AA","variations":["26AA-FE0F"],"docomo":"E69C","au":"E53A","softbank":"E219","google":"FEB65","image":"26aa.png","sheet_x":2,"sheet_y":1,"short_name":"white_circle","short_names":["white_circle"],"text":null,"texts":null,"category":"Symbols","sort_order":210,"added_in":"4.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":"MEDIUM BLACK CIRCLE","unified":"26AB","variations":["26AB-FE0F"],"docomo":"E69C","au":"E53B","softbank":"E219","google":"FEB66","image":"26ab.png","sheet_x":2,"sheet_y":2,"short_name":"black_circle","short_names":["black_circle"],"text":null,"texts":null,"category":"Symbols","sort_order":211,"added_in":"4.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":"COFFIN","unified":"26B0","variations":["26B0-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26b0.png","sheet_x":2,"sheet_y":3,"short_name":"coffin","short_names":["coffin"],"text":null,"texts":null,"category":"Objects","sort_order":70,"added_in":"4.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":"FUNERAL URN","unified":"26B1","variations":["26B1-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26b1.png","sheet_x":2,"sheet_y":4,"short_name":"funeral_urn","short_names":["funeral_urn"],"text":null,"texts":null,"category":"Objects","sort_order":71,"added_in":"4.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":"SOCCER BALL","unified":"26BD","variations":["26BD-FE0F"],"docomo":"E656","au":"E4B6","softbank":"E018","google":"FE7D4","image":"26bd.png","sheet_x":2,"sheet_y":5,"short_name":"soccer","short_names":["soccer"],"text":null,"texts":null,"category":"Activity","sort_order":1,"added_in":"5.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":"BASEBALL","unified":"26BE","variations":["26BE-FE0F"],"docomo":"E653","au":"E4BA","softbank":"E016","google":"FE7D1","image":"26be.png","sheet_x":2,"sheet_y":6,"short_name":"baseball","short_names":["baseball"],"text":null,"texts":null,"category":"Activity","sort_order":4,"added_in":"5.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":"SNOWMAN WITHOUT SNOW","unified":"26C4","variations":["26C4-FE0F"],"docomo":"E641","au":"E485","softbank":"E048","google":"FE003","image":"26c4.png","sheet_x":2,"sheet_y":7,"short_name":"snowman_without_snow","short_names":["snowman_without_snow"],"text":null,"texts":null,"category":"Nature","sort_order":150,"added_in":"5.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":"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":8,"short_name":"partly_sunny","short_names":["partly_sunny"],"text":null,"texts":null,"category":"Nature","sort_order":140,"added_in":"5.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":"THUNDER CLOUD AND RAIN","unified":"26C8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26c8.png","sheet_x":2,"sheet_y":9,"short_name":"thunder_cloud_and_rain","short_names":["thunder_cloud_and_rain"],"text":null,"texts":null,"category":"Nature","sort_order":146,"added_in":"5.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":"OPHIUCHUS","unified":"26CE","variations":[],"docomo":null,"au":"E49B","softbank":"E24B","google":"FE037","image":"26ce.png","sheet_x":2,"sheet_y":10,"short_name":"ophiuchus","short_names":["ophiuchus"],"text":null,"texts":null,"category":"Symbols","sort_order":28,"added_in":"6.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":"PICK","unified":"26CF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26cf.png","sheet_x":2,"sheet_y":11,"short_name":"pick","short_names":["pick"],"text":null,"texts":null,"category":"Objects","sort_order":59,"added_in":"5.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":"HELMET WITH WHITE CROSS","unified":"26D1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26d1.png","sheet_x":2,"sheet_y":12,"short_name":"helmet_with_white_cross","short_names":["helmet_with_white_cross"],"text":null,"texts":null,"category":"People","sort_order":284,"added_in":"5.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":"CHAINS","unified":"26D3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26d3.png","sheet_x":2,"sheet_y":13,"short_name":"chains","short_names":["chains"],"text":null,"texts":null,"category":"Objects","sort_order":62,"added_in":"5.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":"NO ENTRY","unified":"26D4","variations":["26D4-FE0F"],"docomo":"E72F","au":"E484","softbank":"E137","google":"FEB26","image":"26d4.png","sheet_x":2,"sheet_y":14,"short_name":"no_entry","short_names":["no_entry"],"text":null,"texts":null,"category":"Symbols","sort_order":72,"added_in":"5.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":"SHINTO SHRINE","unified":"26E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26e9.png","sheet_x":2,"sheet_y":15,"short_name":"shinto_shrine","short_names":["shinto_shrine"],"text":null,"texts":null,"category":"Places","sort_order":104,"added_in":"5.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":"CHURCH","unified":"26EA","variations":["26EA-FE0F"],"docomo":null,"au":"E5BB","softbank":"E037","google":"FE4BB","image":"26ea.png","sheet_x":2,"sheet_y":16,"short_name":"church","short_names":["church"],"text":null,"texts":null,"category":"Places","sort_order":100,"added_in":"5.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":"MOUNTAIN","unified":"26F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f0.png","sheet_x":2,"sheet_y":17,"short_name":"mountain","short_names":["mountain"],"text":null,"texts":null,"category":"Places","sort_order":73,"added_in":"5.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":"UMBRELLA ON GROUND","unified":"26F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f1.png","sheet_x":2,"sheet_y":18,"short_name":"umbrella_on_ground","short_names":["umbrella_on_ground"],"text":null,"texts":null,"category":"Places","sort_order":70,"added_in":"5.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":"FOUNTAIN","unified":"26F2","variations":["26F2-FE0F"],"docomo":null,"au":"E5CF","softbank":"E121","google":"FE4BC","image":"26f2.png","sheet_x":2,"sheet_y":19,"short_name":"fountain","short_names":["fountain"],"text":null,"texts":null,"category":"Places","sort_order":62,"added_in":"5.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":"FLAG IN HOLE","unified":"26F3","variations":["26F3-FE0F"],"docomo":"E654","au":"E599","softbank":"E014","google":"FE7D2","image":"26f3.png","sheet_x":2,"sheet_y":20,"short_name":"golf","short_names":["golf"],"text":null,"texts":null,"category":"Activity","sort_order":15,"added_in":"5.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":"FERRY","unified":"26F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f4.png","sheet_x":2,"sheet_y":21,"short_name":"ferry","short_names":["ferry"],"text":null,"texts":null,"category":"Places","sort_order":51,"added_in":"5.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":"SAILBOAT","unified":"26F5","variations":["26F5-FE0F"],"docomo":"E6A3","au":"E4B4","softbank":"E01C","google":"FE7EA","image":"26f5.png","sheet_x":2,"sheet_y":22,"short_name":"boat","short_names":["boat","sailboat"],"text":null,"texts":null,"category":"Places","sort_order":47,"added_in":"5.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":"SKIER","unified":"26F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f7.png","sheet_x":2,"sheet_y":23,"short_name":"skier","short_names":["skier"],"text":null,"texts":null,"category":"Activity","sort_order":22,"added_in":"5.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":"ICE SKATE","unified":"26F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f8.png","sheet_x":2,"sheet_y":24,"short_name":"ice_skate","short_names":["ice_skate"],"text":null,"texts":null,"category":"Activity","sort_order":20,"added_in":"5.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":"PERSON WITH BALL","unified":"26F9","variations":["26F9-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f9.png","sheet_x":2,"sheet_y":25,"short_name":"person_with_ball","short_names":["person_with_ball"],"text":null,"texts":null,"category":"Activity","sort_order":34,"added_in":"5.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,"skin_variations":{"1F3FB":{"unified":"26F9-1F3FB","image":"26f9-1f3fb.png","sheet_x":2,"sheet_y":26,"added_in":"8.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},"1F3FC":{"unified":"26F9-1F3FC","image":"26f9-1f3fc.png","sheet_x":2,"sheet_y":27,"added_in":"8.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},"1F3FD":{"unified":"26F9-1F3FD","image":"26f9-1f3fd.png","sheet_x":2,"sheet_y":28,"added_in":"8.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},"1F3FE":{"unified":"26F9-1F3FE","image":"26f9-1f3fe.png","sheet_x":2,"sheet_y":29,"added_in":"8.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},"1F3FF":{"unified":"26F9-1F3FF","image":"26f9-1f3ff.png","sheet_x":2,"sheet_y":30,"added_in":"8.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}},"obsoleted_by":"26F9-FE0F-200D-2642-FE0F"},{"name":"TENT","unified":"26FA","variations":["26FA-FE0F"],"docomo":null,"au":"E5D0","softbank":"E122","google":"FE7FB","image":"26fa.png","sheet_x":2,"sheet_y":31,"short_name":"tent","short_names":["tent"],"text":null,"texts":null,"category":"Places","sort_order":79,"added_in":"5.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":"FUEL PUMP","unified":"26FD","variations":["26FD-FE0F"],"docomo":"E66B","au":"E571","softbank":"E03A","google":"FE7F5","image":"26fd.png","sheet_x":2,"sheet_y":32,"short_name":"fuelpump","short_names":["fuelpump"],"text":null,"texts":null,"category":"Places","sort_order":55,"added_in":"5.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":"BLACK SCISSORS","unified":"2702","variations":["2702-FE0F"],"docomo":"E675","au":"E516","softbank":"E313","google":"FE53E","image":"2702.png","sheet_x":2,"sheet_y":33,"short_name":"scissors","short_names":["scissors"],"text":null,"texts":null,"category":"Objects","sort_order":160,"added_in":"1.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":"WHITE HEAVY CHECK MARK","unified":"2705","variations":[],"docomo":null,"au":"E55E","softbank":null,"google":"FEB4A","image":"2705.png","sheet_x":2,"sheet_y":34,"short_name":"white_check_mark","short_names":["white_check_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":100,"added_in":"6.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":"AIRPLANE","unified":"2708","variations":["2708-FE0F"],"docomo":"E662","au":"E4B3","softbank":"E01D","google":"FE7E9","image":"2708.png","sheet_x":2,"sheet_y":35,"short_name":"airplane","short_names":["airplane"],"text":null,"texts":null,"category":"Places","sort_order":40,"added_in":"1.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":"ENVELOPE","unified":"2709","variations":["2709-FE0F"],"docomo":"E6D3","au":"E521","softbank":"E103","google":"FE529","image":"2709.png","sheet_x":2,"sheet_y":36,"short_name":"email","short_names":["email","envelope"],"text":null,"texts":null,"category":"Objects","sort_order":107,"added_in":"1.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":"RAISED FIST","unified":"270A","variations":[],"docomo":"E693","au":"EB83","softbank":"E010","google":"FEB93","image":"270a.png","sheet_x":2,"sheet_y":37,"short_name":"fist","short_names":["fist"],"text":null,"texts":null,"category":"People","sort_order":105,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"270A-1F3FB","image":"270a-1f3fb.png","sheet_x":2,"sheet_y":38,"added_in":"8.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},"1F3FC":{"unified":"270A-1F3FC","image":"270a-1f3fc.png","sheet_x":2,"sheet_y":39,"added_in":"8.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},"1F3FD":{"unified":"270A-1F3FD","image":"270a-1f3fd.png","sheet_x":2,"sheet_y":40,"added_in":"8.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},"1F3FE":{"unified":"270A-1F3FE","image":"270a-1f3fe.png","sheet_x":2,"sheet_y":41,"added_in":"8.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},"1F3FF":{"unified":"270A-1F3FF","image":"270a-1f3ff.png","sheet_x":2,"sheet_y":42,"added_in":"8.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":"RAISED HAND","unified":"270B","variations":[],"docomo":"E695","au":"E5A7","softbank":"E012","google":"FEB95","image":"270b.png","sheet_x":2,"sheet_y":43,"short_name":"hand","short_names":["hand","raised_hand"],"text":null,"texts":null,"category":"People","sort_order":117,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"270B-1F3FB","image":"270b-1f3fb.png","sheet_x":2,"sheet_y":44,"added_in":"8.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},"1F3FC":{"unified":"270B-1F3FC","image":"270b-1f3fc.png","sheet_x":2,"sheet_y":45,"added_in":"8.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},"1F3FD":{"unified":"270B-1F3FD","image":"270b-1f3fd.png","sheet_x":2,"sheet_y":46,"added_in":"8.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},"1F3FE":{"unified":"270B-1F3FE","image":"270b-1f3fe.png","sheet_x":2,"sheet_y":47,"added_in":"8.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},"1F3FF":{"unified":"270B-1F3FF","image":"270b-1f3ff.png","sheet_x":2,"sheet_y":48,"added_in":"8.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":"VICTORY HAND","unified":"270C","variations":["270C-FE0F"],"docomo":"E694","au":"E5A6","softbank":"E011","google":"FEB94","image":"270c.png","sheet_x":3,"sheet_y":0,"short_name":"v","short_names":["v"],"text":null,"texts":null,"category":"People","sort_order":109,"added_in":"1.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,"skin_variations":{"1F3FB":{"unified":"270C-1F3FB","image":"270c-1f3fb.png","sheet_x":3,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"270C-1F3FC","image":"270c-1f3fc.png","sheet_x":3,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"270C-1F3FD","image":"270c-1f3fd.png","sheet_x":3,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"270C-1F3FE","image":"270c-1f3fe.png","sheet_x":3,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"270C-1F3FF","image":"270c-1f3ff.png","sheet_x":3,"sheet_y":5,"added_in":"8.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":"WRITING HAND","unified":"270D","variations":["270D-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"270d.png","sheet_x":3,"sheet_y":6,"short_name":"writing_hand","short_names":["writing_hand"],"text":null,"texts":null,"category":"People","sort_order":125,"added_in":"1.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,"skin_variations":{"1F3FB":{"unified":"270D-1F3FB","image":"270d-1f3fb.png","sheet_x":3,"sheet_y":7,"added_in":"8.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},"1F3FC":{"unified":"270D-1F3FC","image":"270d-1f3fc.png","sheet_x":3,"sheet_y":8,"added_in":"8.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},"1F3FD":{"unified":"270D-1F3FD","image":"270d-1f3fd.png","sheet_x":3,"sheet_y":9,"added_in":"8.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},"1F3FE":{"unified":"270D-1F3FE","image":"270d-1f3fe.png","sheet_x":3,"sheet_y":10,"added_in":"8.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},"1F3FF":{"unified":"270D-1F3FF","image":"270d-1f3ff.png","sheet_x":3,"sheet_y":11,"added_in":"8.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}}},{"name":"PENCIL","unified":"270F","variations":["270F-FE0F"],"docomo":"E719","au":"E4A1","softbank":"E301","google":"FE539","image":"270f.png","sheet_x":3,"sheet_y":12,"short_name":"pencil2","short_names":["pencil2"],"text":null,"texts":null,"category":"Objects","sort_order":167,"added_in":"1.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":"BLACK NIB","unified":"2712","variations":["2712-FE0F"],"docomo":"E6AE","au":"EB03","softbank":null,"google":"FE536","image":"2712.png","sheet_x":3,"sheet_y":13,"short_name":"black_nib","short_names":["black_nib"],"text":null,"texts":null,"category":"Objects","sort_order":163,"added_in":"1.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 CHECK MARK","unified":"2714","variations":["2714-FE0F"],"docomo":null,"au":"E557","softbank":null,"google":"FEB49","image":"2714.png","sheet_x":3,"sheet_y":14,"short_name":"heavy_check_mark","short_names":["heavy_check_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":207,"added_in":"1.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 MULTIPLICATION X","unified":"2716","variations":["2716-FE0F"],"docomo":null,"au":"E54F","softbank":"E333","google":"FEB53","image":"2716.png","sheet_x":3,"sheet_y":15,"short_name":"heavy_multiplication_x","short_names":["heavy_multiplication_x"],"text":null,"texts":null,"category":"Symbols","sort_order":193,"added_in":"1.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":"LATIN CROSS","unified":"271D","variations":["271D-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"271d.png","sheet_x":3,"sheet_y":16,"short_name":"latin_cross","short_names":["latin_cross"],"text":null,"texts":null,"category":"Symbols","sort_order":18,"added_in":"1.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":"STAR OF DAVID","unified":"2721","variations":["2721-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2721.png","sheet_x":3,"sheet_y":17,"short_name":"star_of_david","short_names":["star_of_david"],"text":null,"texts":null,"category":"Symbols","sort_order":22,"added_in":"1.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":"SPARKLES","unified":"2728","variations":[],"docomo":"E6FA","au":"EAAB","softbank":"E32E","google":"FEB60","image":"2728.png","sheet_x":3,"sheet_y":18,"short_name":"sparkles","short_names":["sparkles"],"text":null,"texts":null,"category":"Nature","sort_order":133,"added_in":"6.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":"EIGHT SPOKED ASTERISK","unified":"2733","variations":["2733-FE0F"],"docomo":"E6F8","au":"E53E","softbank":"E206","google":"FEB62","image":"2733.png","sheet_x":3,"sheet_y":19,"short_name":"eight_spoked_asterisk","short_names":["eight_spoked_asterisk"],"text":null,"texts":null,"category":"Symbols","sort_order":104,"added_in":"1.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":"EIGHT POINTED BLACK STAR","unified":"2734","variations":["2734-FE0F"],"docomo":"E6F8","au":"E479","softbank":"E205","google":"FEB61","image":"2734.png","sheet_x":3,"sheet_y":20,"short_name":"eight_pointed_black_star","short_names":["eight_pointed_black_star"],"text":null,"texts":null,"category":"Symbols","sort_order":53,"added_in":"1.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":"SNOWFLAKE","unified":"2744","variations":["2744-FE0F"],"docomo":null,"au":"E48A","softbank":null,"google":"FE00E","image":"2744.png","sheet_x":3,"sheet_y":21,"short_name":"snowflake","short_names":["snowflake"],"text":null,"texts":null,"category":"Nature","sort_order":151,"added_in":"1.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":"SPARKLE","unified":"2747","variations":["2747-FE0F"],"docomo":"E6FA","au":"E46C","softbank":"E32E","google":"FEB77","image":"2747.png","sheet_x":3,"sheet_y":22,"short_name":"sparkle","short_names":["sparkle"],"text":null,"texts":null,"category":"Symbols","sort_order":103,"added_in":"1.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":"CROSS MARK","unified":"274C","variations":[],"docomo":null,"au":"E550","softbank":"E333","google":"FEB45","image":"274c.png","sheet_x":3,"sheet_y":23,"short_name":"x","short_names":["x"],"text":null,"texts":null,"category":"Symbols","sort_order":69,"added_in":"6.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":"NEGATIVE SQUARED CROSS MARK","unified":"274E","variations":[],"docomo":null,"au":"E551","softbank":"E333","google":"FEB46","image":"274e.png","sheet_x":3,"sheet_y":24,"short_name":"negative_squared_cross_mark","short_names":["negative_squared_cross_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":105,"added_in":"6.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":"BLACK QUESTION MARK ORNAMENT","unified":"2753","variations":[],"docomo":null,"au":"E483","softbank":"E020","google":"FEB09","image":"2753.png","sheet_x":3,"sheet_y":25,"short_name":"question","short_names":["question"],"text":null,"texts":null,"category":"Symbols","sort_order":87,"added_in":"6.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":"WHITE QUESTION MARK ORNAMENT","unified":"2754","variations":[],"docomo":null,"au":"E483","softbank":"E336","google":"FEB0A","image":"2754.png","sheet_x":3,"sheet_y":26,"short_name":"grey_question","short_names":["grey_question"],"text":null,"texts":null,"category":"Symbols","sort_order":88,"added_in":"6.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":"WHITE EXCLAMATION MARK ORNAMENT","unified":"2755","variations":[],"docomo":"E702","au":"E482","softbank":"E337","google":"FEB0B","image":"2755.png","sheet_x":3,"sheet_y":27,"short_name":"grey_exclamation","short_names":["grey_exclamation"],"text":null,"texts":null,"category":"Symbols","sort_order":86,"added_in":"6.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":"HEAVY EXCLAMATION MARK SYMBOL","unified":"2757","variations":["2757-FE0F"],"docomo":"E702","au":"E482","softbank":"E021","google":"FEB04","image":"2757.png","sheet_x":3,"sheet_y":28,"short_name":"exclamation","short_names":["exclamation","heavy_exclamation_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":85,"added_in":"5.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":"HEAVY HEART EXCLAMATION MARK ORNAMENT","unified":"2763","variations":["2763-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"2763.png","sheet_x":3,"sheet_y":29,"short_name":"heavy_heart_exclamation_mark_ornament","short_names":["heavy_heart_exclamation_mark_ornament"],"text":null,"texts":null,"category":"Symbols","sort_order":8,"added_in":"1.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":"HEAVY BLACK HEART","unified":"2764","variations":["2764-FE0F"],"docomo":"E6EC","au":"E595","softbank":"E022","google":"FEB0C","image":"2764.png","sheet_x":3,"sheet_y":30,"short_name":"heart","short_names":["heart"],"text":"<3","texts":["<3"],"category":"Symbols","sort_order":1,"added_in":"1.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":3,"sheet_y":31,"short_name":"heavy_plus_sign","short_names":["heavy_plus_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":190,"added_in":"6.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":"HEAVY MINUS SIGN","unified":"2796","variations":[],"docomo":null,"au":"E53D","softbank":null,"google":"FEB52","image":"2796.png","sheet_x":3,"sheet_y":32,"short_name":"heavy_minus_sign","short_names":["heavy_minus_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":191,"added_in":"6.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":"HEAVY DIVISION SIGN","unified":"2797","variations":[],"docomo":null,"au":"E554","softbank":null,"google":"FEB54","image":"2797.png","sheet_x":3,"sheet_y":33,"short_name":"heavy_division_sign","short_names":["heavy_division_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":192,"added_in":"6.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":"BLACK RIGHTWARDS ARROW","unified":"27A1","variations":["27A1-FE0F"],"docomo":null,"au":"E552","softbank":"E234","google":"FEAFA","image":"27a1.png","sheet_x":3,"sheet_y":34,"short_name":"arrow_right","short_names":["arrow_right"],"text":null,"texts":null,"category":"Symbols","sort_order":169,"added_in":"1.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":"CURLY LOOP","unified":"27B0","variations":[],"docomo":"E70A","au":"EB31","softbank":null,"google":"FEB08","image":"27b0.png","sheet_x":3,"sheet_y":35,"short_name":"curly_loop","short_names":["curly_loop"],"text":null,"texts":null,"category":"Symbols","sort_order":200,"added_in":"6.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":"DOUBLE CURLY LOOP","unified":"27BF","variations":[],"docomo":"E6DF","au":null,"softbank":"E211","google":"FE82B","image":"27bf.png","sheet_x":3,"sheet_y":36,"short_name":"loop","short_names":["loop"],"text":null,"texts":null,"category":"Symbols","sort_order":201,"added_in":"6.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":"ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS","unified":"2934","variations":["2934-FE0F"],"docomo":"E6F5","au":"EB2D","softbank":"E236","google":"FEAF4","image":"2934.png","sheet_x":3,"sheet_y":37,"short_name":"arrow_heading_up","short_names":["arrow_heading_up"],"text":null,"texts":null,"category":"Symbols","sort_order":181,"added_in":"3.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":"ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS","unified":"2935","variations":["2935-FE0F"],"docomo":"E700","au":"EB2E","softbank":"E238","google":"FEAF5","image":"2935.png","sheet_x":3,"sheet_y":38,"short_name":"arrow_heading_down","short_names":["arrow_heading_down"],"text":null,"texts":null,"category":"Symbols","sort_order":182,"added_in":"3.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":"LEFTWARDS BLACK ARROW","unified":"2B05","variations":["2B05-FE0F"],"docomo":null,"au":"E553","softbank":"E235","google":"FEAFB","image":"2b05.png","sheet_x":3,"sheet_y":39,"short_name":"arrow_left","short_names":["arrow_left"],"text":null,"texts":null,"category":"Symbols","sort_order":170,"added_in":"4.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":"UPWARDS BLACK ARROW","unified":"2B06","variations":["2B06-FE0F"],"docomo":null,"au":"E53F","softbank":"E232","google":"FEAF8","image":"2b06.png","sheet_x":3,"sheet_y":40,"short_name":"arrow_up","short_names":["arrow_up"],"text":null,"texts":null,"category":"Symbols","sort_order":171,"added_in":"4.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":"DOWNWARDS BLACK ARROW","unified":"2B07","variations":["2B07-FE0F"],"docomo":null,"au":"E540","softbank":"E233","google":"FEAF9","image":"2b07.png","sheet_x":3,"sheet_y":41,"short_name":"arrow_down","short_names":["arrow_down"],"text":null,"texts":null,"category":"Symbols","sort_order":172,"added_in":"4.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":"BLACK LARGE SQUARE","unified":"2B1B","variations":["2B1B-FE0F"],"docomo":null,"au":"E549","softbank":"E21A","google":"FEB6C","image":"2b1b.png","sheet_x":3,"sheet_y":42,"short_name":"black_large_square","short_names":["black_large_square"],"text":null,"texts":null,"category":"Symbols","sort_order":228,"added_in":"5.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":"WHITE LARGE SQUARE","unified":"2B1C","variations":["2B1C-FE0F"],"docomo":null,"au":"E548","softbank":"E21B","google":"FEB6B","image":"2b1c.png","sheet_x":3,"sheet_y":43,"short_name":"white_large_square","short_names":["white_large_square"],"text":null,"texts":null,"category":"Symbols","sort_order":229,"added_in":"5.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":"WHITE MEDIUM STAR","unified":"2B50","variations":["2B50-FE0F"],"docomo":null,"au":"E48B","softbank":"E32F","google":"FEB68","image":"2b50.png","sheet_x":3,"sheet_y":44,"short_name":"star","short_names":["star"],"text":null,"texts":null,"category":"Nature","sort_order":131,"added_in":"5.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 LARGE CIRCLE","unified":"2B55","variations":["2B55-FE0F"],"docomo":"E6A0","au":"EAAD","softbank":"E332","google":"FEB44","image":"2b55.png","sheet_x":3,"sheet_y":45,"short_name":"o","short_names":["o"],"text":null,"texts":null,"category":"Symbols","sort_order":70,"added_in":"5.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":"WAVY DASH","unified":"3030","variations":["3030-FE0F"],"docomo":"E709","au":null,"softbank":null,"google":"FEB07","image":"3030.png","sheet_x":3,"sheet_y":46,"short_name":"wavy_dash","short_names":["wavy_dash"],"text":null,"texts":null,"category":"Symbols","sort_order":199,"added_in":"1.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":"PART ALTERNATION MARK","unified":"303D","variations":["303D-FE0F"],"docomo":null,"au":null,"softbank":"E12C","google":"FE81B","image":"303d.png","sheet_x":3,"sheet_y":47,"short_name":"part_alternation_mark","short_names":["part_alternation_mark"],"text":null,"texts":null,"category":"Symbols","sort_order":93,"added_in":"3.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":"CIRCLED IDEOGRAPH CONGRATULATION","unified":"3297","variations":["3297-FE0F"],"docomo":null,"au":"EA99","softbank":"E30D","google":"FEB43","image":"3297.png","sheet_x":3,"sheet_y":48,"short_name":"congratulations","short_names":["congratulations"],"text":null,"texts":null,"category":"Symbols","sort_order":58,"added_in":"1.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":"CIRCLED IDEOGRAPH SECRET","unified":"3299","variations":["3299-FE0F"],"docomo":"E734","au":"E4F1","softbank":"E315","google":"FEB2B","image":"3299.png","sheet_x":4,"sheet_y":0,"short_name":"secret","short_names":["secret"],"text":null,"texts":null,"category":"Symbols","sort_order":57,"added_in":"1.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":"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":1,"short_name":"mahjong","short_names":["mahjong"],"text":null,"texts":null,"category":"Symbols","sort_order":249,"added_in":"5.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":"PLAYING CARD BLACK JOKER","unified":"1F0CF","variations":[],"docomo":null,"au":"EB6F","softbank":null,"google":"FE812","image":"1f0cf.png","sheet_x":4,"sheet_y":2,"short_name":"black_joker","short_names":["black_joker"],"text":null,"texts":null,"category":"Symbols","sort_order":247,"added_in":"6.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":"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":3,"short_name":"a","short_names":["a"],"text":null,"texts":null,"category":"Symbols","sort_order":63,"added_in":"6.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":"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":4,"short_name":"b","short_names":["b"],"text":null,"texts":null,"category":"Symbols","sort_order":64,"added_in":"6.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":"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":5,"short_name":"o2","short_names":["o2"],"text":null,"texts":null,"category":"Symbols","sort_order":67,"added_in":"6.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":"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":6,"short_name":"parking","short_names":["parking"],"text":null,"texts":null,"category":"Symbols","sort_order":114,"added_in":"5.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":"NEGATIVE SQUARED AB","unified":"1F18E","variations":[],"docomo":null,"au":"EB29","softbank":"E534","google":"FE50D","image":"1f18e.png","sheet_x":4,"sheet_y":7,"short_name":"ab","short_names":["ab"],"text":null,"texts":null,"category":"Symbols","sort_order":65,"added_in":"6.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":"SQUARED CL","unified":"1F191","variations":[],"docomo":"E6DB","au":"E5AB","softbank":null,"google":"FEB84","image":"1f191.png","sheet_x":4,"sheet_y":8,"short_name":"cl","short_names":["cl"],"text":null,"texts":null,"category":"Symbols","sort_order":66,"added_in":"6.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":"SQUARED COOL","unified":"1F192","variations":[],"docomo":null,"au":"EA85","softbank":"E214","google":"FEB38","image":"1f192.png","sheet_x":4,"sheet_y":9,"short_name":"cool","short_names":["cool"],"text":null,"texts":null,"category":"Symbols","sort_order":137,"added_in":"6.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":"SQUARED FREE","unified":"1F193","variations":[],"docomo":"E6D7","au":"E578","softbank":null,"google":"FEB21","image":"1f193.png","sheet_x":4,"sheet_y":10,"short_name":"free","short_names":["free"],"text":null,"texts":null,"category":"Symbols","sort_order":139,"added_in":"6.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":"SQUARED ID","unified":"1F194","variations":[],"docomo":"E6D8","au":"EA88","softbank":"E229","google":"FEB81","image":"1f194.png","sheet_x":4,"sheet_y":11,"short_name":"id","short_names":["id"],"text":null,"texts":null,"category":"Symbols","sort_order":41,"added_in":"6.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":"SQUARED NEW","unified":"1F195","variations":[],"docomo":"E6DD","au":"E5B5","softbank":"E212","google":"FEB36","image":"1f195.png","sheet_x":4,"sheet_y":12,"short_name":"new","short_names":["new"],"text":null,"texts":null,"category":"Symbols","sort_order":138,"added_in":"6.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":"SQUARED NG","unified":"1F196","variations":[],"docomo":"E72F","au":null,"softbank":null,"google":"FEB28","image":"1f196.png","sheet_x":4,"sheet_y":13,"short_name":"ng","short_names":["ng"],"text":null,"texts":null,"category":"Symbols","sort_order":134,"added_in":"6.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":"SQUARED OK","unified":"1F197","variations":[],"docomo":"E70B","au":"E5AD","softbank":"E24D","google":"FEB27","image":"1f197.png","sheet_x":4,"sheet_y":14,"short_name":"ok","short_names":["ok"],"text":null,"texts":null,"category":"Symbols","sort_order":135,"added_in":"6.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":"SQUARED SOS","unified":"1F198","variations":[],"docomo":null,"au":"E4E8","softbank":null,"google":"FEB4F","image":"1f198.png","sheet_x":4,"sheet_y":15,"short_name":"sos","short_names":["sos"],"text":null,"texts":null,"category":"Symbols","sort_order":68,"added_in":"6.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":"SQUARED UP WITH EXCLAMATION MARK","unified":"1F199","variations":[],"docomo":null,"au":"E50F","softbank":"E213","google":"FEB37","image":"1f199.png","sheet_x":4,"sheet_y":16,"short_name":"up","short_names":["up"],"text":null,"texts":null,"category":"Symbols","sort_order":136,"added_in":"6.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":"SQUARED VS","unified":"1F19A","variations":[],"docomo":null,"au":"E5D2","softbank":"E12E","google":"FEB32","image":"1f19a.png","sheet_x":4,"sheet_y":17,"short_name":"vs","short_names":["vs"],"text":null,"texts":null,"category":"Symbols","sort_order":54,"added_in":"6.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":"SQUARED KATAKANA KOKO","unified":"1F201","variations":[],"docomo":null,"au":null,"softbank":"E203","google":"FEB24","image":"1f201.png","sheet_x":4,"sheet_y":18,"short_name":"koko","short_names":["koko"],"text":null,"texts":null,"category":"Symbols","sort_order":128,"added_in":"6.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":"SQUARED KATAKANA SA","unified":"1F202","variations":["1F202-FE0F"],"docomo":null,"au":"EA87","softbank":"E228","google":"FEB3F","image":"1f202.png","sheet_x":4,"sheet_y":19,"short_name":"sa","short_names":["sa"],"text":null,"texts":null,"category":"Symbols","sort_order":116,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-7121","unified":"1F21A","variations":["1F21A-FE0F"],"docomo":null,"au":null,"softbank":"E216","google":"FEB3A","image":"1f21a.png","sheet_x":4,"sheet_y":20,"short_name":"u7121","short_names":["u7121"],"text":null,"texts":null,"category":"Symbols","sort_order":49,"added_in":"5.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":"SQUARED CJK UNIFIED IDEOGRAPH-6307","unified":"1F22F","variations":["1F22F-FE0F"],"docomo":null,"au":"EA8B","softbank":"E22C","google":"FEB40","image":"1f22f.png","sheet_x":4,"sheet_y":21,"short_name":"u6307","short_names":["u6307"],"text":null,"texts":null,"category":"Symbols","sort_order":101,"added_in":"5.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":"SQUARED CJK UNIFIED IDEOGRAPH-7981","unified":"1F232","variations":[],"docomo":"E738","au":null,"softbank":null,"google":"FEB2E","image":"1f232.png","sheet_x":4,"sheet_y":22,"short_name":"u7981","short_names":["u7981"],"text":null,"texts":null,"category":"Symbols","sort_order":62,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-7A7A","unified":"1F233","variations":[],"docomo":"E739","au":"EA8A","softbank":"E22B","google":"FEB2F","image":"1f233.png","sheet_x":4,"sheet_y":23,"short_name":"u7a7a","short_names":["u7a7a"],"text":null,"texts":null,"category":"Symbols","sort_order":115,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-5408","unified":"1F234","variations":[],"docomo":"E73A","au":null,"softbank":null,"google":"FEB30","image":"1f234.png","sheet_x":4,"sheet_y":24,"short_name":"u5408","short_names":["u5408"],"text":null,"texts":null,"category":"Symbols","sort_order":59,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-6E80","unified":"1F235","variations":[],"docomo":"E73B","au":"EA89","softbank":"E22A","google":"FEB31","image":"1f235.png","sheet_x":4,"sheet_y":25,"short_name":"u6e80","short_names":["u6e80"],"text":null,"texts":null,"category":"Symbols","sort_order":60,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-6709","unified":"1F236","variations":[],"docomo":null,"au":null,"softbank":"E215","google":"FEB39","image":"1f236.png","sheet_x":4,"sheet_y":26,"short_name":"u6709","short_names":["u6709"],"text":null,"texts":null,"category":"Symbols","sort_order":48,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-6708","unified":"1F237","variations":["1F237-FE0F"],"docomo":null,"au":null,"softbank":"E217","google":"FEB3B","image":"1f237.png","sheet_x":4,"sheet_y":27,"short_name":"u6708","short_names":["u6708"],"text":null,"texts":null,"category":"Symbols","sort_order":52,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-7533","unified":"1F238","variations":[],"docomo":null,"au":null,"softbank":"E218","google":"FEB3C","image":"1f238.png","sheet_x":4,"sheet_y":28,"short_name":"u7533","short_names":["u7533"],"text":null,"texts":null,"category":"Symbols","sort_order":50,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-5272","unified":"1F239","variations":[],"docomo":null,"au":"EA86","softbank":"E227","google":"FEB3E","image":"1f239.png","sheet_x":4,"sheet_y":29,"short_name":"u5272","short_names":["u5272"],"text":null,"texts":null,"category":"Symbols","sort_order":61,"added_in":"6.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":"SQUARED CJK UNIFIED IDEOGRAPH-55B6","unified":"1F23A","variations":[],"docomo":null,"au":"EA8C","softbank":"E22D","google":"FEB41","image":"1f23a.png","sheet_x":4,"sheet_y":30,"short_name":"u55b6","short_names":["u55b6"],"text":null,"texts":null,"category":"Symbols","sort_order":51,"added_in":"6.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":"CIRCLED IDEOGRAPH ADVANTAGE","unified":"1F250","variations":[],"docomo":null,"au":"E4F7","softbank":"E226","google":"FEB3D","image":"1f250.png","sheet_x":4,"sheet_y":31,"short_name":"ideograph_advantage","short_names":["ideograph_advantage"],"text":null,"texts":null,"category":"Symbols","sort_order":56,"added_in":"6.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":"CIRCLED IDEOGRAPH ACCEPT","unified":"1F251","variations":[],"docomo":null,"au":"EB01","softbank":null,"google":"FEB50","image":"1f251.png","sheet_x":4,"sheet_y":32,"short_name":"accept","short_names":["accept"],"text":null,"texts":null,"category":"Symbols","sort_order":43,"added_in":"6.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":"CYCLONE","unified":"1F300","variations":[],"docomo":"E643","au":"E469","softbank":"E443","google":"FE005","image":"1f300.png","sheet_x":4,"sheet_y":33,"short_name":"cyclone","short_names":["cyclone"],"text":null,"texts":null,"category":"Symbols","sort_order":109,"added_in":"6.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":"FOGGY","unified":"1F301","variations":[],"docomo":"E644","au":"E598","softbank":null,"google":"FE006","image":"1f301.png","sheet_x":4,"sheet_y":34,"short_name":"foggy","short_names":["foggy"],"text":null,"texts":null,"category":"Places","sort_order":119,"added_in":"6.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":"CLOSED UMBRELLA","unified":"1F302","variations":[],"docomo":"E645","au":"EAE8","softbank":"E43C","google":"FE007","image":"1f302.png","sheet_x":4,"sheet_y":35,"short_name":"closed_umbrella","short_names":["closed_umbrella"],"text":null,"texts":null,"category":"People","sort_order":292,"added_in":"6.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":"NIGHT WITH STARS","unified":"1F303","variations":[],"docomo":"E6B3","au":"EAF1","softbank":"E44B","google":"FE008","image":"1f303.png","sheet_x":4,"sheet_y":36,"short_name":"night_with_stars","short_names":["night_with_stars"],"text":null,"texts":null,"category":"Places","sort_order":116,"added_in":"6.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":"SUNRISE OVER MOUNTAINS","unified":"1F304","variations":[],"docomo":"E63E","au":"EAF4","softbank":"E04D","google":"FE009","image":"1f304.png","sheet_x":4,"sheet_y":37,"short_name":"sunrise_over_mountains","short_names":["sunrise_over_mountains"],"text":null,"texts":null,"category":"Places","sort_order":109,"added_in":"6.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":"SUNRISE","unified":"1F305","variations":[],"docomo":"E63E","au":"EAF4","softbank":"E449","google":"FE00A","image":"1f305.png","sheet_x":4,"sheet_y":38,"short_name":"sunrise","short_names":["sunrise"],"text":null,"texts":null,"category":"Places","sort_order":108,"added_in":"6.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":"CITYSCAPE AT DUSK","unified":"1F306","variations":[],"docomo":null,"au":"E5DA","softbank":"E146","google":"FE00B","image":"1f306.png","sheet_x":4,"sheet_y":39,"short_name":"city_sunset","short_names":["city_sunset"],"text":null,"texts":null,"category":"Places","sort_order":114,"added_in":"6.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":"SUNSET OVER BUILDINGS","unified":"1F307","variations":[],"docomo":"E63E","au":"E5DA","softbank":"E44A","google":"FE00C","image":"1f307.png","sheet_x":4,"sheet_y":40,"short_name":"city_sunrise","short_names":["city_sunrise"],"text":null,"texts":null,"category":"Places","sort_order":113,"added_in":"6.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":"RAINBOW","unified":"1F308","variations":[],"docomo":null,"au":"EAF2","softbank":"E44C","google":"FE00D","image":"1f308.png","sheet_x":4,"sheet_y":41,"short_name":"rainbow","short_names":["rainbow"],"text":null,"texts":null,"category":"Nature","sort_order":143,"added_in":"6.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":"BRIDGE AT NIGHT","unified":"1F309","variations":[],"docomo":"E6B3","au":"E4BF","softbank":"E44B","google":"FE010","image":"1f309.png","sheet_x":4,"sheet_y":42,"short_name":"bridge_at_night","short_names":["bridge_at_night"],"text":null,"texts":null,"category":"Places","sort_order":118,"added_in":"6.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":"WATER WAVE","unified":"1F30A","variations":[],"docomo":"E73F","au":"EB7C","softbank":"E43E","google":"FE038","image":"1f30a.png","sheet_x":4,"sheet_y":43,"short_name":"ocean","short_names":["ocean"],"text":null,"texts":null,"category":"Nature","sort_order":156,"added_in":"6.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":"VOLCANO","unified":"1F30B","variations":[],"docomo":null,"au":"EB53","softbank":null,"google":"FE03A","image":"1f30b.png","sheet_x":4,"sheet_y":44,"short_name":"volcano","short_names":["volcano"],"text":null,"texts":null,"category":"Places","sort_order":76,"added_in":"6.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":"MILKY WAY","unified":"1F30C","variations":[],"docomo":"E6B3","au":"EB5F","softbank":"E44B","google":"FE03B","image":"1f30c.png","sheet_x":4,"sheet_y":45,"short_name":"milky_way","short_names":["milky_way"],"text":null,"texts":null,"category":"Places","sort_order":117,"added_in":"6.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":"EARTH GLOBE EUROPE-AFRICA","unified":"1F30D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f30d.png","sheet_x":4,"sheet_y":46,"short_name":"earth_africa","short_names":["earth_africa"],"text":null,"texts":null,"category":"Nature","sort_order":114,"added_in":"6.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":"EARTH GLOBE AMERICAS","unified":"1F30E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f30e.png","sheet_x":4,"sheet_y":47,"short_name":"earth_americas","short_names":["earth_americas"],"text":null,"texts":null,"category":"Nature","sort_order":113,"added_in":"6.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":"EARTH GLOBE ASIA-AUSTRALIA","unified":"1F30F","variations":[],"docomo":null,"au":"E5B3","softbank":null,"google":"FE039","image":"1f30f.png","sheet_x":4,"sheet_y":48,"short_name":"earth_asia","short_names":["earth_asia"],"text":null,"texts":null,"category":"Nature","sort_order":115,"added_in":"6.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":"GLOBE WITH MERIDIANS","unified":"1F310","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f310.png","sheet_x":5,"sheet_y":0,"short_name":"globe_with_meridians","short_names":["globe_with_meridians"],"text":null,"texts":null,"category":"Symbols","sort_order":106,"added_in":"6.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":"NEW MOON SYMBOL","unified":"1F311","variations":[],"docomo":"E69C","au":"E5A8","softbank":null,"google":"FE011","image":"1f311.png","sheet_x":5,"sheet_y":1,"short_name":"new_moon","short_names":["new_moon"],"text":null,"texts":null,"category":"Nature","sort_order":120,"added_in":"6.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":"WAXING CRESCENT MOON SYMBOL","unified":"1F312","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f312.png","sheet_x":5,"sheet_y":2,"short_name":"waxing_crescent_moon","short_names":["waxing_crescent_moon"],"text":null,"texts":null,"category":"Nature","sort_order":121,"added_in":"6.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":"FIRST QUARTER MOON SYMBOL","unified":"1F313","variations":[],"docomo":"E69E","au":"E5AA","softbank":"E04C","google":"FE013","image":"1f313.png","sheet_x":5,"sheet_y":3,"short_name":"first_quarter_moon","short_names":["first_quarter_moon"],"text":null,"texts":null,"category":"Nature","sort_order":122,"added_in":"6.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":"WAXING GIBBOUS MOON SYMBOL","unified":"1F314","variations":[],"docomo":"E69D","au":"E5A9","softbank":"E04C","google":"FE012","image":"1f314.png","sheet_x":5,"sheet_y":4,"short_name":"moon","short_names":["moon","waxing_gibbous_moon"],"text":null,"texts":null,"category":"Nature","sort_order":123,"added_in":"6.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":"FULL MOON SYMBOL","unified":"1F315","variations":[],"docomo":"E6A0","au":null,"softbank":null,"google":"FE015","image":"1f315.png","sheet_x":5,"sheet_y":5,"short_name":"full_moon","short_names":["full_moon"],"text":null,"texts":null,"category":"Nature","sort_order":116,"added_in":"6.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":"WANING GIBBOUS MOON SYMBOL","unified":"1F316","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f316.png","sheet_x":5,"sheet_y":6,"short_name":"waning_gibbous_moon","short_names":["waning_gibbous_moon"],"text":null,"texts":null,"category":"Nature","sort_order":117,"added_in":"6.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":"LAST QUARTER MOON SYMBOL","unified":"1F317","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f317.png","sheet_x":5,"sheet_y":7,"short_name":"last_quarter_moon","short_names":["last_quarter_moon"],"text":null,"texts":null,"category":"Nature","sort_order":118,"added_in":"6.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":"WANING CRESCENT MOON SYMBOL","unified":"1F318","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f318.png","sheet_x":5,"sheet_y":8,"short_name":"waning_crescent_moon","short_names":["waning_crescent_moon"],"text":null,"texts":null,"category":"Nature","sort_order":119,"added_in":"6.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":"CRESCENT MOON","unified":"1F319","variations":[],"docomo":"E69F","au":"E486","softbank":"E04C","google":"FE014","image":"1f319.png","sheet_x":5,"sheet_y":9,"short_name":"crescent_moon","short_names":["crescent_moon"],"text":null,"texts":null,"category":"Nature","sort_order":129,"added_in":"6.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":"NEW MOON WITH FACE","unified":"1F31A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f31a.png","sheet_x":5,"sheet_y":10,"short_name":"new_moon_with_face","short_names":["new_moon_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":124,"added_in":"6.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":"FIRST QUARTER MOON WITH FACE","unified":"1F31B","variations":[],"docomo":"E69E","au":"E489","softbank":"E04C","google":"FE016","image":"1f31b.png","sheet_x":5,"sheet_y":11,"short_name":"first_quarter_moon_with_face","short_names":["first_quarter_moon_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":127,"added_in":"6.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":"LAST QUARTER MOON WITH FACE","unified":"1F31C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f31c.png","sheet_x":5,"sheet_y":12,"short_name":"last_quarter_moon_with_face","short_names":["last_quarter_moon_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":128,"added_in":"6.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":"FULL MOON WITH FACE","unified":"1F31D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f31d.png","sheet_x":5,"sheet_y":13,"short_name":"full_moon_with_face","short_names":["full_moon_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":125,"added_in":"6.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":"SUN WITH FACE","unified":"1F31E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f31e.png","sheet_x":5,"sheet_y":14,"short_name":"sun_with_face","short_names":["sun_with_face"],"text":null,"texts":null,"category":"Nature","sort_order":126,"added_in":"6.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":"GLOWING STAR","unified":"1F31F","variations":[],"docomo":null,"au":"E48B","softbank":"E335","google":"FEB69","image":"1f31f.png","sheet_x":5,"sheet_y":15,"short_name":"star2","short_names":["star2"],"text":null,"texts":null,"category":"Nature","sort_order":132,"added_in":"6.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":"SHOOTING STAR","unified":"1F320","variations":[],"docomo":null,"au":"E468","softbank":null,"google":"FEB6A","image":"1f320.png","sheet_x":5,"sheet_y":16,"short_name":"stars","short_names":["stars"],"text":null,"texts":null,"category":"Places","sort_order":110,"added_in":"6.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":"THERMOMETER","unified":"1F321","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f321.png","sheet_x":5,"sheet_y":17,"short_name":"thermometer","short_names":["thermometer"],"text":null,"texts":null,"category":"Objects","sort_order":82,"added_in":"7.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},{"name":"WHITE SUN WITH SMALL CLOUD","unified":"1F324","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f324.png","sheet_x":5,"sheet_y":18,"short_name":"mostly_sunny","short_names":["mostly_sunny","sun_small_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":139,"added_in":"7.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},{"name":"WHITE SUN BEHIND CLOUD","unified":"1F325","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f325.png","sheet_x":5,"sheet_y":19,"short_name":"barely_sunny","short_names":["barely_sunny","sun_behind_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":141,"added_in":"7.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},{"name":"WHITE SUN BEHIND CLOUD WITH RAIN","unified":"1F326","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f326.png","sheet_x":5,"sheet_y":20,"short_name":"partly_sunny_rain","short_names":["partly_sunny_rain","sun_behind_rain_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":142,"added_in":"7.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},{"name":"CLOUD WITH RAIN","unified":"1F327","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f327.png","sheet_x":5,"sheet_y":21,"short_name":"rain_cloud","short_names":["rain_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":145,"added_in":"7.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},{"name":"CLOUD WITH SNOW","unified":"1F328","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f328.png","sheet_x":5,"sheet_y":22,"short_name":"snow_cloud","short_names":["snow_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":148,"added_in":"7.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},{"name":"CLOUD WITH LIGHTNING","unified":"1F329","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f329.png","sheet_x":5,"sheet_y":23,"short_name":"lightning","short_names":["lightning","lightning_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":147,"added_in":"7.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},{"name":"CLOUD WITH TORNADO","unified":"1F32A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32a.png","sheet_x":5,"sheet_y":24,"short_name":"tornado","short_names":["tornado","tornado_cloud"],"text":null,"texts":null,"category":"Nature","sort_order":154,"added_in":"7.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},{"name":"FOG","unified":"1F32B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32b.png","sheet_x":5,"sheet_y":25,"short_name":"fog","short_names":["fog"],"text":null,"texts":null,"category":"Nature","sort_order":155,"added_in":"7.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},{"name":"WIND BLOWING FACE","unified":"1F32C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32c.png","sheet_x":5,"sheet_y":26,"short_name":"wind_blowing_face","short_names":["wind_blowing_face"],"text":null,"texts":null,"category":"Nature","sort_order":152,"added_in":"7.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},{"name":"HOT DOG","unified":"1F32D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32d.png","sheet_x":5,"sheet_y":27,"short_name":"hotdog","short_names":["hotdog"],"text":null,"texts":null,"category":"Foods","sort_order":39,"added_in":"8.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},{"name":"TACO","unified":"1F32E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32e.png","sheet_x":5,"sheet_y":28,"short_name":"taco","short_names":["taco"],"text":null,"texts":null,"category":"Foods","sort_order":43,"added_in":"8.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},{"name":"BURRITO","unified":"1F32F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f32f.png","sheet_x":5,"sheet_y":29,"short_name":"burrito","short_names":["burrito"],"text":null,"texts":null,"category":"Foods","sort_order":44,"added_in":"8.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},{"name":"CHESTNUT","unified":"1F330","variations":[],"docomo":null,"au":"EB38","softbank":null,"google":"FE04C","image":"1f330.png","sheet_x":5,"sheet_y":30,"short_name":"chestnut","short_names":["chestnut"],"text":null,"texts":null,"category":"Foods","sort_order":24,"added_in":"6.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":"SEEDLING","unified":"1F331","variations":[],"docomo":"E746","au":"EB7D","softbank":"E110","google":"FE03E","image":"1f331.png","sheet_x":5,"sheet_y":31,"short_name":"seedling","short_names":["seedling"],"text":null,"texts":null,"category":"Nature","sort_order":94,"added_in":"6.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":"EVERGREEN TREE","unified":"1F332","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f332.png","sheet_x":5,"sheet_y":32,"short_name":"evergreen_tree","short_names":["evergreen_tree"],"text":null,"texts":null,"category":"Nature","sort_order":91,"added_in":"6.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":"DECIDUOUS TREE","unified":"1F333","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f333.png","sheet_x":5,"sheet_y":33,"short_name":"deciduous_tree","short_names":["deciduous_tree"],"text":null,"texts":null,"category":"Nature","sort_order":92,"added_in":"6.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":"PALM TREE","unified":"1F334","variations":[],"docomo":null,"au":"E4E2","softbank":"E307","google":"FE047","image":"1f334.png","sheet_x":5,"sheet_y":34,"short_name":"palm_tree","short_names":["palm_tree"],"text":null,"texts":null,"category":"Nature","sort_order":93,"added_in":"6.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":"CACTUS","unified":"1F335","variations":[],"docomo":null,"au":"EA96","softbank":"E308","google":"FE048","image":"1f335.png","sheet_x":5,"sheet_y":35,"short_name":"cactus","short_names":["cactus"],"text":null,"texts":null,"category":"Nature","sort_order":89,"added_in":"6.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":"HOT PEPPER","unified":"1F336","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f336.png","sheet_x":5,"sheet_y":36,"short_name":"hot_pepper","short_names":["hot_pepper"],"text":null,"texts":null,"category":"Foods","sort_order":21,"added_in":"7.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},{"name":"TULIP","unified":"1F337","variations":[],"docomo":"E743","au":"E4E4","softbank":"E304","google":"FE03D","image":"1f337.png","sheet_x":5,"sheet_y":37,"short_name":"tulip","short_names":["tulip"],"text":null,"texts":null,"category":"Nature","sort_order":106,"added_in":"6.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":"CHERRY BLOSSOM","unified":"1F338","variations":[],"docomo":"E748","au":"E4CA","softbank":"E030","google":"FE040","image":"1f338.png","sheet_x":5,"sheet_y":38,"short_name":"cherry_blossom","short_names":["cherry_blossom"],"text":null,"texts":null,"category":"Nature","sort_order":111,"added_in":"6.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":"ROSE","unified":"1F339","variations":[],"docomo":null,"au":"E5BA","softbank":"E032","google":"FE041","image":"1f339.png","sheet_x":5,"sheet_y":39,"short_name":"rose","short_names":["rose"],"text":null,"texts":null,"category":"Nature","sort_order":107,"added_in":"6.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":"HIBISCUS","unified":"1F33A","variations":[],"docomo":null,"au":"EA94","softbank":"E303","google":"FE045","image":"1f33a.png","sheet_x":5,"sheet_y":40,"short_name":"hibiscus","short_names":["hibiscus"],"text":null,"texts":null,"category":"Nature","sort_order":112,"added_in":"6.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":"SUNFLOWER","unified":"1F33B","variations":[],"docomo":null,"au":"E4E3","softbank":"E305","google":"FE046","image":"1f33b.png","sheet_x":5,"sheet_y":41,"short_name":"sunflower","short_names":["sunflower"],"text":null,"texts":null,"category":"Nature","sort_order":109,"added_in":"6.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":"BLOSSOM","unified":"1F33C","variations":[],"docomo":null,"au":"EB49","softbank":"E305","google":"FE04D","image":"1f33c.png","sheet_x":5,"sheet_y":42,"short_name":"blossom","short_names":["blossom"],"text":null,"texts":null,"category":"Nature","sort_order":110,"added_in":"6.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":"EAR OF MAIZE","unified":"1F33D","variations":[],"docomo":null,"au":"EB36","softbank":null,"google":"FE04A","image":"1f33d.png","sheet_x":5,"sheet_y":43,"short_name":"corn","short_names":["corn"],"text":null,"texts":null,"category":"Foods","sort_order":20,"added_in":"6.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":"EAR OF RICE","unified":"1F33E","variations":[],"docomo":null,"au":null,"softbank":"E444","google":"FE049","image":"1f33e.png","sheet_x":5,"sheet_y":44,"short_name":"ear_of_rice","short_names":["ear_of_rice"],"text":null,"texts":null,"category":"Nature","sort_order":104,"added_in":"6.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":"HERB","unified":"1F33F","variations":[],"docomo":"E741","au":"EB82","softbank":"E110","google":"FE04E","image":"1f33f.png","sheet_x":5,"sheet_y":45,"short_name":"herb","short_names":["herb"],"text":null,"texts":null,"category":"Nature","sort_order":95,"added_in":"6.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":"FOUR LEAF CLOVER","unified":"1F340","variations":[],"docomo":"E741","au":"E513","softbank":"E110","google":"FE03C","image":"1f340.png","sheet_x":5,"sheet_y":46,"short_name":"four_leaf_clover","short_names":["four_leaf_clover"],"text":null,"texts":null,"category":"Nature","sort_order":97,"added_in":"6.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":"MAPLE LEAF","unified":"1F341","variations":[],"docomo":"E747","au":"E4CE","softbank":"E118","google":"FE03F","image":"1f341.png","sheet_x":5,"sheet_y":47,"short_name":"maple_leaf","short_names":["maple_leaf"],"text":null,"texts":null,"category":"Nature","sort_order":102,"added_in":"6.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":"FALLEN LEAF","unified":"1F342","variations":[],"docomo":"E747","au":"E5CD","softbank":"E119","google":"FE042","image":"1f342.png","sheet_x":5,"sheet_y":48,"short_name":"fallen_leaf","short_names":["fallen_leaf"],"text":null,"texts":null,"category":"Nature","sort_order":101,"added_in":"6.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":"LEAF FLUTTERING IN WIND","unified":"1F343","variations":[],"docomo":null,"au":"E5CD","softbank":"E447","google":"FE043","image":"1f343.png","sheet_x":6,"sheet_y":0,"short_name":"leaves","short_names":["leaves"],"text":null,"texts":null,"category":"Nature","sort_order":100,"added_in":"6.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":"MUSHROOM","unified":"1F344","variations":[],"docomo":null,"au":"EB37","softbank":null,"google":"FE04B","image":"1f344.png","sheet_x":6,"sheet_y":1,"short_name":"mushroom","short_names":["mushroom"],"text":null,"texts":null,"category":"Nature","sort_order":103,"added_in":"6.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":"TOMATO","unified":"1F345","variations":[],"docomo":null,"au":"EABB","softbank":"E349","google":"FE055","image":"1f345.png","sheet_x":6,"sheet_y":2,"short_name":"tomato","short_names":["tomato"],"text":null,"texts":null,"category":"Foods","sort_order":16,"added_in":"6.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":"AUBERGINE","unified":"1F346","variations":[],"docomo":null,"au":"EABC","softbank":"E34A","google":"FE056","image":"1f346.png","sheet_x":6,"sheet_y":3,"short_name":"eggplant","short_names":["eggplant"],"text":null,"texts":null,"category":"Foods","sort_order":17,"added_in":"6.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":"GRAPES","unified":"1F347","variations":[],"docomo":null,"au":"EB34","softbank":null,"google":"FE059","image":"1f347.png","sheet_x":6,"sheet_y":4,"short_name":"grapes","short_names":["grapes"],"text":null,"texts":null,"category":"Foods","sort_order":8,"added_in":"6.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":"MELON","unified":"1F348","variations":[],"docomo":null,"au":"EB32","softbank":null,"google":"FE057","image":"1f348.png","sheet_x":6,"sheet_y":5,"short_name":"melon","short_names":["melon"],"text":null,"texts":null,"category":"Foods","sort_order":10,"added_in":"6.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":"WATERMELON","unified":"1F349","variations":[],"docomo":null,"au":"E4CD","softbank":"E348","google":"FE054","image":"1f349.png","sheet_x":6,"sheet_y":6,"short_name":"watermelon","short_names":["watermelon"],"text":null,"texts":null,"category":"Foods","sort_order":7,"added_in":"6.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":"TANGERINE","unified":"1F34A","variations":[],"docomo":null,"au":"EABA","softbank":"E346","google":"FE052","image":"1f34a.png","sheet_x":6,"sheet_y":7,"short_name":"tangerine","short_names":["tangerine"],"text":null,"texts":null,"category":"Foods","sort_order":4,"added_in":"6.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":"LEMON","unified":"1F34B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f34b.png","sheet_x":6,"sheet_y":8,"short_name":"lemon","short_names":["lemon"],"text":null,"texts":null,"category":"Foods","sort_order":5,"added_in":"6.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":"BANANA","unified":"1F34C","variations":[],"docomo":"E744","au":"EB35","softbank":null,"google":"FE050","image":"1f34c.png","sheet_x":6,"sheet_y":9,"short_name":"banana","short_names":["banana"],"text":null,"texts":null,"category":"Foods","sort_order":6,"added_in":"6.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":"PINEAPPLE","unified":"1F34D","variations":[],"docomo":null,"au":"EB33","softbank":null,"google":"FE058","image":"1f34d.png","sheet_x":6,"sheet_y":10,"short_name":"pineapple","short_names":["pineapple"],"text":null,"texts":null,"category":"Foods","sort_order":13,"added_in":"6.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":"RED APPLE","unified":"1F34E","variations":[],"docomo":"E745","au":"EAB9","softbank":"E345","google":"FE051","image":"1f34e.png","sheet_x":6,"sheet_y":11,"short_name":"apple","short_names":["apple"],"text":null,"texts":null,"category":"Foods","sort_order":2,"added_in":"6.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":"GREEN APPLE","unified":"1F34F","variations":[],"docomo":"E745","au":"EB5A","softbank":"E345","google":"FE05B","image":"1f34f.png","sheet_x":6,"sheet_y":12,"short_name":"green_apple","short_names":["green_apple"],"text":null,"texts":null,"category":"Foods","sort_order":1,"added_in":"6.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":"PEAR","unified":"1F350","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f350.png","sheet_x":6,"sheet_y":13,"short_name":"pear","short_names":["pear"],"text":null,"texts":null,"category":"Foods","sort_order":3,"added_in":"6.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":"PEACH","unified":"1F351","variations":[],"docomo":null,"au":"EB39","softbank":null,"google":"FE05A","image":"1f351.png","sheet_x":6,"sheet_y":14,"short_name":"peach","short_names":["peach"],"text":null,"texts":null,"category":"Foods","sort_order":12,"added_in":"6.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":"CHERRIES","unified":"1F352","variations":[],"docomo":"E742","au":"E4D2","softbank":null,"google":"FE04F","image":"1f352.png","sheet_x":6,"sheet_y":15,"short_name":"cherries","short_names":["cherries"],"text":null,"texts":null,"category":"Foods","sort_order":11,"added_in":"6.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":"STRAWBERRY","unified":"1F353","variations":[],"docomo":null,"au":"E4D4","softbank":"E347","google":"FE053","image":"1f353.png","sheet_x":6,"sheet_y":16,"short_name":"strawberry","short_names":["strawberry"],"text":null,"texts":null,"category":"Foods","sort_order":9,"added_in":"6.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":"HAMBURGER","unified":"1F354","variations":[],"docomo":"E673","au":"E4D6","softbank":"E120","google":"FE960","image":"1f354.png","sheet_x":6,"sheet_y":17,"short_name":"hamburger","short_names":["hamburger"],"text":null,"texts":null,"category":"Foods","sort_order":40,"added_in":"6.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":"SLICE OF PIZZA","unified":"1F355","variations":[],"docomo":null,"au":"EB3B","softbank":null,"google":"FE975","image":"1f355.png","sheet_x":6,"sheet_y":18,"short_name":"pizza","short_names":["pizza"],"text":null,"texts":null,"category":"Foods","sort_order":38,"added_in":"6.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":"MEAT ON BONE","unified":"1F356","variations":[],"docomo":null,"au":"E4C4","softbank":null,"google":"FE972","image":"1f356.png","sheet_x":6,"sheet_y":19,"short_name":"meat_on_bone","short_names":["meat_on_bone"],"text":null,"texts":null,"category":"Foods","sort_order":37,"added_in":"6.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":"POULTRY LEG","unified":"1F357","variations":[],"docomo":null,"au":"EB3C","softbank":null,"google":"FE976","image":"1f357.png","sheet_x":6,"sheet_y":20,"short_name":"poultry_leg","short_names":["poultry_leg"],"text":null,"texts":null,"category":"Foods","sort_order":36,"added_in":"6.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":"RICE CRACKER","unified":"1F358","variations":[],"docomo":null,"au":"EAB3","softbank":"E33D","google":"FE969","image":"1f358.png","sheet_x":6,"sheet_y":21,"short_name":"rice_cracker","short_names":["rice_cracker"],"text":null,"texts":null,"category":"Foods","sort_order":56,"added_in":"6.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":"RICE BALL","unified":"1F359","variations":[],"docomo":"E749","au":"E4D5","softbank":"E342","google":"FE961","image":"1f359.png","sheet_x":6,"sheet_y":22,"short_name":"rice_ball","short_names":["rice_ball"],"text":null,"texts":null,"category":"Foods","sort_order":55,"added_in":"6.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":"COOKED RICE","unified":"1F35A","variations":[],"docomo":"E74C","au":"EAB4","softbank":"E33E","google":"FE96A","image":"1f35a.png","sheet_x":6,"sheet_y":23,"short_name":"rice","short_names":["rice"],"text":null,"texts":null,"category":"Foods","sort_order":54,"added_in":"6.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":"CURRY AND RICE","unified":"1F35B","variations":[],"docomo":null,"au":"EAB6","softbank":"E341","google":"FE96C","image":"1f35b.png","sheet_x":6,"sheet_y":24,"short_name":"curry","short_names":["curry"],"text":null,"texts":null,"category":"Foods","sort_order":53,"added_in":"6.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":"STEAMING BOWL","unified":"1F35C","variations":[],"docomo":"E74C","au":"E5B4","softbank":"E340","google":"FE963","image":"1f35c.png","sheet_x":6,"sheet_y":25,"short_name":"ramen","short_names":["ramen"],"text":null,"texts":null,"category":"Foods","sort_order":48,"added_in":"6.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":"SPAGHETTI","unified":"1F35D","variations":[],"docomo":null,"au":"EAB5","softbank":"E33F","google":"FE96B","image":"1f35d.png","sheet_x":6,"sheet_y":26,"short_name":"spaghetti","short_names":["spaghetti"],"text":null,"texts":null,"category":"Foods","sort_order":47,"added_in":"6.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":"BREAD","unified":"1F35E","variations":[],"docomo":"E74D","au":"EAAF","softbank":"E339","google":"FE964","image":"1f35e.png","sheet_x":6,"sheet_y":27,"short_name":"bread","short_names":["bread"],"text":null,"texts":null,"category":"Foods","sort_order":28,"added_in":"6.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":"FRENCH FRIES","unified":"1F35F","variations":[],"docomo":null,"au":"EAB1","softbank":"E33B","google":"FE967","image":"1f35f.png","sheet_x":6,"sheet_y":28,"short_name":"fries","short_names":["fries"],"text":null,"texts":null,"category":"Foods","sort_order":41,"added_in":"6.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":"ROASTED SWEET POTATO","unified":"1F360","variations":[],"docomo":null,"au":"EB3A","softbank":null,"google":"FE974","image":"1f360.png","sheet_x":6,"sheet_y":29,"short_name":"sweet_potato","short_names":["sweet_potato"],"text":null,"texts":null,"category":"Foods","sort_order":23,"added_in":"6.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":"DANGO","unified":"1F361","variations":[],"docomo":null,"au":"EAB2","softbank":"E33C","google":"FE968","image":"1f361.png","sheet_x":6,"sheet_y":30,"short_name":"dango","short_names":["dango"],"text":null,"texts":null,"category":"Foods","sort_order":58,"added_in":"6.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":"ODEN","unified":"1F362","variations":[],"docomo":null,"au":"EAB7","softbank":"E343","google":"FE96D","image":"1f362.png","sheet_x":6,"sheet_y":31,"short_name":"oden","short_names":["oden"],"text":null,"texts":null,"category":"Foods","sort_order":57,"added_in":"6.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":"SUSHI","unified":"1F363","variations":[],"docomo":null,"au":"EAB8","softbank":"E344","google":"FE96E","image":"1f363.png","sheet_x":6,"sheet_y":32,"short_name":"sushi","short_names":["sushi"],"text":null,"texts":null,"category":"Foods","sort_order":51,"added_in":"6.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":"FRIED SHRIMP","unified":"1F364","variations":[],"docomo":null,"au":"EB70","softbank":null,"google":"FE97F","image":"1f364.png","sheet_x":6,"sheet_y":33,"short_name":"fried_shrimp","short_names":["fried_shrimp"],"text":null,"texts":null,"category":"Foods","sort_order":35,"added_in":"6.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":"FISH CAKE WITH SWIRL DESIGN","unified":"1F365","variations":[],"docomo":"E643","au":"E4ED","softbank":null,"google":"FE973","image":"1f365.png","sheet_x":6,"sheet_y":34,"short_name":"fish_cake","short_names":["fish_cake"],"text":null,"texts":null,"category":"Foods","sort_order":50,"added_in":"6.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":"SOFT ICE CREAM","unified":"1F366","variations":[],"docomo":null,"au":"EAB0","softbank":"E33A","google":"FE966","image":"1f366.png","sheet_x":6,"sheet_y":35,"short_name":"icecream","short_names":["icecream"],"text":null,"texts":null,"category":"Foods","sort_order":61,"added_in":"6.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":"SHAVED ICE","unified":"1F367","variations":[],"docomo":null,"au":"EAEA","softbank":"E43F","google":"FE971","image":"1f367.png","sheet_x":6,"sheet_y":36,"short_name":"shaved_ice","short_names":["shaved_ice"],"text":null,"texts":null,"category":"Foods","sort_order":59,"added_in":"6.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":"ICE CREAM","unified":"1F368","variations":[],"docomo":null,"au":"EB4A","softbank":null,"google":"FE977","image":"1f368.png","sheet_x":6,"sheet_y":37,"short_name":"ice_cream","short_names":["ice_cream"],"text":null,"texts":null,"category":"Foods","sort_order":60,"added_in":"6.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":"DOUGHNUT","unified":"1F369","variations":[],"docomo":null,"au":"EB4B","softbank":null,"google":"FE978","image":"1f369.png","sheet_x":6,"sheet_y":38,"short_name":"doughnut","short_names":["doughnut"],"text":null,"texts":null,"category":"Foods","sort_order":69,"added_in":"6.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":"COOKIE","unified":"1F36A","variations":[],"docomo":null,"au":"EB4C","softbank":null,"google":"FE979","image":"1f36a.png","sheet_x":6,"sheet_y":39,"short_name":"cookie","short_names":["cookie"],"text":null,"texts":null,"category":"Foods","sort_order":70,"added_in":"6.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":"CHOCOLATE BAR","unified":"1F36B","variations":[],"docomo":null,"au":"EB4D","softbank":null,"google":"FE97A","image":"1f36b.png","sheet_x":6,"sheet_y":40,"short_name":"chocolate_bar","short_names":["chocolate_bar"],"text":null,"texts":null,"category":"Foods","sort_order":67,"added_in":"6.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":"CANDY","unified":"1F36C","variations":[],"docomo":null,"au":"EB4E","softbank":null,"google":"FE97B","image":"1f36c.png","sheet_x":6,"sheet_y":41,"short_name":"candy","short_names":["candy"],"text":null,"texts":null,"category":"Foods","sort_order":66,"added_in":"6.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":"LOLLIPOP","unified":"1F36D","variations":[],"docomo":null,"au":"EB4F","softbank":null,"google":"FE97C","image":"1f36d.png","sheet_x":6,"sheet_y":42,"short_name":"lollipop","short_names":["lollipop"],"text":null,"texts":null,"category":"Foods","sort_order":65,"added_in":"6.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":"CUSTARD","unified":"1F36E","variations":[],"docomo":null,"au":"EB56","softbank":null,"google":"FE97D","image":"1f36e.png","sheet_x":6,"sheet_y":43,"short_name":"custard","short_names":["custard"],"text":null,"texts":null,"category":"Foods","sort_order":64,"added_in":"6.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":"HONEY POT","unified":"1F36F","variations":[],"docomo":null,"au":"EB59","softbank":null,"google":"FE97E","image":"1f36f.png","sheet_x":6,"sheet_y":44,"short_name":"honey_pot","short_names":["honey_pot"],"text":null,"texts":null,"category":"Foods","sort_order":26,"added_in":"6.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":"SHORTCAKE","unified":"1F370","variations":[],"docomo":"E74A","au":"E4D0","softbank":"E046","google":"FE962","image":"1f370.png","sheet_x":6,"sheet_y":45,"short_name":"cake","short_names":["cake"],"text":null,"texts":null,"category":"Foods","sort_order":62,"added_in":"6.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":"BENTO BOX","unified":"1F371","variations":[],"docomo":null,"au":"EABD","softbank":"E34C","google":"FE96F","image":"1f371.png","sheet_x":6,"sheet_y":46,"short_name":"bento","short_names":["bento"],"text":null,"texts":null,"category":"Foods","sort_order":52,"added_in":"6.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":"POT OF FOOD","unified":"1F372","variations":[],"docomo":null,"au":"EABE","softbank":"E34D","google":"FE970","image":"1f372.png","sheet_x":6,"sheet_y":47,"short_name":"stew","short_names":["stew"],"text":null,"texts":null,"category":"Foods","sort_order":49,"added_in":"6.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":"COOKING","unified":"1F373","variations":[],"docomo":null,"au":"E4D1","softbank":"E147","google":"FE965","image":"1f373.png","sheet_x":6,"sheet_y":48,"short_name":"fried_egg","short_names":["fried_egg","cooking"],"text":null,"texts":null,"category":"Foods","sort_order":32,"added_in":"6.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":"FORK AND KNIFE","unified":"1F374","variations":[],"docomo":"E66F","au":"E4AC","softbank":"E043","google":"FE980","image":"1f374.png","sheet_x":7,"sheet_y":0,"short_name":"fork_and_knife","short_names":["fork_and_knife"],"text":null,"texts":null,"category":"Foods","sort_order":85,"added_in":"6.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":"TEACUP WITHOUT HANDLE","unified":"1F375","variations":[],"docomo":"E71E","au":"EAAE","softbank":"E338","google":"FE984","image":"1f375.png","sheet_x":7,"sheet_y":1,"short_name":"tea","short_names":["tea"],"text":null,"texts":null,"category":"Foods","sort_order":74,"added_in":"6.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":"SAKE BOTTLE AND CUP","unified":"1F376","variations":[],"docomo":"E74B","au":"EA97","softbank":"E30B","google":"FE985","image":"1f376.png","sheet_x":7,"sheet_y":2,"short_name":"sake","short_names":["sake"],"text":null,"texts":null,"category":"Foods","sort_order":75,"added_in":"6.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":"WINE GLASS","unified":"1F377","variations":[],"docomo":"E756","au":"E4C1","softbank":"E044","google":"FE986","image":"1f377.png","sheet_x":7,"sheet_y":3,"short_name":"wine_glass","short_names":["wine_glass"],"text":null,"texts":null,"category":"Foods","sort_order":79,"added_in":"6.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":"COCKTAIL GLASS","unified":"1F378","variations":[],"docomo":"E671","au":"E4C2","softbank":"E044","google":"FE982","image":"1f378.png","sheet_x":7,"sheet_y":4,"short_name":"cocktail","short_names":["cocktail"],"text":null,"texts":null,"category":"Foods","sort_order":81,"added_in":"6.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":"TROPICAL DRINK","unified":"1F379","variations":[],"docomo":"E671","au":"EB3E","softbank":"E044","google":"FE988","image":"1f379.png","sheet_x":7,"sheet_y":5,"short_name":"tropical_drink","short_names":["tropical_drink"],"text":null,"texts":null,"category":"Foods","sort_order":82,"added_in":"6.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":"BEER MUG","unified":"1F37A","variations":[],"docomo":"E672","au":"E4C3","softbank":"E047","google":"FE983","image":"1f37a.png","sheet_x":7,"sheet_y":6,"short_name":"beer","short_names":["beer"],"text":null,"texts":null,"category":"Foods","sort_order":76,"added_in":"6.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":"CLINKING BEER MUGS","unified":"1F37B","variations":[],"docomo":"E672","au":"EA98","softbank":"E30C","google":"FE987","image":"1f37b.png","sheet_x":7,"sheet_y":7,"short_name":"beers","short_names":["beers"],"text":null,"texts":null,"category":"Foods","sort_order":77,"added_in":"6.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":"BABY BOTTLE","unified":"1F37C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f37c.png","sheet_x":7,"sheet_y":8,"short_name":"baby_bottle","short_names":["baby_bottle"],"text":null,"texts":null,"category":"Foods","sort_order":72,"added_in":"6.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":"FORK AND KNIFE WITH PLATE","unified":"1F37D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f37d.png","sheet_x":7,"sheet_y":9,"short_name":"knife_fork_plate","short_names":["knife_fork_plate"],"text":null,"texts":null,"category":"Foods","sort_order":86,"added_in":"7.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},{"name":"BOTTLE WITH POPPING CORK","unified":"1F37E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f37e.png","sheet_x":7,"sheet_y":10,"short_name":"champagne","short_names":["champagne"],"text":null,"texts":null,"category":"Foods","sort_order":83,"added_in":"8.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},{"name":"POPCORN","unified":"1F37F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f37f.png","sheet_x":7,"sheet_y":11,"short_name":"popcorn","short_names":["popcorn"],"text":null,"texts":null,"category":"Foods","sort_order":68,"added_in":"8.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},{"name":"RIBBON","unified":"1F380","variations":[],"docomo":"E684","au":"E59F","softbank":"E314","google":"FE50F","image":"1f380.png","sheet_x":7,"sheet_y":12,"short_name":"ribbon","short_names":["ribbon"],"text":null,"texts":null,"category":"Objects","sort_order":101,"added_in":"6.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":"WRAPPED PRESENT","unified":"1F381","variations":[],"docomo":"E685","au":"E4CF","softbank":"E112","google":"FE510","image":"1f381.png","sheet_x":7,"sheet_y":13,"short_name":"gift","short_names":["gift"],"text":null,"texts":null,"category":"Objects","sort_order":98,"added_in":"6.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":"BIRTHDAY CAKE","unified":"1F382","variations":[],"docomo":"E686","au":"E5A0","softbank":"E34B","google":"FE511","image":"1f382.png","sheet_x":7,"sheet_y":14,"short_name":"birthday","short_names":["birthday"],"text":null,"texts":null,"category":"Foods","sort_order":63,"added_in":"6.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":"JACK-O-LANTERN","unified":"1F383","variations":[],"docomo":null,"au":"EAEE","softbank":"E445","google":"FE51F","image":"1f383.png","sheet_x":7,"sheet_y":15,"short_name":"jack_o_lantern","short_names":["jack_o_lantern"],"text":null,"texts":null,"category":"People","sort_order":87,"added_in":"6.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":"CHRISTMAS TREE","unified":"1F384","variations":[],"docomo":"E6A4","au":"E4C9","softbank":"E033","google":"FE512","image":"1f384.png","sheet_x":7,"sheet_y":16,"short_name":"christmas_tree","short_names":["christmas_tree"],"text":null,"texts":null,"category":"Nature","sort_order":90,"added_in":"6.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":"FATHER CHRISTMAS","unified":"1F385","variations":[],"docomo":null,"au":"EAF0","softbank":"E448","google":"FE513","image":"1f385.png","sheet_x":7,"sheet_y":17,"short_name":"santa","short_names":["santa"],"text":null,"texts":null,"category":"People","sort_order":194,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F385-1F3FB","image":"1f385-1f3fb.png","sheet_x":7,"sheet_y":18,"added_in":"8.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},"1F3FC":{"unified":"1F385-1F3FC","image":"1f385-1f3fc.png","sheet_x":7,"sheet_y":19,"added_in":"8.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},"1F3FD":{"unified":"1F385-1F3FD","image":"1f385-1f3fd.png","sheet_x":7,"sheet_y":20,"added_in":"8.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},"1F3FE":{"unified":"1F385-1F3FE","image":"1f385-1f3fe.png","sheet_x":7,"sheet_y":21,"added_in":"8.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},"1F3FF":{"unified":"1F385-1F3FF","image":"1f385-1f3ff.png","sheet_x":7,"sheet_y":22,"added_in":"8.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":"FIREWORKS","unified":"1F386","variations":[],"docomo":null,"au":"E5CC","softbank":"E117","google":"FE515","image":"1f386.png","sheet_x":7,"sheet_y":23,"short_name":"fireworks","short_names":["fireworks"],"text":null,"texts":null,"category":"Places","sort_order":112,"added_in":"6.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":"FIREWORK SPARKLER","unified":"1F387","variations":[],"docomo":null,"au":"EAEB","softbank":"E440","google":"FE51D","image":"1f387.png","sheet_x":7,"sheet_y":24,"short_name":"sparkler","short_names":["sparkler"],"text":null,"texts":null,"category":"Places","sort_order":111,"added_in":"6.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":"BALLOON","unified":"1F388","variations":[],"docomo":null,"au":"EA9B","softbank":"E310","google":"FE516","image":"1f388.png","sheet_x":7,"sheet_y":25,"short_name":"balloon","short_names":["balloon"],"text":null,"texts":null,"category":"Objects","sort_order":99,"added_in":"6.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":"PARTY POPPER","unified":"1F389","variations":[],"docomo":null,"au":"EA9C","softbank":"E312","google":"FE517","image":"1f389.png","sheet_x":7,"sheet_y":26,"short_name":"tada","short_names":["tada"],"text":null,"texts":null,"category":"Objects","sort_order":103,"added_in":"6.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":"CONFETTI BALL","unified":"1F38A","variations":[],"docomo":null,"au":"E46F","softbank":null,"google":"FE520","image":"1f38a.png","sheet_x":7,"sheet_y":27,"short_name":"confetti_ball","short_names":["confetti_ball"],"text":null,"texts":null,"category":"Objects","sort_order":102,"added_in":"6.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":"TANABATA TREE","unified":"1F38B","variations":[],"docomo":null,"au":"EB3D","softbank":null,"google":"FE521","image":"1f38b.png","sheet_x":7,"sheet_y":28,"short_name":"tanabata_tree","short_names":["tanabata_tree"],"text":null,"texts":null,"category":"Nature","sort_order":99,"added_in":"6.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":"CROSSED FLAGS","unified":"1F38C","variations":[],"docomo":null,"au":"E5D9","softbank":"E143","google":"FE514","image":"1f38c.png","sheet_x":7,"sheet_y":29,"short_name":"crossed_flags","short_names":["crossed_flags"],"text":null,"texts":null,"category":"Flags","sort_order":118,"added_in":"6.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":"PINE DECORATION","unified":"1F38D","variations":[],"docomo":null,"au":"EAE3","softbank":"E436","google":"FE518","image":"1f38d.png","sheet_x":7,"sheet_y":30,"short_name":"bamboo","short_names":["bamboo"],"text":null,"texts":null,"category":"Nature","sort_order":98,"added_in":"6.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":"JAPANESE DOLLS","unified":"1F38E","variations":[],"docomo":null,"au":"EAE4","softbank":"E438","google":"FE519","image":"1f38e.png","sheet_x":7,"sheet_y":31,"short_name":"dolls","short_names":["dolls"],"text":null,"texts":null,"category":"Objects","sort_order":104,"added_in":"6.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":"CARP STREAMER","unified":"1F38F","variations":[],"docomo":null,"au":"EAE7","softbank":"E43B","google":"FE51C","image":"1f38f.png","sheet_x":7,"sheet_y":32,"short_name":"flags","short_names":["flags"],"text":null,"texts":null,"category":"Objects","sort_order":100,"added_in":"6.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":"WIND CHIME","unified":"1F390","variations":[],"docomo":null,"au":"EAED","softbank":"E442","google":"FE51E","image":"1f390.png","sheet_x":7,"sheet_y":33,"short_name":"wind_chime","short_names":["wind_chime"],"text":null,"texts":null,"category":"Objects","sort_order":106,"added_in":"6.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":"MOON VIEWING CEREMONY","unified":"1F391","variations":[],"docomo":null,"au":"EAEF","softbank":"E446","google":"FE017","image":"1f391.png","sheet_x":7,"sheet_y":34,"short_name":"rice_scene","short_names":["rice_scene"],"text":null,"texts":null,"category":"Places","sort_order":106,"added_in":"6.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":"SCHOOL SATCHEL","unified":"1F392","variations":[],"docomo":null,"au":"EAE6","softbank":"E43A","google":"FE51B","image":"1f392.png","sheet_x":7,"sheet_y":35,"short_name":"school_satchel","short_names":["school_satchel"],"text":null,"texts":null,"category":"People","sort_order":285,"added_in":"6.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":"GRADUATION CAP","unified":"1F393","variations":[],"docomo":null,"au":"EAE5","softbank":"E439","google":"FE51A","image":"1f393.png","sheet_x":7,"sheet_y":36,"short_name":"mortar_board","short_names":["mortar_board"],"text":null,"texts":null,"category":"People","sort_order":282,"added_in":"6.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":"MILITARY MEDAL","unified":"1F396","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f396.png","sheet_x":7,"sheet_y":37,"short_name":"medal","short_names":["medal"],"text":null,"texts":null,"category":"Activity","sort_order":56,"added_in":"7.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},{"name":"REMINDER RIBBON","unified":"1F397","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f397.png","sheet_x":7,"sheet_y":38,"short_name":"reminder_ribbon","short_names":["reminder_ribbon"],"text":null,"texts":null,"category":"Activity","sort_order":62,"added_in":"7.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},{"name":"STUDIO MICROPHONE","unified":"1F399","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f399.png","sheet_x":7,"sheet_y":39,"short_name":"studio_microphone","short_names":["studio_microphone"],"text":null,"texts":null,"category":"Objects","sort_order":29,"added_in":"7.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},{"name":"LEVEL SLIDER","unified":"1F39A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f39a.png","sheet_x":7,"sheet_y":40,"short_name":"level_slider","short_names":["level_slider"],"text":null,"texts":null,"category":"Objects","sort_order":30,"added_in":"7.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},{"name":"CONTROL KNOBS","unified":"1F39B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f39b.png","sheet_x":7,"sheet_y":41,"short_name":"control_knobs","short_names":["control_knobs"],"text":null,"texts":null,"category":"Objects","sort_order":31,"added_in":"7.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},{"name":"FILM FRAMES","unified":"1F39E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f39e.png","sheet_x":7,"sheet_y":42,"short_name":"film_frames","short_names":["film_frames"],"text":null,"texts":null,"category":"Objects","sort_order":22,"added_in":"7.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},{"name":"ADMISSION TICKETS","unified":"1F39F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f39f.png","sheet_x":7,"sheet_y":43,"short_name":"admission_tickets","short_names":["admission_tickets"],"text":null,"texts":null,"category":"Activity","sort_order":64,"added_in":"7.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},{"name":"CAROUSEL HORSE","unified":"1F3A0","variations":[],"docomo":"E679","au":null,"softbank":null,"google":"FE7FC","image":"1f3a0.png","sheet_x":7,"sheet_y":44,"short_name":"carousel_horse","short_names":["carousel_horse"],"text":null,"texts":null,"category":"Places","sort_order":69,"added_in":"6.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":"FERRIS WHEEL","unified":"1F3A1","variations":[],"docomo":null,"au":"E46D","softbank":"E124","google":"FE7FD","image":"1f3a1.png","sheet_x":7,"sheet_y":45,"short_name":"ferris_wheel","short_names":["ferris_wheel"],"text":null,"texts":null,"category":"Places","sort_order":67,"added_in":"6.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":"ROLLER COASTER","unified":"1F3A2","variations":[],"docomo":null,"au":"EAE2","softbank":"E433","google":"FE7FE","image":"1f3a2.png","sheet_x":7,"sheet_y":46,"short_name":"roller_coaster","short_names":["roller_coaster"],"text":null,"texts":null,"category":"Places","sort_order":68,"added_in":"6.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":"FISHING POLE AND FISH","unified":"1F3A3","variations":[],"docomo":"E751","au":"EB42","softbank":"E019","google":"FE7FF","image":"1f3a3.png","sheet_x":7,"sheet_y":47,"short_name":"fishing_pole_and_fish","short_names":["fishing_pole_and_fish"],"text":null,"texts":null,"category":"Activity","sort_order":17,"added_in":"6.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":"MICROPHONE","unified":"1F3A4","variations":[],"docomo":"E676","au":"E503","softbank":"E03C","google":"FE800","image":"1f3a4.png","sheet_x":7,"sheet_y":48,"short_name":"microphone","short_names":["microphone"],"text":null,"texts":null,"category":"Activity","sort_order":72,"added_in":"6.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":"MOVIE CAMERA","unified":"1F3A5","variations":[],"docomo":"E677","au":"E517","softbank":"E03D","google":"FE801","image":"1f3a5.png","sheet_x":8,"sheet_y":0,"short_name":"movie_camera","short_names":["movie_camera"],"text":null,"texts":null,"category":"Objects","sort_order":20,"added_in":"6.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":"CINEMA","unified":"1F3A6","variations":[],"docomo":"E677","au":"E517","softbank":"E507","google":"FE802","image":"1f3a6.png","sheet_x":8,"sheet_y":1,"short_name":"cinema","short_names":["cinema"],"text":null,"texts":null,"category":"Symbols","sort_order":126,"added_in":"6.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":"HEADPHONE","unified":"1F3A7","variations":[],"docomo":"E67A","au":"E508","softbank":"E30A","google":"FE803","image":"1f3a7.png","sheet_x":8,"sheet_y":2,"short_name":"headphones","short_names":["headphones"],"text":null,"texts":null,"category":"Activity","sort_order":73,"added_in":"6.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":"ARTIST PALETTE","unified":"1F3A8","variations":[],"docomo":"E67B","au":"E59C","softbank":"E502","google":"FE804","image":"1f3a8.png","sheet_x":8,"sheet_y":3,"short_name":"art","short_names":["art"],"text":null,"texts":null,"category":"Activity","sort_order":70,"added_in":"6.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":"TOP HAT","unified":"1F3A9","variations":[],"docomo":"E67C","au":"EAF5","softbank":"E503","google":"FE805","image":"1f3a9.png","sheet_x":8,"sheet_y":4,"short_name":"tophat","short_names":["tophat"],"text":null,"texts":null,"category":"People","sort_order":281,"added_in":"6.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":"CIRCUS TENT","unified":"1F3AA","variations":[],"docomo":"E67D","au":"E59E","softbank":null,"google":"FE806","image":"1f3aa.png","sheet_x":8,"sheet_y":5,"short_name":"circus_tent","short_names":["circus_tent"],"text":null,"texts":null,"category":"Activity","sort_order":65,"added_in":"6.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":"TICKET","unified":"1F3AB","variations":[],"docomo":"E67E","au":"E49E","softbank":"E125","google":"FE807","image":"1f3ab.png","sheet_x":8,"sheet_y":6,"short_name":"ticket","short_names":["ticket"],"text":null,"texts":null,"category":"Activity","sort_order":63,"added_in":"6.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":"CLAPPER BOARD","unified":"1F3AC","variations":[],"docomo":"E6AC","au":"E4BE","softbank":"E324","google":"FE808","image":"1f3ac.png","sheet_x":8,"sheet_y":7,"short_name":"clapper","short_names":["clapper"],"text":null,"texts":null,"category":"Activity","sort_order":71,"added_in":"6.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":"PERFORMING ARTS","unified":"1F3AD","variations":[],"docomo":null,"au":"E59D","softbank":"E503","google":"FE809","image":"1f3ad.png","sheet_x":8,"sheet_y":8,"short_name":"performing_arts","short_names":["performing_arts"],"text":null,"texts":null,"category":"Activity","sort_order":69,"added_in":"6.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":"VIDEO GAME","unified":"1F3AE","variations":[],"docomo":"E68B","au":"E4C6","softbank":null,"google":"FE80A","image":"1f3ae.png","sheet_x":8,"sheet_y":9,"short_name":"video_game","short_names":["video_game"],"text":null,"texts":null,"category":"Activity","sort_order":84,"added_in":"6.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":"DIRECT HIT","unified":"1F3AF","variations":[],"docomo":null,"au":"E4C5","softbank":"E130","google":"FE80C","image":"1f3af.png","sheet_x":8,"sheet_y":10,"short_name":"dart","short_names":["dart"],"text":null,"texts":null,"category":"Activity","sort_order":82,"added_in":"6.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":"SLOT MACHINE","unified":"1F3B0","variations":[],"docomo":null,"au":"E46E","softbank":"E133","google":"FE80D","image":"1f3b0.png","sheet_x":8,"sheet_y":11,"short_name":"slot_machine","short_names":["slot_machine"],"text":null,"texts":null,"category":"Activity","sort_order":85,"added_in":"6.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":"BILLIARDS","unified":"1F3B1","variations":[],"docomo":null,"au":"EADD","softbank":"E42C","google":"FE80E","image":"1f3b1.png","sheet_x":8,"sheet_y":12,"short_name":"8ball","short_names":["8ball"],"text":null,"texts":null,"category":"Activity","sort_order":8,"added_in":"6.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":"GAME DIE","unified":"1F3B2","variations":[],"docomo":null,"au":"E4C8","softbank":null,"google":"FE80F","image":"1f3b2.png","sheet_x":8,"sheet_y":13,"short_name":"game_die","short_names":["game_die"],"text":null,"texts":null,"category":"Activity","sort_order":81,"added_in":"6.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":"BOWLING","unified":"1F3B3","variations":[],"docomo":null,"au":"EB43","softbank":null,"google":"FE810","image":"1f3b3.png","sheet_x":8,"sheet_y":14,"short_name":"bowling","short_names":["bowling"],"text":null,"texts":null,"category":"Activity","sort_order":83,"added_in":"6.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":"FLOWER PLAYING CARDS","unified":"1F3B4","variations":[],"docomo":null,"au":"EB6E","softbank":null,"google":"FE811","image":"1f3b4.png","sheet_x":8,"sheet_y":15,"short_name":"flower_playing_cards","short_names":["flower_playing_cards"],"text":null,"texts":null,"category":"Symbols","sort_order":248,"added_in":"6.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":"MUSICAL NOTE","unified":"1F3B5","variations":[],"docomo":"E6F6","au":"E5BE","softbank":"E03E","google":"FE813","image":"1f3b5.png","sheet_x":8,"sheet_y":16,"short_name":"musical_note","short_names":["musical_note"],"text":null,"texts":null,"category":"Symbols","sort_order":188,"added_in":"6.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":"MULTIPLE MUSICAL NOTES","unified":"1F3B6","variations":[],"docomo":"E6FF","au":"E505","softbank":"E326","google":"FE814","image":"1f3b6.png","sheet_x":8,"sheet_y":17,"short_name":"notes","short_names":["notes"],"text":null,"texts":null,"category":"Symbols","sort_order":189,"added_in":"6.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":"SAXOPHONE","unified":"1F3B7","variations":[],"docomo":null,"au":null,"softbank":"E040","google":"FE815","image":"1f3b7.png","sheet_x":8,"sheet_y":18,"short_name":"saxophone","short_names":["saxophone"],"text":null,"texts":null,"category":"Activity","sort_order":77,"added_in":"6.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":"GUITAR","unified":"1F3B8","variations":[],"docomo":null,"au":"E506","softbank":"E041","google":"FE816","image":"1f3b8.png","sheet_x":8,"sheet_y":19,"short_name":"guitar","short_names":["guitar"],"text":null,"texts":null,"category":"Activity","sort_order":79,"added_in":"6.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":"MUSICAL KEYBOARD","unified":"1F3B9","variations":[],"docomo":null,"au":"EB40","softbank":null,"google":"FE817","image":"1f3b9.png","sheet_x":8,"sheet_y":20,"short_name":"musical_keyboard","short_names":["musical_keyboard"],"text":null,"texts":null,"category":"Activity","sort_order":75,"added_in":"6.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":"TRUMPET","unified":"1F3BA","variations":[],"docomo":null,"au":"EADC","softbank":"E042","google":"FE818","image":"1f3ba.png","sheet_x":8,"sheet_y":21,"short_name":"trumpet","short_names":["trumpet"],"text":null,"texts":null,"category":"Activity","sort_order":78,"added_in":"6.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":"VIOLIN","unified":"1F3BB","variations":[],"docomo":null,"au":"E507","softbank":null,"google":"FE819","image":"1f3bb.png","sheet_x":8,"sheet_y":22,"short_name":"violin","short_names":["violin"],"text":null,"texts":null,"category":"Activity","sort_order":80,"added_in":"6.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":"MUSICAL SCORE","unified":"1F3BC","variations":[],"docomo":"E6FF","au":"EACC","softbank":"E326","google":"FE81A","image":"1f3bc.png","sheet_x":8,"sheet_y":23,"short_name":"musical_score","short_names":["musical_score"],"text":null,"texts":null,"category":"Activity","sort_order":74,"added_in":"6.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":"RUNNING SHIRT WITH SASH","unified":"1F3BD","variations":[],"docomo":"E652","au":null,"softbank":null,"google":"FE7D0","image":"1f3bd.png","sheet_x":8,"sheet_y":24,"short_name":"running_shirt_with_sash","short_names":["running_shirt_with_sash"],"text":null,"texts":null,"category":"Activity","sort_order":54,"added_in":"6.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":"TENNIS RACQUET AND BALL","unified":"1F3BE","variations":[],"docomo":"E655","au":"E4B7","softbank":"E015","google":"FE7D3","image":"1f3be.png","sheet_x":8,"sheet_y":25,"short_name":"tennis","short_names":["tennis"],"text":null,"texts":null,"category":"Activity","sort_order":5,"added_in":"6.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":"SKI AND SKI BOOT","unified":"1F3BF","variations":[],"docomo":"E657","au":"EAAC","softbank":"E013","google":"FE7D5","image":"1f3bf.png","sheet_x":8,"sheet_y":26,"short_name":"ski","short_names":["ski"],"text":null,"texts":null,"category":"Activity","sort_order":21,"added_in":"6.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":"BASKETBALL AND HOOP","unified":"1F3C0","variations":[],"docomo":"E658","au":"E59A","softbank":"E42A","google":"FE7D6","image":"1f3c0.png","sheet_x":8,"sheet_y":27,"short_name":"basketball","short_names":["basketball"],"text":null,"texts":null,"category":"Activity","sort_order":2,"added_in":"6.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":"CHEQUERED FLAG","unified":"1F3C1","variations":[],"docomo":"E659","au":"E4B9","softbank":"E132","google":"FE7D7","image":"1f3c1.png","sheet_x":8,"sheet_y":28,"short_name":"checkered_flag","short_names":["checkered_flag"],"text":null,"texts":null,"category":"Flags","sort_order":3,"added_in":"6.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":"SNOWBOARDER","unified":"1F3C2","variations":[],"docomo":"E712","au":"E4B8","softbank":null,"google":"FE7D8","image":"1f3c2.png","sheet_x":8,"sheet_y":29,"short_name":"snowboarder","short_names":["snowboarder"],"text":null,"texts":null,"category":"Activity","sort_order":23,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3C2-1F3FB","image":"1f3c2-1f3fb.png","sheet_x":8,"sheet_y":30,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},"1F3FC":{"unified":"1F3C2-1F3FC","image":"1f3c2-1f3fc.png","sheet_x":8,"sheet_y":31,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},"1F3FD":{"unified":"1F3C2-1F3FD","image":"1f3c2-1f3fd.png","sheet_x":8,"sheet_y":32,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},"1F3FE":{"unified":"1F3C2-1F3FE","image":"1f3c2-1f3fe.png","sheet_x":8,"sheet_y":33,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},"1F3FF":{"unified":"1F3C2-1F3FF","image":"1f3c2-1f3ff.png","sheet_x":8,"sheet_y":34,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"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":8,"sheet_y":35,"short_name":"runner","short_names":["runner","running"],"text":null,"texts":null,"category":"People","sort_order":233,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3C3-1F3FB","image":"1f3c3-1f3fb.png","sheet_x":8,"sheet_y":36,"added_in":"8.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},"1F3FC":{"unified":"1F3C3-1F3FC","image":"1f3c3-1f3fc.png","sheet_x":8,"sheet_y":37,"added_in":"8.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},"1F3FD":{"unified":"1F3C3-1F3FD","image":"1f3c3-1f3fd.png","sheet_x":8,"sheet_y":38,"added_in":"8.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},"1F3FE":{"unified":"1F3C3-1F3FE","image":"1f3c3-1f3fe.png","sheet_x":8,"sheet_y":39,"added_in":"8.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},"1F3FF":{"unified":"1F3C3-1F3FF","image":"1f3c3-1f3ff.png","sheet_x":8,"sheet_y":40,"added_in":"8.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}},"obsoleted_by":"1F3C3-200D-2642-FE0F"},{"name":"SURFER","unified":"1F3C4","variations":[],"docomo":"E712","au":"EB41","softbank":"E017","google":"FE7DA","image":"1f3c4.png","sheet_x":8,"sheet_y":41,"short_name":"surfer","short_names":["surfer"],"text":null,"texts":null,"category":"Activity","sort_order":41,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3C4-1F3FB","image":"1f3c4-1f3fb.png","sheet_x":8,"sheet_y":42,"added_in":"8.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},"1F3FC":{"unified":"1F3C4-1F3FC","image":"1f3c4-1f3fc.png","sheet_x":8,"sheet_y":43,"added_in":"8.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},"1F3FD":{"unified":"1F3C4-1F3FD","image":"1f3c4-1f3fd.png","sheet_x":8,"sheet_y":44,"added_in":"8.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},"1F3FE":{"unified":"1F3C4-1F3FE","image":"1f3c4-1f3fe.png","sheet_x":8,"sheet_y":45,"added_in":"8.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},"1F3FF":{"unified":"1F3C4-1F3FF","image":"1f3c4-1f3ff.png","sheet_x":8,"sheet_y":46,"added_in":"8.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}},"obsoleted_by":"1F3C4-200D-2642-FE0F"},{"name":"SPORTS MEDAL","unified":"1F3C5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c5.png","sheet_x":8,"sheet_y":47,"short_name":"sports_medal","short_names":["sports_medal"],"text":null,"texts":null,"category":"Activity","sort_order":55,"added_in":"7.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},{"name":"TROPHY","unified":"1F3C6","variations":[],"docomo":null,"au":"E5D3","softbank":"E131","google":"FE7DB","image":"1f3c6.png","sheet_x":8,"sheet_y":48,"short_name":"trophy","short_names":["trophy"],"text":null,"texts":null,"category":"Activity","sort_order":60,"added_in":"6.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":"HORSE RACING","unified":"1F3C7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c7.png","sheet_x":9,"sheet_y":0,"short_name":"horse_racing","short_names":["horse_racing"],"text":null,"texts":null,"category":"Activity","sort_order":49,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3C7-1F3FB","image":"1f3c7-1f3fb.png","sheet_x":9,"sheet_y":1,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true},"1F3FC":{"unified":"1F3C7-1F3FC","image":"1f3c7-1f3fc.png","sheet_x":9,"sheet_y":2,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true},"1F3FD":{"unified":"1F3C7-1F3FD","image":"1f3c7-1f3fd.png","sheet_x":9,"sheet_y":3,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true},"1F3FE":{"unified":"1F3C7-1F3FE","image":"1f3c7-1f3fe.png","sheet_x":9,"sheet_y":4,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true},"1F3FF":{"unified":"1F3C7-1F3FF","image":"1f3c7-1f3ff.png","sheet_x":9,"sheet_y":5,"added_in":"8.0","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":"AMERICAN FOOTBALL","unified":"1F3C8","variations":[],"docomo":null,"au":"E4BB","softbank":"E42B","google":"FE7DD","image":"1f3c8.png","sheet_x":9,"sheet_y":6,"short_name":"football","short_names":["football"],"text":null,"texts":null,"category":"Activity","sort_order":3,"added_in":"6.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":"RUGBY FOOTBALL","unified":"1F3C9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c9.png","sheet_x":9,"sheet_y":7,"short_name":"rugby_football","short_names":["rugby_football"],"text":null,"texts":null,"category":"Activity","sort_order":7,"added_in":"6.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":"SWIMMER","unified":"1F3CA","variations":[],"docomo":null,"au":"EADE","softbank":"E42D","google":"FE7DE","image":"1f3ca.png","sheet_x":9,"sheet_y":8,"short_name":"swimmer","short_names":["swimmer"],"text":null,"texts":null,"category":"Activity","sort_order":43,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F3CA-1F3FB","image":"1f3ca-1f3fb.png","sheet_x":9,"sheet_y":9,"added_in":"8.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},"1F3FC":{"unified":"1F3CA-1F3FC","image":"1f3ca-1f3fc.png","sheet_x":9,"sheet_y":10,"added_in":"8.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},"1F3FD":{"unified":"1F3CA-1F3FD","image":"1f3ca-1f3fd.png","sheet_x":9,"sheet_y":11,"added_in":"8.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},"1F3FE":{"unified":"1F3CA-1F3FE","image":"1f3ca-1f3fe.png","sheet_x":9,"sheet_y":12,"added_in":"8.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},"1F3FF":{"unified":"1F3CA-1F3FF","image":"1f3ca-1f3ff.png","sheet_x":9,"sheet_y":13,"added_in":"8.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}},"obsoleted_by":"1F3CA-200D-2642-FE0F"},{"name":"WEIGHT LIFTER","unified":"1F3CB","variations":["1F3CB-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cb.png","sheet_x":9,"sheet_y":14,"short_name":"weight_lifter","short_names":["weight_lifter"],"text":null,"texts":null,"category":"Activity","sort_order":25,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F3CB-1F3FB","image":"1f3cb-1f3fb.png","sheet_x":9,"sheet_y":15,"added_in":"8.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},"1F3FC":{"unified":"1F3CB-1F3FC","image":"1f3cb-1f3fc.png","sheet_x":9,"sheet_y":16,"added_in":"8.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},"1F3FD":{"unified":"1F3CB-1F3FD","image":"1f3cb-1f3fd.png","sheet_x":9,"sheet_y":17,"added_in":"8.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},"1F3FE":{"unified":"1F3CB-1F3FE","image":"1f3cb-1f3fe.png","sheet_x":9,"sheet_y":18,"added_in":"8.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},"1F3FF":{"unified":"1F3CB-1F3FF","image":"1f3cb-1f3ff.png","sheet_x":9,"sheet_y":19,"added_in":"8.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}},"obsoleted_by":"1F3CB-FE0F-200D-2642-FE0F"},{"name":"GOLFER","unified":"1F3CC","variations":["1F3CC-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cc.png","sheet_x":9,"sheet_y":20,"short_name":"golfer","short_names":["golfer"],"text":null,"texts":null,"category":"Activity","sort_order":39,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F3CC-1F3FB","image":"1f3cc-1f3fb.png","sheet_x":9,"sheet_y":21,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F3CC-1F3FC","image":"1f3cc-1f3fc.png","sheet_x":9,"sheet_y":22,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F3CC-1F3FD","image":"1f3cc-1f3fd.png","sheet_x":9,"sheet_y":23,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F3CC-1F3FE","image":"1f3cc-1f3fe.png","sheet_x":9,"sheet_y":24,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F3CC-1F3FF","image":"1f3cc-1f3ff.png","sheet_x":9,"sheet_y":25,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false}},"obsoleted_by":"1F3CC-FE0F-200D-2642-FE0F"},{"name":"RACING MOTORCYCLE","unified":"1F3CD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cd.png","sheet_x":9,"sheet_y":26,"short_name":"racing_motorcycle","short_names":["racing_motorcycle"],"text":null,"texts":null,"category":"Places","sort_order":17,"added_in":"7.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},{"name":"RACING CAR","unified":"1F3CE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3ce.png","sheet_x":9,"sheet_y":27,"short_name":"racing_car","short_names":["racing_car"],"text":null,"texts":null,"category":"Places","sort_order":6,"added_in":"7.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},{"name":"CRICKET BAT AND BALL","unified":"1F3CF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cf.png","sheet_x":9,"sheet_y":28,"short_name":"cricket_bat_and_ball","short_names":["cricket_bat_and_ball"],"text":null,"texts":null,"category":"Activity","sort_order":14,"added_in":"8.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},{"name":"VOLLEYBALL","unified":"1F3D0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d0.png","sheet_x":9,"sheet_y":29,"short_name":"volleyball","short_names":["volleyball"],"text":null,"texts":null,"category":"Activity","sort_order":6,"added_in":"8.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},{"name":"FIELD HOCKEY STICK AND BALL","unified":"1F3D1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d1.png","sheet_x":9,"sheet_y":30,"short_name":"field_hockey_stick_and_ball","short_names":["field_hockey_stick_and_ball"],"text":null,"texts":null,"category":"Activity","sort_order":13,"added_in":"8.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},{"name":"ICE HOCKEY STICK AND PUCK","unified":"1F3D2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d2.png","sheet_x":9,"sheet_y":31,"short_name":"ice_hockey_stick_and_puck","short_names":["ice_hockey_stick_and_puck"],"text":null,"texts":null,"category":"Activity","sort_order":12,"added_in":"8.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},{"name":"TABLE TENNIS PADDLE AND BALL","unified":"1F3D3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d3.png","sheet_x":9,"sheet_y":32,"short_name":"table_tennis_paddle_and_ball","short_names":["table_tennis_paddle_and_ball"],"text":null,"texts":null,"category":"Activity","sort_order":9,"added_in":"8.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},{"name":"SNOW CAPPED MOUNTAIN","unified":"1F3D4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d4.png","sheet_x":9,"sheet_y":33,"short_name":"snow_capped_mountain","short_names":["snow_capped_mountain"],"text":null,"texts":null,"category":"Places","sort_order":74,"added_in":"7.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},{"name":"CAMPING","unified":"1F3D5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d5.png","sheet_x":9,"sheet_y":34,"short_name":"camping","short_names":["camping"],"text":null,"texts":null,"category":"Places","sort_order":78,"added_in":"7.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},{"name":"BEACH WITH UMBRELLA","unified":"1F3D6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d6.png","sheet_x":9,"sheet_y":35,"short_name":"beach_with_umbrella","short_names":["beach_with_umbrella"],"text":null,"texts":null,"category":"Places","sort_order":71,"added_in":"7.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},{"name":"BUILDING CONSTRUCTION","unified":"1F3D7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d7.png","sheet_x":9,"sheet_y":36,"short_name":"building_construction","short_names":["building_construction"],"text":null,"texts":null,"category":"Places","sort_order":82,"added_in":"7.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},{"name":"HOUSE BUILDINGS","unified":"1F3D8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d8.png","sheet_x":9,"sheet_y":37,"short_name":"house_buildings","short_names":["house_buildings"],"text":null,"texts":null,"category":"Places","sort_order":86,"added_in":"7.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},{"name":"CITYSCAPE","unified":"1F3D9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3d9.png","sheet_x":9,"sheet_y":38,"short_name":"cityscape","short_names":["cityscape"],"text":null,"texts":null,"category":"Places","sort_order":115,"added_in":"7.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},{"name":"DERELICT HOUSE BUILDING","unified":"1F3DA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3da.png","sheet_x":9,"sheet_y":39,"short_name":"derelict_house_building","short_names":["derelict_house_building"],"text":null,"texts":null,"category":"Places","sort_order":87,"added_in":"7.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},{"name":"CLASSICAL BUILDING","unified":"1F3DB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3db.png","sheet_x":9,"sheet_y":40,"short_name":"classical_building","short_names":["classical_building"],"text":null,"texts":null,"category":"Places","sort_order":99,"added_in":"7.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},{"name":"DESERT","unified":"1F3DC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3dc.png","sheet_x":9,"sheet_y":41,"short_name":"desert","short_names":["desert"],"text":null,"texts":null,"category":"Places","sort_order":77,"added_in":"7.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},{"name":"DESERT ISLAND","unified":"1F3DD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3dd.png","sheet_x":9,"sheet_y":42,"short_name":"desert_island","short_names":["desert_island"],"text":null,"texts":null,"category":"Places","sort_order":72,"added_in":"7.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},{"name":"NATIONAL PARK","unified":"1F3DE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3de.png","sheet_x":9,"sheet_y":43,"short_name":"national_park","short_names":["national_park"],"text":null,"texts":null,"category":"Places","sort_order":107,"added_in":"7.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},{"name":"STADIUM","unified":"1F3DF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3df.png","sheet_x":9,"sheet_y":44,"short_name":"stadium","short_names":["stadium"],"text":null,"texts":null,"category":"Places","sort_order":66,"added_in":"7.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},{"name":"HOUSE BUILDING","unified":"1F3E0","variations":[],"docomo":"E663","au":"E4AB","softbank":"E036","google":"FE4B0","image":"1f3e0.png","sheet_x":9,"sheet_y":45,"short_name":"house","short_names":["house"],"text":null,"texts":null,"category":"Places","sort_order":84,"added_in":"6.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":"HOUSE WITH GARDEN","unified":"1F3E1","variations":[],"docomo":"E663","au":"EB09","softbank":"E036","google":"FE4B1","image":"1f3e1.png","sheet_x":9,"sheet_y":46,"short_name":"house_with_garden","short_names":["house_with_garden"],"text":null,"texts":null,"category":"Places","sort_order":85,"added_in":"6.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":"OFFICE BUILDING","unified":"1F3E2","variations":[],"docomo":"E664","au":"E4AD","softbank":"E038","google":"FE4B2","image":"1f3e2.png","sheet_x":9,"sheet_y":47,"short_name":"office","short_names":["office"],"text":null,"texts":null,"category":"Places","sort_order":88,"added_in":"6.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":"JAPANESE POST OFFICE","unified":"1F3E3","variations":[],"docomo":"E665","au":"E5DE","softbank":"E153","google":"FE4B3","image":"1f3e3.png","sheet_x":9,"sheet_y":48,"short_name":"post_office","short_names":["post_office"],"text":null,"texts":null,"category":"Places","sort_order":90,"added_in":"6.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":"EUROPEAN POST OFFICE","unified":"1F3E4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3e4.png","sheet_x":10,"sheet_y":0,"short_name":"european_post_office","short_names":["european_post_office"],"text":null,"texts":null,"category":"Places","sort_order":91,"added_in":"6.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":"HOSPITAL","unified":"1F3E5","variations":[],"docomo":"E666","au":"E5DF","softbank":"E155","google":"FE4B4","image":"1f3e5.png","sheet_x":10,"sheet_y":1,"short_name":"hospital","short_names":["hospital"],"text":null,"texts":null,"category":"Places","sort_order":92,"added_in":"6.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":"BANK","unified":"1F3E6","variations":[],"docomo":"E667","au":"E4AA","softbank":"E14D","google":"FE4B5","image":"1f3e6.png","sheet_x":10,"sheet_y":2,"short_name":"bank","short_names":["bank"],"text":null,"texts":null,"category":"Places","sort_order":93,"added_in":"6.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":"AUTOMATED TELLER MACHINE","unified":"1F3E7","variations":[],"docomo":"E668","au":"E4A3","softbank":"E154","google":"FE4B6","image":"1f3e7.png","sheet_x":10,"sheet_y":3,"short_name":"atm","short_names":["atm"],"text":null,"texts":null,"category":"Symbols","sort_order":111,"added_in":"6.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":"HOTEL","unified":"1F3E8","variations":[],"docomo":"E669","au":"EA81","softbank":"E158","google":"FE4B7","image":"1f3e8.png","sheet_x":10,"sheet_y":4,"short_name":"hotel","short_names":["hotel"],"text":null,"texts":null,"category":"Places","sort_order":94,"added_in":"6.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":"LOVE HOTEL","unified":"1F3E9","variations":[],"docomo":"E669-E6EF","au":"EAF3","softbank":"E501","google":"FE4B8","image":"1f3e9.png","sheet_x":10,"sheet_y":5,"short_name":"love_hotel","short_names":["love_hotel"],"text":null,"texts":null,"category":"Places","sort_order":97,"added_in":"6.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":"CONVENIENCE STORE","unified":"1F3EA","variations":[],"docomo":"E66A","au":"E4A4","softbank":"E156","google":"FE4B9","image":"1f3ea.png","sheet_x":10,"sheet_y":6,"short_name":"convenience_store","short_names":["convenience_store"],"text":null,"texts":null,"category":"Places","sort_order":95,"added_in":"6.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":"SCHOOL","unified":"1F3EB","variations":[],"docomo":"E73E","au":"EA80","softbank":"E157","google":"FE4BA","image":"1f3eb.png","sheet_x":10,"sheet_y":7,"short_name":"school","short_names":["school"],"text":null,"texts":null,"category":"Places","sort_order":96,"added_in":"6.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":"DEPARTMENT STORE","unified":"1F3EC","variations":[],"docomo":null,"au":"EAF6","softbank":"E504","google":"FE4BD","image":"1f3ec.png","sheet_x":10,"sheet_y":8,"short_name":"department_store","short_names":["department_store"],"text":null,"texts":null,"category":"Places","sort_order":89,"added_in":"6.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":"FACTORY","unified":"1F3ED","variations":[],"docomo":null,"au":"EAF9","softbank":"E508","google":"FE4C0","image":"1f3ed.png","sheet_x":10,"sheet_y":9,"short_name":"factory","short_names":["factory"],"text":null,"texts":null,"category":"Places","sort_order":83,"added_in":"6.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":"IZAKAYA LANTERN","unified":"1F3EE","variations":[],"docomo":"E74B","au":"E4BD","softbank":"E30B","google":"FE4C2","image":"1f3ee.png","sheet_x":10,"sheet_y":10,"short_name":"izakaya_lantern","short_names":["izakaya_lantern","lantern"],"text":null,"texts":null,"category":"Objects","sort_order":105,"added_in":"6.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":"JAPANESE CASTLE","unified":"1F3EF","variations":[],"docomo":null,"au":"EAF7","softbank":"E505","google":"FE4BE","image":"1f3ef.png","sheet_x":10,"sheet_y":11,"short_name":"japanese_castle","short_names":["japanese_castle"],"text":null,"texts":null,"category":"Places","sort_order":65,"added_in":"6.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":"EUROPEAN CASTLE","unified":"1F3F0","variations":[],"docomo":null,"au":"EAF8","softbank":"E506","google":"FE4BF","image":"1f3f0.png","sheet_x":10,"sheet_y":12,"short_name":"european_castle","short_names":["european_castle"],"text":null,"texts":null,"category":"Places","sort_order":64,"added_in":"6.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":"WAVING WHITE FLAG","unified":"1F3F3","variations":["1F3F3-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f3.png","sheet_x":10,"sheet_y":13,"short_name":"waving_white_flag","short_names":["waving_white_flag"],"text":null,"texts":null,"category":"Flags","sort_order":1,"added_in":"7.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},{"name":"WAVING BLACK FLAG","unified":"1F3F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f4.png","sheet_x":10,"sheet_y":14,"short_name":"waving_black_flag","short_names":["waving_black_flag"],"text":null,"texts":null,"category":"Flags","sort_order":2,"added_in":"7.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},{"name":"ROSETTE","unified":"1F3F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f5.png","sheet_x":10,"sheet_y":15,"short_name":"rosette","short_names":["rosette"],"text":null,"texts":null,"category":"Activity","sort_order":61,"added_in":"7.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},{"name":"LABEL","unified":"1F3F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f7.png","sheet_x":10,"sheet_y":16,"short_name":"label","short_names":["label"],"text":null,"texts":null,"category":"Objects","sort_order":115,"added_in":"7.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},{"name":"BADMINTON RACQUET AND SHUTTLECOCK","unified":"1F3F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f8.png","sheet_x":10,"sheet_y":17,"short_name":"badminton_racquet_and_shuttlecock","short_names":["badminton_racquet_and_shuttlecock"],"text":null,"texts":null,"category":"Activity","sort_order":10,"added_in":"8.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},{"name":"BOW AND ARROW","unified":"1F3F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f9.png","sheet_x":10,"sheet_y":18,"short_name":"bow_and_arrow","short_names":["bow_and_arrow"],"text":null,"texts":null,"category":"Activity","sort_order":16,"added_in":"8.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},{"name":"AMPHORA","unified":"1F3FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fa.png","sheet_x":10,"sheet_y":19,"short_name":"amphora","short_names":["amphora"],"text":null,"texts":null,"category":"Objects","sort_order":72,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-1-2","unified":"1F3FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fb.png","sheet_x":10,"sheet_y":20,"short_name":"skin-tone-2","short_names":["skin-tone-2"],"text":null,"texts":null,"category":"Skin Tones","sort_order":1,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-3","unified":"1F3FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fc.png","sheet_x":10,"sheet_y":21,"short_name":"skin-tone-3","short_names":["skin-tone-3"],"text":null,"texts":null,"category":"Skin Tones","sort_order":2,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-4","unified":"1F3FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fd.png","sheet_x":10,"sheet_y":22,"short_name":"skin-tone-4","short_names":["skin-tone-4"],"text":null,"texts":null,"category":"Skin Tones","sort_order":3,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-5","unified":"1F3FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3fe.png","sheet_x":10,"sheet_y":23,"short_name":"skin-tone-5","short_names":["skin-tone-5"],"text":null,"texts":null,"category":"Skin Tones","sort_order":4,"added_in":"8.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},{"name":"EMOJI MODIFIER FITZPATRICK TYPE-6","unified":"1F3FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3ff.png","sheet_x":10,"sheet_y":24,"short_name":"skin-tone-6","short_names":["skin-tone-6"],"text":null,"texts":null,"category":"Skin Tones","sort_order":5,"added_in":"8.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},{"name":"RAT","unified":"1F400","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f400.png","sheet_x":10,"sheet_y":25,"short_name":"rat","short_names":["rat"],"text":null,"texts":null,"category":"Nature","sort_order":84,"added_in":"6.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":"MOUSE","unified":"1F401","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f401.png","sheet_x":10,"sheet_y":26,"short_name":"mouse2","short_names":["mouse2"],"text":null,"texts":null,"category":"Nature","sort_order":83,"added_in":"6.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":"OX","unified":"1F402","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f402.png","sheet_x":10,"sheet_y":27,"short_name":"ox","short_names":["ox"],"text":null,"texts":null,"category":"Nature","sort_order":63,"added_in":"6.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":"WATER BUFFALO","unified":"1F403","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f403.png","sheet_x":10,"sheet_y":28,"short_name":"water_buffalo","short_names":["water_buffalo"],"text":null,"texts":null,"category":"Nature","sort_order":62,"added_in":"6.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":"COW","unified":"1F404","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f404.png","sheet_x":10,"sheet_y":29,"short_name":"cow2","short_names":["cow2"],"text":null,"texts":null,"category":"Nature","sort_order":64,"added_in":"6.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":"TIGER","unified":"1F405","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f405.png","sheet_x":10,"sheet_y":30,"short_name":"tiger2","short_names":["tiger2"],"text":null,"texts":null,"category":"Nature","sort_order":61,"added_in":"6.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":"LEOPARD","unified":"1F406","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f406.png","sheet_x":10,"sheet_y":31,"short_name":"leopard","short_names":["leopard"],"text":null,"texts":null,"category":"Nature","sort_order":60,"added_in":"6.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":"RABBIT","unified":"1F407","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f407.png","sheet_x":10,"sheet_y":32,"short_name":"rabbit2","short_names":["rabbit2"],"text":null,"texts":null,"category":"Nature","sort_order":82,"added_in":"6.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":"CAT","unified":"1F408","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f408.png","sheet_x":10,"sheet_y":33,"short_name":"cat2","short_names":["cat2"],"text":null,"texts":null,"category":"Nature","sort_order":78,"added_in":"6.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":"DRAGON","unified":"1F409","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f409.png","sheet_x":10,"sheet_y":34,"short_name":"dragon","short_names":["dragon"],"text":null,"texts":null,"category":"Nature","sort_order":87,"added_in":"6.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":"CROCODILE","unified":"1F40A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f40a.png","sheet_x":10,"sheet_y":35,"short_name":"crocodile","short_names":["crocodile"],"text":null,"texts":null,"category":"Nature","sort_order":59,"added_in":"6.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":"WHALE","unified":"1F40B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f40b.png","sheet_x":10,"sheet_y":36,"short_name":"whale2","short_names":["whale2"],"text":null,"texts":null,"category":"Nature","sort_order":58,"added_in":"6.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":"SNAIL","unified":"1F40C","variations":[],"docomo":"E74E","au":"EB7E","softbank":null,"google":"FE1B9","image":"1f40c.png","sheet_x":10,"sheet_y":37,"short_name":"snail","short_names":["snail"],"text":null,"texts":null,"category":"Nature","sort_order":38,"added_in":"6.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":"SNAKE","unified":"1F40D","variations":[],"docomo":null,"au":"EB22","softbank":"E52D","google":"FE1D3","image":"1f40d.png","sheet_x":10,"sheet_y":38,"short_name":"snake","short_names":["snake"],"text":null,"texts":null,"category":"Nature","sort_order":45,"added_in":"6.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":"HORSE","unified":"1F40E","variations":[],"docomo":"E754","au":"E4D8","softbank":"E134","google":"FE7DC","image":"1f40e.png","sheet_x":10,"sheet_y":39,"short_name":"racehorse","short_names":["racehorse"],"text":null,"texts":null,"category":"Nature","sort_order":71,"added_in":"6.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":"RAM","unified":"1F40F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f40f.png","sheet_x":10,"sheet_y":40,"short_name":"ram","short_names":["ram"],"text":null,"texts":null,"category":"Nature","sort_order":74,"added_in":"6.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":"GOAT","unified":"1F410","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f410.png","sheet_x":10,"sheet_y":41,"short_name":"goat","short_names":["goat"],"text":null,"texts":null,"category":"Nature","sort_order":73,"added_in":"6.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":"SHEEP","unified":"1F411","variations":[],"docomo":null,"au":"E48F","softbank":"E529","google":"FE1CF","image":"1f411.png","sheet_x":10,"sheet_y":42,"short_name":"sheep","short_names":["sheep"],"text":null,"texts":null,"category":"Nature","sort_order":75,"added_in":"6.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":"MONKEY","unified":"1F412","variations":[],"docomo":null,"au":"E4D9","softbank":"E528","google":"FE1CE","image":"1f412.png","sheet_x":10,"sheet_y":43,"short_name":"monkey","short_names":["monkey"],"text":null,"texts":null,"category":"Nature","sort_order":20,"added_in":"6.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":"ROOSTER","unified":"1F413","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f413.png","sheet_x":10,"sheet_y":44,"short_name":"rooster","short_names":["rooster"],"text":null,"texts":null,"category":"Nature","sort_order":79,"added_in":"6.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":"CHICKEN","unified":"1F414","variations":[],"docomo":null,"au":"EB23","softbank":"E52E","google":"FE1D4","image":"1f414.png","sheet_x":10,"sheet_y":45,"short_name":"chicken","short_names":["chicken"],"text":null,"texts":null,"category":"Nature","sort_order":21,"added_in":"6.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":"DOG","unified":"1F415","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f415.png","sheet_x":10,"sheet_y":46,"short_name":"dog2","short_names":["dog2"],"text":null,"texts":null,"category":"Nature","sort_order":76,"added_in":"6.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":"PIG","unified":"1F416","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f416.png","sheet_x":10,"sheet_y":47,"short_name":"pig2","short_names":["pig2"],"text":null,"texts":null,"category":"Nature","sort_order":72,"added_in":"6.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":"BOAR","unified":"1F417","variations":[],"docomo":null,"au":"EB24","softbank":"E52F","google":"FE1D5","image":"1f417.png","sheet_x":10,"sheet_y":48,"short_name":"boar","short_names":["boar"],"text":null,"texts":null,"category":"Nature","sort_order":32,"added_in":"6.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":"ELEPHANT","unified":"1F418","variations":[],"docomo":null,"au":"EB1F","softbank":"E526","google":"FE1CC","image":"1f418.png","sheet_x":11,"sheet_y":0,"short_name":"elephant","short_names":["elephant"],"text":null,"texts":null,"category":"Nature","sort_order":68,"added_in":"6.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":"OCTOPUS","unified":"1F419","variations":[],"docomo":null,"au":"E5C7","softbank":"E10A","google":"FE1C5","image":"1f419.png","sheet_x":11,"sheet_y":1,"short_name":"octopus","short_names":["octopus"],"text":null,"texts":null,"category":"Nature","sort_order":50,"added_in":"6.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":"SPIRAL SHELL","unified":"1F41A","variations":[],"docomo":null,"au":"EAEC","softbank":"E441","google":"FE1C6","image":"1f41a.png","sheet_x":11,"sheet_y":2,"short_name":"shell","short_names":["shell"],"text":null,"texts":null,"category":"Nature","sort_order":39,"added_in":"6.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":"BUG","unified":"1F41B","variations":[],"docomo":null,"au":"EB1E","softbank":"E525","google":"FE1CB","image":"1f41b.png","sheet_x":11,"sheet_y":3,"short_name":"bug","short_names":["bug"],"text":null,"texts":null,"category":"Nature","sort_order":36,"added_in":"6.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":"ANT","unified":"1F41C","variations":[],"docomo":null,"au":"E4DD","softbank":null,"google":"FE1DA","image":"1f41c.png","sheet_x":11,"sheet_y":4,"short_name":"ant","short_names":["ant"],"text":null,"texts":null,"category":"Nature","sort_order":41,"added_in":"6.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":"HONEYBEE","unified":"1F41D","variations":[],"docomo":null,"au":"EB57","softbank":null,"google":"FE1E1","image":"1f41d.png","sheet_x":11,"sheet_y":5,"short_name":"bee","short_names":["bee","honeybee"],"text":null,"texts":null,"category":"Nature","sort_order":35,"added_in":"6.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":"LADY BEETLE","unified":"1F41E","variations":[],"docomo":null,"au":"EB58","softbank":null,"google":"FE1E2","image":"1f41e.png","sheet_x":11,"sheet_y":6,"short_name":"beetle","short_names":["beetle"],"text":null,"texts":null,"category":"Nature","sort_order":40,"added_in":"6.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":"FISH","unified":"1F41F","variations":[],"docomo":"E751","au":"E49A","softbank":"E019","google":"FE1BD","image":"1f41f.png","sheet_x":11,"sheet_y":7,"short_name":"fish","short_names":["fish"],"text":null,"texts":null,"category":"Nature","sort_order":53,"added_in":"6.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":"TROPICAL FISH","unified":"1F420","variations":[],"docomo":"E751","au":"EB1D","softbank":"E522","google":"FE1C9","image":"1f420.png","sheet_x":11,"sheet_y":8,"short_name":"tropical_fish","short_names":["tropical_fish"],"text":null,"texts":null,"category":"Nature","sort_order":52,"added_in":"6.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":"BLOWFISH","unified":"1F421","variations":[],"docomo":"E751","au":"E4D3","softbank":"E019","google":"FE1D9","image":"1f421.png","sheet_x":11,"sheet_y":9,"short_name":"blowfish","short_names":["blowfish"],"text":null,"texts":null,"category":"Nature","sort_order":54,"added_in":"6.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":"TURTLE","unified":"1F422","variations":[],"docomo":null,"au":"E5D4","softbank":null,"google":"FE1DC","image":"1f422.png","sheet_x":11,"sheet_y":10,"short_name":"turtle","short_names":["turtle"],"text":null,"texts":null,"category":"Nature","sort_order":44,"added_in":"6.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":"HATCHING CHICK","unified":"1F423","variations":[],"docomo":"E74F","au":"E5DB","softbank":"E523","google":"FE1DD","image":"1f423.png","sheet_x":11,"sheet_y":11,"short_name":"hatching_chick","short_names":["hatching_chick"],"text":null,"texts":null,"category":"Nature","sort_order":25,"added_in":"6.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":"BABY CHICK","unified":"1F424","variations":[],"docomo":"E74F","au":"E4E0","softbank":"E523","google":"FE1BA","image":"1f424.png","sheet_x":11,"sheet_y":12,"short_name":"baby_chick","short_names":["baby_chick"],"text":null,"texts":null,"category":"Nature","sort_order":24,"added_in":"6.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":"FRONT-FACING BABY CHICK","unified":"1F425","variations":[],"docomo":"E74F","au":"EB76","softbank":"E523","google":"FE1BB","image":"1f425.png","sheet_x":11,"sheet_y":13,"short_name":"hatched_chick","short_names":["hatched_chick"],"text":null,"texts":null,"category":"Nature","sort_order":26,"added_in":"6.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":"BIRD","unified":"1F426","variations":[],"docomo":"E74F","au":"E4E0","softbank":"E521","google":"FE1C8","image":"1f426.png","sheet_x":11,"sheet_y":14,"short_name":"bird","short_names":["bird"],"text":null,"texts":null,"category":"Nature","sort_order":23,"added_in":"6.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":"PENGUIN","unified":"1F427","variations":[],"docomo":"E750","au":"E4DC","softbank":"E055","google":"FE1BC","image":"1f427.png","sheet_x":11,"sheet_y":15,"short_name":"penguin","short_names":["penguin"],"text":null,"texts":null,"category":"Nature","sort_order":22,"added_in":"6.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":"KOALA","unified":"1F428","variations":[],"docomo":null,"au":"EB20","softbank":"E527","google":"FE1CD","image":"1f428.png","sheet_x":11,"sheet_y":16,"short_name":"koala","short_names":["koala"],"text":null,"texts":null,"category":"Nature","sort_order":9,"added_in":"6.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":"POODLE","unified":"1F429","variations":[],"docomo":"E6A1","au":"E4DF","softbank":"E052","google":"FE1D8","image":"1f429.png","sheet_x":11,"sheet_y":17,"short_name":"poodle","short_names":["poodle"],"text":null,"texts":null,"category":"Nature","sort_order":77,"added_in":"6.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":"DROMEDARY CAMEL","unified":"1F42A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f42a.png","sheet_x":11,"sheet_y":18,"short_name":"dromedary_camel","short_names":["dromedary_camel"],"text":null,"texts":null,"category":"Nature","sort_order":66,"added_in":"6.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":"BACTRIAN CAMEL","unified":"1F42B","variations":[],"docomo":null,"au":"EB25","softbank":"E530","google":"FE1D6","image":"1f42b.png","sheet_x":11,"sheet_y":19,"short_name":"camel","short_names":["camel"],"text":null,"texts":null,"category":"Nature","sort_order":67,"added_in":"6.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":"DOLPHIN","unified":"1F42C","variations":[],"docomo":null,"au":"EB1B","softbank":"E520","google":"FE1C7","image":"1f42c.png","sheet_x":11,"sheet_y":20,"short_name":"dolphin","short_names":["dolphin","flipper"],"text":null,"texts":null,"category":"Nature","sort_order":55,"added_in":"6.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":"MOUSE FACE","unified":"1F42D","variations":[],"docomo":null,"au":"E5C2","softbank":"E053","google":"FE1C2","image":"1f42d.png","sheet_x":11,"sheet_y":21,"short_name":"mouse","short_names":["mouse"],"text":null,"texts":null,"category":"Nature","sort_order":3,"added_in":"6.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":"COW FACE","unified":"1F42E","variations":[],"docomo":null,"au":"EB21","softbank":"E52B","google":"FE1D1","image":"1f42e.png","sheet_x":11,"sheet_y":22,"short_name":"cow","short_names":["cow"],"text":null,"texts":null,"category":"Nature","sort_order":12,"added_in":"6.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":"TIGER FACE","unified":"1F42F","variations":[],"docomo":null,"au":"E5C0","softbank":"E050","google":"FE1C0","image":"1f42f.png","sheet_x":11,"sheet_y":23,"short_name":"tiger","short_names":["tiger"],"text":null,"texts":null,"category":"Nature","sort_order":10,"added_in":"6.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":"RABBIT FACE","unified":"1F430","variations":[],"docomo":null,"au":"E4D7","softbank":"E52C","google":"FE1D2","image":"1f430.png","sheet_x":11,"sheet_y":24,"short_name":"rabbit","short_names":["rabbit"],"text":null,"texts":null,"category":"Nature","sort_order":5,"added_in":"6.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":"CAT FACE","unified":"1F431","variations":[],"docomo":"E6A2","au":"E4DB","softbank":"E04F","google":"FE1B8","image":"1f431.png","sheet_x":11,"sheet_y":25,"short_name":"cat","short_names":["cat"],"text":null,"texts":null,"category":"Nature","sort_order":2,"added_in":"6.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":"DRAGON FACE","unified":"1F432","variations":[],"docomo":null,"au":"EB3F","softbank":null,"google":"FE1DE","image":"1f432.png","sheet_x":11,"sheet_y":26,"short_name":"dragon_face","short_names":["dragon_face"],"text":null,"texts":null,"category":"Nature","sort_order":88,"added_in":"6.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":"SPOUTING WHALE","unified":"1F433","variations":[],"docomo":null,"au":"E470","softbank":"E054","google":"FE1C3","image":"1f433.png","sheet_x":11,"sheet_y":27,"short_name":"whale","short_names":["whale"],"text":null,"texts":null,"category":"Nature","sort_order":57,"added_in":"6.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":"HORSE FACE","unified":"1F434","variations":[],"docomo":"E754","au":"E4D8","softbank":"E01A","google":"FE1BE","image":"1f434.png","sheet_x":11,"sheet_y":28,"short_name":"horse","short_names":["horse"],"text":null,"texts":null,"category":"Nature","sort_order":33,"added_in":"6.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":"MONKEY FACE","unified":"1F435","variations":[],"docomo":null,"au":"E4D9","softbank":"E109","google":"FE1C4","image":"1f435.png","sheet_x":11,"sheet_y":29,"short_name":"monkey_face","short_names":["monkey_face"],"text":null,"texts":[":o)"],"category":"Nature","sort_order":16,"added_in":"6.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":"DOG FACE","unified":"1F436","variations":[],"docomo":"E6A1","au":"E4E1","softbank":"E052","google":"FE1B7","image":"1f436.png","sheet_x":11,"sheet_y":30,"short_name":"dog","short_names":["dog"],"text":null,"texts":null,"category":"Nature","sort_order":1,"added_in":"6.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":"PIG FACE","unified":"1F437","variations":[],"docomo":"E755","au":"E4DE","softbank":"E10B","google":"FE1BF","image":"1f437.png","sheet_x":11,"sheet_y":31,"short_name":"pig","short_names":["pig"],"text":null,"texts":null,"category":"Nature","sort_order":13,"added_in":"6.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":"FROG FACE","unified":"1F438","variations":[],"docomo":null,"au":"E4DA","softbank":"E531","google":"FE1D7","image":"1f438.png","sheet_x":11,"sheet_y":32,"short_name":"frog","short_names":["frog"],"text":null,"texts":null,"category":"Nature","sort_order":15,"added_in":"6.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":"HAMSTER FACE","unified":"1F439","variations":[],"docomo":null,"au":null,"softbank":"E524","google":"FE1CA","image":"1f439.png","sheet_x":11,"sheet_y":33,"short_name":"hamster","short_names":["hamster"],"text":null,"texts":null,"category":"Nature","sort_order":4,"added_in":"6.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":"WOLF FACE","unified":"1F43A","variations":[],"docomo":"E6A1","au":"E4E1","softbank":"E52A","google":"FE1D0","image":"1f43a.png","sheet_x":11,"sheet_y":34,"short_name":"wolf","short_names":["wolf"],"text":null,"texts":null,"category":"Nature","sort_order":31,"added_in":"6.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":"BEAR FACE","unified":"1F43B","variations":[],"docomo":null,"au":"E5C1","softbank":"E051","google":"FE1C1","image":"1f43b.png","sheet_x":11,"sheet_y":35,"short_name":"bear","short_names":["bear"],"text":null,"texts":null,"category":"Nature","sort_order":7,"added_in":"6.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":"PANDA FACE","unified":"1F43C","variations":[],"docomo":null,"au":"EB46","softbank":null,"google":"FE1DF","image":"1f43c.png","sheet_x":11,"sheet_y":36,"short_name":"panda_face","short_names":["panda_face"],"text":null,"texts":null,"category":"Nature","sort_order":8,"added_in":"6.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":"PIG NOSE","unified":"1F43D","variations":[],"docomo":"E755","au":"EB48","softbank":"E10B","google":"FE1E0","image":"1f43d.png","sheet_x":11,"sheet_y":37,"short_name":"pig_nose","short_names":["pig_nose"],"text":null,"texts":null,"category":"Nature","sort_order":14,"added_in":"6.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":"PAW PRINTS","unified":"1F43E","variations":[],"docomo":"E698","au":"E4EE","softbank":"E536","google":"FE1DB","image":"1f43e.png","sheet_x":11,"sheet_y":38,"short_name":"feet","short_names":["feet","paw_prints"],"text":null,"texts":null,"category":"Nature","sort_order":86,"added_in":"6.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":"CHIPMUNK","unified":"1F43F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f43f.png","sheet_x":11,"sheet_y":39,"short_name":"chipmunk","short_names":["chipmunk"],"text":null,"texts":null,"category":"Nature","sort_order":85,"added_in":"7.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},{"name":"EYES","unified":"1F440","variations":[],"docomo":"E691","au":"E5A4","softbank":"E419","google":"FE190","image":"1f440.png","sheet_x":11,"sheet_y":40,"short_name":"eyes","short_names":["eyes"],"text":null,"texts":null,"category":"People","sort_order":137,"added_in":"6.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":"EYE","unified":"1F441","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f441.png","sheet_x":11,"sheet_y":41,"short_name":"eye","short_names":["eye"],"text":null,"texts":null,"category":"People","sort_order":136,"added_in":"7.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},{"name":"EAR","unified":"1F442","variations":[],"docomo":"E692","au":"E5A5","softbank":"E41B","google":"FE191","image":"1f442.png","sheet_x":11,"sheet_y":42,"short_name":"ear","short_names":["ear"],"text":null,"texts":null,"category":"People","sort_order":133,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F442-1F3FB","image":"1f442-1f3fb.png","sheet_x":11,"sheet_y":43,"added_in":"8.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},"1F3FC":{"unified":"1F442-1F3FC","image":"1f442-1f3fc.png","sheet_x":11,"sheet_y":44,"added_in":"8.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},"1F3FD":{"unified":"1F442-1F3FD","image":"1f442-1f3fd.png","sheet_x":11,"sheet_y":45,"added_in":"8.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},"1F3FE":{"unified":"1F442-1F3FE","image":"1f442-1f3fe.png","sheet_x":11,"sheet_y":46,"added_in":"8.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},"1F3FF":{"unified":"1F442-1F3FF","image":"1f442-1f3ff.png","sheet_x":11,"sheet_y":47,"added_in":"8.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":"NOSE","unified":"1F443","variations":[],"docomo":null,"au":"EAD0","softbank":"E41A","google":"FE192","image":"1f443.png","sheet_x":11,"sheet_y":48,"short_name":"nose","short_names":["nose"],"text":null,"texts":null,"category":"People","sort_order":134,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F443-1F3FB","image":"1f443-1f3fb.png","sheet_x":12,"sheet_y":0,"added_in":"8.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},"1F3FC":{"unified":"1F443-1F3FC","image":"1f443-1f3fc.png","sheet_x":12,"sheet_y":1,"added_in":"8.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},"1F3FD":{"unified":"1F443-1F3FD","image":"1f443-1f3fd.png","sheet_x":12,"sheet_y":2,"added_in":"8.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},"1F3FE":{"unified":"1F443-1F3FE","image":"1f443-1f3fe.png","sheet_x":12,"sheet_y":3,"added_in":"8.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},"1F3FF":{"unified":"1F443-1F3FF","image":"1f443-1f3ff.png","sheet_x":12,"sheet_y":4,"added_in":"8.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":12,"sheet_y":5,"short_name":"lips","short_names":["lips"],"text":null,"texts":null,"category":"People","sort_order":131,"added_in":"6.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":"TONGUE","unified":"1F445","variations":[],"docomo":"E728","au":"EB47","softbank":"E409","google":"FE194","image":"1f445.png","sheet_x":12,"sheet_y":6,"short_name":"tongue","short_names":["tongue"],"text":null,"texts":null,"category":"People","sort_order":132,"added_in":"6.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":"WHITE UP POINTING BACKHAND INDEX","unified":"1F446","variations":[],"docomo":null,"au":"EA8D","softbank":"E22E","google":"FEB99","image":"1f446.png","sheet_x":12,"sheet_y":7,"short_name":"point_up_2","short_names":["point_up_2"],"text":null,"texts":null,"category":"People","sort_order":114,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F446-1F3FB","image":"1f446-1f3fb.png","sheet_x":12,"sheet_y":8,"added_in":"8.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},"1F3FC":{"unified":"1F446-1F3FC","image":"1f446-1f3fc.png","sheet_x":12,"sheet_y":9,"added_in":"8.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},"1F3FD":{"unified":"1F446-1F3FD","image":"1f446-1f3fd.png","sheet_x":12,"sheet_y":10,"added_in":"8.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},"1F3FE":{"unified":"1F446-1F3FE","image":"1f446-1f3fe.png","sheet_x":12,"sheet_y":11,"added_in":"8.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},"1F3FF":{"unified":"1F446-1F3FF","image":"1f446-1f3ff.png","sheet_x":12,"sheet_y":12,"added_in":"8.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":"WHITE DOWN POINTING BACKHAND INDEX","unified":"1F447","variations":[],"docomo":null,"au":"EA8E","softbank":"E22F","google":"FEB9A","image":"1f447.png","sheet_x":12,"sheet_y":13,"short_name":"point_down","short_names":["point_down"],"text":null,"texts":null,"category":"People","sort_order":115,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F447-1F3FB","image":"1f447-1f3fb.png","sheet_x":12,"sheet_y":14,"added_in":"8.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},"1F3FC":{"unified":"1F447-1F3FC","image":"1f447-1f3fc.png","sheet_x":12,"sheet_y":15,"added_in":"8.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},"1F3FD":{"unified":"1F447-1F3FD","image":"1f447-1f3fd.png","sheet_x":12,"sheet_y":16,"added_in":"8.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},"1F3FE":{"unified":"1F447-1F3FE","image":"1f447-1f3fe.png","sheet_x":12,"sheet_y":17,"added_in":"8.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},"1F3FF":{"unified":"1F447-1F3FF","image":"1f447-1f3ff.png","sheet_x":12,"sheet_y":18,"added_in":"8.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":"WHITE LEFT POINTING BACKHAND INDEX","unified":"1F448","variations":[],"docomo":null,"au":"E4FF","softbank":"E230","google":"FEB9B","image":"1f448.png","sheet_x":12,"sheet_y":19,"short_name":"point_left","short_names":["point_left"],"text":null,"texts":null,"category":"People","sort_order":112,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F448-1F3FB","image":"1f448-1f3fb.png","sheet_x":12,"sheet_y":20,"added_in":"8.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},"1F3FC":{"unified":"1F448-1F3FC","image":"1f448-1f3fc.png","sheet_x":12,"sheet_y":21,"added_in":"8.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},"1F3FD":{"unified":"1F448-1F3FD","image":"1f448-1f3fd.png","sheet_x":12,"sheet_y":22,"added_in":"8.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},"1F3FE":{"unified":"1F448-1F3FE","image":"1f448-1f3fe.png","sheet_x":12,"sheet_y":23,"added_in":"8.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},"1F3FF":{"unified":"1F448-1F3FF","image":"1f448-1f3ff.png","sheet_x":12,"sheet_y":24,"added_in":"8.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":"WHITE RIGHT POINTING BACKHAND INDEX","unified":"1F449","variations":[],"docomo":null,"au":"E500","softbank":"E231","google":"FEB9C","image":"1f449.png","sheet_x":12,"sheet_y":25,"short_name":"point_right","short_names":["point_right"],"text":null,"texts":null,"category":"People","sort_order":113,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F449-1F3FB","image":"1f449-1f3fb.png","sheet_x":12,"sheet_y":26,"added_in":"8.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},"1F3FC":{"unified":"1F449-1F3FC","image":"1f449-1f3fc.png","sheet_x":12,"sheet_y":27,"added_in":"8.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},"1F3FD":{"unified":"1F449-1F3FD","image":"1f449-1f3fd.png","sheet_x":12,"sheet_y":28,"added_in":"8.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},"1F3FE":{"unified":"1F449-1F3FE","image":"1f449-1f3fe.png","sheet_x":12,"sheet_y":29,"added_in":"8.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},"1F3FF":{"unified":"1F449-1F3FF","image":"1f449-1f3ff.png","sheet_x":12,"sheet_y":30,"added_in":"8.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":"FISTED HAND SIGN","unified":"1F44A","variations":[],"docomo":"E6FD","au":"E4F3","softbank":"E00D","google":"FEB96","image":"1f44a.png","sheet_x":12,"sheet_y":31,"short_name":"facepunch","short_names":["facepunch","punch"],"text":null,"texts":null,"category":"People","sort_order":104,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44A-1F3FB","image":"1f44a-1f3fb.png","sheet_x":12,"sheet_y":32,"added_in":"8.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},"1F3FC":{"unified":"1F44A-1F3FC","image":"1f44a-1f3fc.png","sheet_x":12,"sheet_y":33,"added_in":"8.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},"1F3FD":{"unified":"1F44A-1F3FD","image":"1f44a-1f3fd.png","sheet_x":12,"sheet_y":34,"added_in":"8.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},"1F3FE":{"unified":"1F44A-1F3FE","image":"1f44a-1f3fe.png","sheet_x":12,"sheet_y":35,"added_in":"8.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},"1F3FF":{"unified":"1F44A-1F3FF","image":"1f44a-1f3ff.png","sheet_x":12,"sheet_y":36,"added_in":"8.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":"WAVING HAND SIGN","unified":"1F44B","variations":[],"docomo":"E695","au":"EAD6","softbank":"E41E","google":"FEB9D","image":"1f44b.png","sheet_x":12,"sheet_y":37,"short_name":"wave","short_names":["wave"],"text":null,"texts":null,"category":"People","sort_order":121,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44B-1F3FB","image":"1f44b-1f3fb.png","sheet_x":12,"sheet_y":38,"added_in":"8.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},"1F3FC":{"unified":"1F44B-1F3FC","image":"1f44b-1f3fc.png","sheet_x":12,"sheet_y":39,"added_in":"8.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},"1F3FD":{"unified":"1F44B-1F3FD","image":"1f44b-1f3fd.png","sheet_x":12,"sheet_y":40,"added_in":"8.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},"1F3FE":{"unified":"1F44B-1F3FE","image":"1f44b-1f3fe.png","sheet_x":12,"sheet_y":41,"added_in":"8.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},"1F3FF":{"unified":"1F44B-1F3FF","image":"1f44b-1f3ff.png","sheet_x":12,"sheet_y":42,"added_in":"8.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":"OK HAND SIGN","unified":"1F44C","variations":[],"docomo":"E70B","au":"EAD4","softbank":"E420","google":"FEB9F","image":"1f44c.png","sheet_x":12,"sheet_y":43,"short_name":"ok_hand","short_names":["ok_hand"],"text":null,"texts":null,"category":"People","sort_order":111,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44C-1F3FB","image":"1f44c-1f3fb.png","sheet_x":12,"sheet_y":44,"added_in":"8.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},"1F3FC":{"unified":"1F44C-1F3FC","image":"1f44c-1f3fc.png","sheet_x":12,"sheet_y":45,"added_in":"8.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},"1F3FD":{"unified":"1F44C-1F3FD","image":"1f44c-1f3fd.png","sheet_x":12,"sheet_y":46,"added_in":"8.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},"1F3FE":{"unified":"1F44C-1F3FE","image":"1f44c-1f3fe.png","sheet_x":12,"sheet_y":47,"added_in":"8.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},"1F3FF":{"unified":"1F44C-1F3FF","image":"1f44c-1f3ff.png","sheet_x":12,"sheet_y":48,"added_in":"8.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":"THUMBS UP SIGN","unified":"1F44D","variations":[],"docomo":"E727","au":"E4F9","softbank":"E00E","google":"FEB97","image":"1f44d.png","sheet_x":13,"sheet_y":0,"short_name":"+1","short_names":["+1","thumbsup"],"text":null,"texts":null,"category":"People","sort_order":102,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44D-1F3FB","image":"1f44d-1f3fb.png","sheet_x":13,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"1F44D-1F3FC","image":"1f44d-1f3fc.png","sheet_x":13,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"1F44D-1F3FD","image":"1f44d-1f3fd.png","sheet_x":13,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"1F44D-1F3FE","image":"1f44d-1f3fe.png","sheet_x":13,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"1F44D-1F3FF","image":"1f44d-1f3ff.png","sheet_x":13,"sheet_y":5,"added_in":"8.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":"THUMBS DOWN SIGN","unified":"1F44E","variations":[],"docomo":"E700","au":"EAD5","softbank":"E421","google":"FEBA0","image":"1f44e.png","sheet_x":13,"sheet_y":6,"short_name":"-1","short_names":["-1","thumbsdown"],"text":null,"texts":null,"category":"People","sort_order":103,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44E-1F3FB","image":"1f44e-1f3fb.png","sheet_x":13,"sheet_y":7,"added_in":"8.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},"1F3FC":{"unified":"1F44E-1F3FC","image":"1f44e-1f3fc.png","sheet_x":13,"sheet_y":8,"added_in":"8.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},"1F3FD":{"unified":"1F44E-1F3FD","image":"1f44e-1f3fd.png","sheet_x":13,"sheet_y":9,"added_in":"8.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},"1F3FE":{"unified":"1F44E-1F3FE","image":"1f44e-1f3fe.png","sheet_x":13,"sheet_y":10,"added_in":"8.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},"1F3FF":{"unified":"1F44E-1F3FF","image":"1f44e-1f3ff.png","sheet_x":13,"sheet_y":11,"added_in":"8.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":"CLAPPING HANDS SIGN","unified":"1F44F","variations":[],"docomo":null,"au":"EAD3","softbank":"E41F","google":"FEB9E","image":"1f44f.png","sheet_x":13,"sheet_y":12,"short_name":"clap","short_names":["clap"],"text":null,"texts":null,"category":"People","sort_order":99,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F44F-1F3FB","image":"1f44f-1f3fb.png","sheet_x":13,"sheet_y":13,"added_in":"8.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},"1F3FC":{"unified":"1F44F-1F3FC","image":"1f44f-1f3fc.png","sheet_x":13,"sheet_y":14,"added_in":"8.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},"1F3FD":{"unified":"1F44F-1F3FD","image":"1f44f-1f3fd.png","sheet_x":13,"sheet_y":15,"added_in":"8.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},"1F3FE":{"unified":"1F44F-1F3FE","image":"1f44f-1f3fe.png","sheet_x":13,"sheet_y":16,"added_in":"8.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},"1F3FF":{"unified":"1F44F-1F3FF","image":"1f44f-1f3ff.png","sheet_x":13,"sheet_y":17,"added_in":"8.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":"OPEN HANDS SIGN","unified":"1F450","variations":[],"docomo":"E695","au":"EAD6","softbank":"E422","google":"FEBA1","image":"1f450.png","sheet_x":13,"sheet_y":18,"short_name":"open_hands","short_names":["open_hands"],"text":null,"texts":null,"category":"People","sort_order":97,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F450-1F3FB","image":"1f450-1f3fb.png","sheet_x":13,"sheet_y":19,"added_in":"8.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},"1F3FC":{"unified":"1F450-1F3FC","image":"1f450-1f3fc.png","sheet_x":13,"sheet_y":20,"added_in":"8.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},"1F3FD":{"unified":"1F450-1F3FD","image":"1f450-1f3fd.png","sheet_x":13,"sheet_y":21,"added_in":"8.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},"1F3FE":{"unified":"1F450-1F3FE","image":"1f450-1f3fe.png","sheet_x":13,"sheet_y":22,"added_in":"8.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},"1F3FF":{"unified":"1F450-1F3FF","image":"1f450-1f3ff.png","sheet_x":13,"sheet_y":23,"added_in":"8.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":"CROWN","unified":"1F451","variations":[],"docomo":"E71A","au":"E5C9","softbank":"E10E","google":"FE4D1","image":"1f451.png","sheet_x":13,"sheet_y":24,"short_name":"crown","short_names":["crown"],"text":null,"texts":null,"category":"People","sort_order":283,"added_in":"6.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":"WOMANS HAT","unified":"1F452","variations":[],"docomo":null,"au":"EA9E","softbank":"E318","google":"FE4D4","image":"1f452.png","sheet_x":13,"sheet_y":25,"short_name":"womans_hat","short_names":["womans_hat"],"text":null,"texts":null,"category":"People","sort_order":280,"added_in":"6.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":"EYEGLASSES","unified":"1F453","variations":[],"docomo":"E69A","au":"E4FE","softbank":null,"google":"FE4CE","image":"1f453.png","sheet_x":13,"sheet_y":26,"short_name":"eyeglasses","short_names":["eyeglasses"],"text":null,"texts":null,"category":"People","sort_order":290,"added_in":"6.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":"NECKTIE","unified":"1F454","variations":[],"docomo":null,"au":"EA93","softbank":"E302","google":"FE4D3","image":"1f454.png","sheet_x":13,"sheet_y":27,"short_name":"necktie","short_names":["necktie"],"text":null,"texts":null,"category":"People","sort_order":271,"added_in":"6.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":"T-SHIRT","unified":"1F455","variations":[],"docomo":"E70E","au":"E5B6","softbank":"E006","google":"FE4CF","image":"1f455.png","sheet_x":13,"sheet_y":28,"short_name":"shirt","short_names":["shirt","tshirt"],"text":null,"texts":null,"category":"People","sort_order":269,"added_in":"6.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":"JEANS","unified":"1F456","variations":[],"docomo":"E711","au":"EB77","softbank":null,"google":"FE4D0","image":"1f456.png","sheet_x":13,"sheet_y":29,"short_name":"jeans","short_names":["jeans"],"text":null,"texts":null,"category":"People","sort_order":270,"added_in":"6.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":"DRESS","unified":"1F457","variations":[],"docomo":null,"au":"EB6B","softbank":"E319","google":"FE4D5","image":"1f457.png","sheet_x":13,"sheet_y":30,"short_name":"dress","short_names":["dress"],"text":null,"texts":null,"category":"People","sort_order":272,"added_in":"6.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":"KIMONO","unified":"1F458","variations":[],"docomo":null,"au":"EAA3","softbank":"E321","google":"FE4D9","image":"1f458.png","sheet_x":13,"sheet_y":31,"short_name":"kimono","short_names":["kimono"],"text":null,"texts":null,"category":"People","sort_order":274,"added_in":"6.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":"BIKINI","unified":"1F459","variations":[],"docomo":null,"au":"EAA4","softbank":"E322","google":"FE4DA","image":"1f459.png","sheet_x":13,"sheet_y":32,"short_name":"bikini","short_names":["bikini"],"text":null,"texts":null,"category":"People","sort_order":273,"added_in":"6.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":"WOMANS CLOTHES","unified":"1F45A","variations":[],"docomo":"E70E","au":"E50D","softbank":"E006","google":"FE4DB","image":"1f45a.png","sheet_x":13,"sheet_y":33,"short_name":"womans_clothes","short_names":["womans_clothes"],"text":null,"texts":null,"category":"People","sort_order":268,"added_in":"6.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":"PURSE","unified":"1F45B","variations":[],"docomo":"E70F","au":"E504","softbank":null,"google":"FE4DC","image":"1f45b.png","sheet_x":13,"sheet_y":34,"short_name":"purse","short_names":["purse"],"text":null,"texts":null,"category":"People","sort_order":287,"added_in":"6.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":"HANDBAG","unified":"1F45C","variations":[],"docomo":"E682","au":"E49C","softbank":"E323","google":"FE4F0","image":"1f45c.png","sheet_x":13,"sheet_y":35,"short_name":"handbag","short_names":["handbag"],"text":null,"texts":null,"category":"People","sort_order":288,"added_in":"6.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":"POUCH","unified":"1F45D","variations":[],"docomo":"E6AD","au":null,"softbank":null,"google":"FE4F1","image":"1f45d.png","sheet_x":13,"sheet_y":36,"short_name":"pouch","short_names":["pouch"],"text":null,"texts":null,"category":"People","sort_order":286,"added_in":"6.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":"MANS SHOE","unified":"1F45E","variations":[],"docomo":"E699","au":"E5B7","softbank":"E007","google":"FE4CC","image":"1f45e.png","sheet_x":13,"sheet_y":37,"short_name":"mans_shoe","short_names":["mans_shoe","shoe"],"text":null,"texts":null,"category":"People","sort_order":278,"added_in":"6.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":"ATHLETIC SHOE","unified":"1F45F","variations":[],"docomo":"E699","au":"EB2B","softbank":"E007","google":"FE4CD","image":"1f45f.png","sheet_x":13,"sheet_y":38,"short_name":"athletic_shoe","short_names":["athletic_shoe"],"text":null,"texts":null,"category":"People","sort_order":279,"added_in":"6.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":"HIGH-HEELED SHOE","unified":"1F460","variations":[],"docomo":"E674","au":"E51A","softbank":"E13E","google":"FE4D6","image":"1f460.png","sheet_x":13,"sheet_y":39,"short_name":"high_heel","short_names":["high_heel"],"text":null,"texts":null,"category":"People","sort_order":275,"added_in":"6.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":"WOMANS SANDAL","unified":"1F461","variations":[],"docomo":"E674","au":"E51A","softbank":"E31A","google":"FE4D7","image":"1f461.png","sheet_x":13,"sheet_y":40,"short_name":"sandal","short_names":["sandal"],"text":null,"texts":null,"category":"People","sort_order":276,"added_in":"6.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":"WOMANS BOOTS","unified":"1F462","variations":[],"docomo":null,"au":"EA9F","softbank":"E31B","google":"FE4D8","image":"1f462.png","sheet_x":13,"sheet_y":41,"short_name":"boot","short_names":["boot"],"text":null,"texts":null,"category":"People","sort_order":277,"added_in":"6.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":"FOOTPRINTS","unified":"1F463","variations":[],"docomo":"E698","au":"EB2A","softbank":"E536","google":"FE553","image":"1f463.png","sheet_x":13,"sheet_y":42,"short_name":"footprints","short_names":["footprints"],"text":null,"texts":null,"category":"People","sort_order":135,"added_in":"6.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":"BUST IN SILHOUETTE","unified":"1F464","variations":[],"docomo":"E6B1","au":null,"softbank":null,"google":"FE19A","image":"1f464.png","sheet_x":13,"sheet_y":43,"short_name":"bust_in_silhouette","short_names":["bust_in_silhouette"],"text":null,"texts":null,"category":"People","sort_order":139,"added_in":"6.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":"BUSTS IN SILHOUETTE","unified":"1F465","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f465.png","sheet_x":13,"sheet_y":44,"short_name":"busts_in_silhouette","short_names":["busts_in_silhouette"],"text":null,"texts":null,"category":"People","sort_order":140,"added_in":"6.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":"BOY","unified":"1F466","variations":[],"docomo":"E6F0","au":"E4FC","softbank":"E001","google":"FE19B","image":"1f466.png","sheet_x":13,"sheet_y":45,"short_name":"boy","short_names":["boy"],"text":null,"texts":null,"category":"People","sort_order":142,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F466-1F3FB","image":"1f466-1f3fb.png","sheet_x":13,"sheet_y":46,"added_in":"8.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},"1F3FC":{"unified":"1F466-1F3FC","image":"1f466-1f3fc.png","sheet_x":13,"sheet_y":47,"added_in":"8.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},"1F3FD":{"unified":"1F466-1F3FD","image":"1f466-1f3fd.png","sheet_x":13,"sheet_y":48,"added_in":"8.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},"1F3FE":{"unified":"1F466-1F3FE","image":"1f466-1f3fe.png","sheet_x":14,"sheet_y":0,"added_in":"8.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},"1F3FF":{"unified":"1F466-1F3FF","image":"1f466-1f3ff.png","sheet_x":14,"sheet_y":1,"added_in":"8.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":"GIRL","unified":"1F467","variations":[],"docomo":"E6F0","au":"E4FA","softbank":"E002","google":"FE19C","image":"1f467.png","sheet_x":14,"sheet_y":2,"short_name":"girl","short_names":["girl"],"text":null,"texts":null,"category":"People","sort_order":143,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F467-1F3FB","image":"1f467-1f3fb.png","sheet_x":14,"sheet_y":3,"added_in":"8.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},"1F3FC":{"unified":"1F467-1F3FC","image":"1f467-1f3fc.png","sheet_x":14,"sheet_y":4,"added_in":"8.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},"1F3FD":{"unified":"1F467-1F3FD","image":"1f467-1f3fd.png","sheet_x":14,"sheet_y":5,"added_in":"8.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},"1F3FE":{"unified":"1F467-1F3FE","image":"1f467-1f3fe.png","sheet_x":14,"sheet_y":6,"added_in":"8.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},"1F3FF":{"unified":"1F467-1F3FF","image":"1f467-1f3ff.png","sheet_x":14,"sheet_y":7,"added_in":"8.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":"MAN","unified":"1F468","variations":[],"docomo":"E6F0","au":"E4FC","softbank":"E004","google":"FE19D","image":"1f468.png","sheet_x":14,"sheet_y":8,"short_name":"man","short_names":["man"],"text":null,"texts":null,"category":"People","sort_order":144,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB","image":"1f468-1f3fb.png","sheet_x":14,"sheet_y":9,"added_in":"8.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},"1F3FC":{"unified":"1F468-1F3FC","image":"1f468-1f3fc.png","sheet_x":14,"sheet_y":10,"added_in":"8.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},"1F3FD":{"unified":"1F468-1F3FD","image":"1f468-1f3fd.png","sheet_x":14,"sheet_y":11,"added_in":"8.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},"1F3FE":{"unified":"1F468-1F3FE","image":"1f468-1f3fe.png","sheet_x":14,"sheet_y":12,"added_in":"8.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},"1F3FF":{"unified":"1F468-1F3FF","image":"1f468-1f3ff.png","sheet_x":14,"sheet_y":13,"added_in":"8.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","unified":"1F469","variations":[],"docomo":"E6F0","au":"E4FA","softbank":"E005","google":"FE19E","image":"1f469.png","sheet_x":14,"sheet_y":14,"short_name":"woman","short_names":["woman"],"text":null,"texts":null,"category":"People","sort_order":145,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB","image":"1f469-1f3fb.png","sheet_x":14,"sheet_y":15,"added_in":"8.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},"1F3FC":{"unified":"1F469-1F3FC","image":"1f469-1f3fc.png","sheet_x":14,"sheet_y":16,"added_in":"8.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},"1F3FD":{"unified":"1F469-1F3FD","image":"1f469-1f3fd.png","sheet_x":14,"sheet_y":17,"added_in":"8.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},"1F3FE":{"unified":"1F469-1F3FE","image":"1f469-1f3fe.png","sheet_x":14,"sheet_y":18,"added_in":"8.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},"1F3FF":{"unified":"1F469-1F3FF","image":"1f469-1f3ff.png","sheet_x":14,"sheet_y":19,"added_in":"8.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":"FAMILY","unified":"1F46A","variations":[],"docomo":null,"au":"E501","softbank":null,"google":"FE19F","image":"1f46a.png","sheet_x":14,"sheet_y":20,"short_name":"family","short_names":["family","man-woman-boy"],"text":null,"texts":null,"category":"People","sort_order":243,"added_in":"6.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,"obsoleted_by":"1F468-200D-1F469-200D-1F466"},{"name":"MAN AND WOMAN HOLDING HANDS","unified":"1F46B","variations":[],"docomo":null,"au":null,"softbank":"E428","google":"FE1A0","image":"1f46b.png","sheet_x":14,"sheet_y":21,"short_name":"couple","short_names":["couple","man_and_woman_holding_hands"],"text":null,"texts":null,"category":"People","sort_order":234,"added_in":"6.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":"TWO MEN HOLDING HANDS","unified":"1F46C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46c.png","sheet_x":14,"sheet_y":22,"short_name":"two_men_holding_hands","short_names":["two_men_holding_hands"],"text":null,"texts":null,"category":"People","sort_order":236,"added_in":"6.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":"TWO WOMEN HOLDING HANDS","unified":"1F46D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46d.png","sheet_x":14,"sheet_y":23,"short_name":"two_women_holding_hands","short_names":["two_women_holding_hands"],"text":null,"texts":null,"category":"People","sort_order":235,"added_in":"6.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":"POLICE OFFICER","unified":"1F46E","variations":[],"docomo":null,"au":"E5DD","softbank":"E152","google":"FE1A1","image":"1f46e.png","sheet_x":14,"sheet_y":24,"short_name":"cop","short_names":["cop"],"text":null,"texts":null,"category":"People","sort_order":154,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F46E-1F3FB","image":"1f46e-1f3fb.png","sheet_x":14,"sheet_y":25,"added_in":"8.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},"1F3FC":{"unified":"1F46E-1F3FC","image":"1f46e-1f3fc.png","sheet_x":14,"sheet_y":26,"added_in":"8.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},"1F3FD":{"unified":"1F46E-1F3FD","image":"1f46e-1f3fd.png","sheet_x":14,"sheet_y":27,"added_in":"8.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},"1F3FE":{"unified":"1F46E-1F3FE","image":"1f46e-1f3fe.png","sheet_x":14,"sheet_y":28,"added_in":"8.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},"1F3FF":{"unified":"1F46E-1F3FF","image":"1f46e-1f3ff.png","sheet_x":14,"sheet_y":29,"added_in":"8.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}},"obsoleted_by":"1F46E-200D-2642-FE0F"},{"name":"WOMAN WITH BUNNY EARS","unified":"1F46F","variations":[],"docomo":null,"au":"EADB","softbank":"E429","google":"FE1A2","image":"1f46f.png","sheet_x":14,"sheet_y":30,"short_name":"dancers","short_names":["dancers"],"text":null,"texts":null,"category":"People","sort_order":228,"added_in":"6.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,"obsoleted_by":"1F46F-200D-2640-FE0F"},{"name":"BRIDE WITH VEIL","unified":"1F470","variations":[],"docomo":null,"au":"EAE9","softbank":null,"google":"FE1A3","image":"1f470.png","sheet_x":14,"sheet_y":31,"short_name":"bride_with_veil","short_names":["bride_with_veil"],"text":null,"texts":null,"category":"People","sort_order":197,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F470-1F3FB","image":"1f470-1f3fb.png","sheet_x":14,"sheet_y":32,"added_in":"8.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},"1F3FC":{"unified":"1F470-1F3FC","image":"1f470-1f3fc.png","sheet_x":14,"sheet_y":33,"added_in":"8.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},"1F3FD":{"unified":"1F470-1F3FD","image":"1f470-1f3fd.png","sheet_x":14,"sheet_y":34,"added_in":"8.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},"1F3FE":{"unified":"1F470-1F3FE","image":"1f470-1f3fe.png","sheet_x":14,"sheet_y":35,"added_in":"8.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},"1F3FF":{"unified":"1F470-1F3FF","image":"1f470-1f3ff.png","sheet_x":14,"sheet_y":36,"added_in":"8.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":"PERSON WITH BLOND HAIR","unified":"1F471","variations":[],"docomo":null,"au":"EB13","softbank":"E515","google":"FE1A4","image":"1f471.png","sheet_x":14,"sheet_y":37,"short_name":"person_with_blond_hair","short_names":["person_with_blond_hair"],"text":null,"texts":null,"category":"People","sort_order":147,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F471-1F3FB","image":"1f471-1f3fb.png","sheet_x":14,"sheet_y":38,"added_in":"8.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},"1F3FC":{"unified":"1F471-1F3FC","image":"1f471-1f3fc.png","sheet_x":14,"sheet_y":39,"added_in":"8.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},"1F3FD":{"unified":"1F471-1F3FD","image":"1f471-1f3fd.png","sheet_x":14,"sheet_y":40,"added_in":"8.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},"1F3FE":{"unified":"1F471-1F3FE","image":"1f471-1f3fe.png","sheet_x":14,"sheet_y":41,"added_in":"8.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},"1F3FF":{"unified":"1F471-1F3FF","image":"1f471-1f3ff.png","sheet_x":14,"sheet_y":42,"added_in":"8.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}},"obsoleted_by":"1F471-200D-2642-FE0F"},{"name":"MAN WITH GUA PI MAO","unified":"1F472","variations":[],"docomo":null,"au":"EB14","softbank":"E516","google":"FE1A5","image":"1f472.png","sheet_x":14,"sheet_y":43,"short_name":"man_with_gua_pi_mao","short_names":["man_with_gua_pi_mao"],"text":null,"texts":null,"category":"People","sort_order":150,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F472-1F3FB","image":"1f472-1f3fb.png","sheet_x":14,"sheet_y":44,"added_in":"8.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},"1F3FC":{"unified":"1F472-1F3FC","image":"1f472-1f3fc.png","sheet_x":14,"sheet_y":45,"added_in":"8.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},"1F3FD":{"unified":"1F472-1F3FD","image":"1f472-1f3fd.png","sheet_x":14,"sheet_y":46,"added_in":"8.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},"1F3FE":{"unified":"1F472-1F3FE","image":"1f472-1f3fe.png","sheet_x":14,"sheet_y":47,"added_in":"8.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},"1F3FF":{"unified":"1F472-1F3FF","image":"1f472-1f3ff.png","sheet_x":14,"sheet_y":48,"added_in":"8.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":"MAN WITH TURBAN","unified":"1F473","variations":[],"docomo":null,"au":"EB15","softbank":"E517","google":"FE1A6","image":"1f473.png","sheet_x":15,"sheet_y":0,"short_name":"man_with_turban","short_names":["man_with_turban"],"text":null,"texts":null,"category":"People","sort_order":152,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F473-1F3FB","image":"1f473-1f3fb.png","sheet_x":15,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"1F473-1F3FC","image":"1f473-1f3fc.png","sheet_x":15,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"1F473-1F3FD","image":"1f473-1f3fd.png","sheet_x":15,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"1F473-1F3FE","image":"1f473-1f3fe.png","sheet_x":15,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"1F473-1F3FF","image":"1f473-1f3ff.png","sheet_x":15,"sheet_y":5,"added_in":"8.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}},"obsoleted_by":"1F473-200D-2642-FE0F"},{"name":"OLDER MAN","unified":"1F474","variations":[],"docomo":null,"au":"EB16","softbank":"E518","google":"FE1A7","image":"1f474.png","sheet_x":15,"sheet_y":6,"short_name":"older_man","short_names":["older_man"],"text":null,"texts":null,"category":"People","sort_order":148,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F474-1F3FB","image":"1f474-1f3fb.png","sheet_x":15,"sheet_y":7,"added_in":"8.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},"1F3FC":{"unified":"1F474-1F3FC","image":"1f474-1f3fc.png","sheet_x":15,"sheet_y":8,"added_in":"8.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},"1F3FD":{"unified":"1F474-1F3FD","image":"1f474-1f3fd.png","sheet_x":15,"sheet_y":9,"added_in":"8.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},"1F3FE":{"unified":"1F474-1F3FE","image":"1f474-1f3fe.png","sheet_x":15,"sheet_y":10,"added_in":"8.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},"1F3FF":{"unified":"1F474-1F3FF","image":"1f474-1f3ff.png","sheet_x":15,"sheet_y":11,"added_in":"8.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":"OLDER WOMAN","unified":"1F475","variations":[],"docomo":null,"au":"EB17","softbank":"E519","google":"FE1A8","image":"1f475.png","sheet_x":15,"sheet_y":12,"short_name":"older_woman","short_names":["older_woman"],"text":null,"texts":null,"category":"People","sort_order":149,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F475-1F3FB","image":"1f475-1f3fb.png","sheet_x":15,"sheet_y":13,"added_in":"8.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},"1F3FC":{"unified":"1F475-1F3FC","image":"1f475-1f3fc.png","sheet_x":15,"sheet_y":14,"added_in":"8.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},"1F3FD":{"unified":"1F475-1F3FD","image":"1f475-1f3fd.png","sheet_x":15,"sheet_y":15,"added_in":"8.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},"1F3FE":{"unified":"1F475-1F3FE","image":"1f475-1f3fe.png","sheet_x":15,"sheet_y":16,"added_in":"8.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},"1F3FF":{"unified":"1F475-1F3FF","image":"1f475-1f3ff.png","sheet_x":15,"sheet_y":17,"added_in":"8.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":"BABY","unified":"1F476","variations":[],"docomo":null,"au":"EB18","softbank":"E51A","google":"FE1A9","image":"1f476.png","sheet_x":15,"sheet_y":18,"short_name":"baby","short_names":["baby"],"text":null,"texts":null,"category":"People","sort_order":141,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F476-1F3FB","image":"1f476-1f3fb.png","sheet_x":15,"sheet_y":19,"added_in":"8.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},"1F3FC":{"unified":"1F476-1F3FC","image":"1f476-1f3fc.png","sheet_x":15,"sheet_y":20,"added_in":"8.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},"1F3FD":{"unified":"1F476-1F3FD","image":"1f476-1f3fd.png","sheet_x":15,"sheet_y":21,"added_in":"8.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},"1F3FE":{"unified":"1F476-1F3FE","image":"1f476-1f3fe.png","sheet_x":15,"sheet_y":22,"added_in":"8.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},"1F3FF":{"unified":"1F476-1F3FF","image":"1f476-1f3ff.png","sheet_x":15,"sheet_y":23,"added_in":"8.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":"CONSTRUCTION WORKER","unified":"1F477","variations":[],"docomo":null,"au":"EB19","softbank":"E51B","google":"FE1AA","image":"1f477.png","sheet_x":15,"sheet_y":24,"short_name":"construction_worker","short_names":["construction_worker"],"text":null,"texts":null,"category":"People","sort_order":156,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F477-1F3FB","image":"1f477-1f3fb.png","sheet_x":15,"sheet_y":25,"added_in":"8.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},"1F3FC":{"unified":"1F477-1F3FC","image":"1f477-1f3fc.png","sheet_x":15,"sheet_y":26,"added_in":"8.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},"1F3FD":{"unified":"1F477-1F3FD","image":"1f477-1f3fd.png","sheet_x":15,"sheet_y":27,"added_in":"8.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},"1F3FE":{"unified":"1F477-1F3FE","image":"1f477-1f3fe.png","sheet_x":15,"sheet_y":28,"added_in":"8.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},"1F3FF":{"unified":"1F477-1F3FF","image":"1f477-1f3ff.png","sheet_x":15,"sheet_y":29,"added_in":"8.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}},"obsoleted_by":"1F477-200D-2642-FE0F"},{"name":"PRINCESS","unified":"1F478","variations":[],"docomo":null,"au":"EB1A","softbank":"E51C","google":"FE1AB","image":"1f478.png","sheet_x":15,"sheet_y":30,"short_name":"princess","short_names":["princess"],"text":null,"texts":null,"category":"People","sort_order":195,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F478-1F3FB","image":"1f478-1f3fb.png","sheet_x":15,"sheet_y":31,"added_in":"8.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},"1F3FC":{"unified":"1F478-1F3FC","image":"1f478-1f3fc.png","sheet_x":15,"sheet_y":32,"added_in":"8.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},"1F3FD":{"unified":"1F478-1F3FD","image":"1f478-1f3fd.png","sheet_x":15,"sheet_y":33,"added_in":"8.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},"1F3FE":{"unified":"1F478-1F3FE","image":"1f478-1f3fe.png","sheet_x":15,"sheet_y":34,"added_in":"8.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},"1F3FF":{"unified":"1F478-1F3FF","image":"1f478-1f3ff.png","sheet_x":15,"sheet_y":35,"added_in":"8.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":"JAPANESE OGRE","unified":"1F479","variations":[],"docomo":null,"au":"EB44","softbank":null,"google":"FE1AC","image":"1f479.png","sheet_x":15,"sheet_y":36,"short_name":"japanese_ogre","short_names":["japanese_ogre"],"text":null,"texts":null,"category":"People","sort_order":78,"added_in":"6.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":"JAPANESE GOBLIN","unified":"1F47A","variations":[],"docomo":null,"au":"EB45","softbank":null,"google":"FE1AD","image":"1f47a.png","sheet_x":15,"sheet_y":37,"short_name":"japanese_goblin","short_names":["japanese_goblin"],"text":null,"texts":null,"category":"People","sort_order":79,"added_in":"6.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":"GHOST","unified":"1F47B","variations":[],"docomo":null,"au":"E4CB","softbank":"E11B","google":"FE1AE","image":"1f47b.png","sheet_x":15,"sheet_y":38,"short_name":"ghost","short_names":["ghost"],"text":null,"texts":null,"category":"People","sort_order":81,"added_in":"6.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":"BABY ANGEL","unified":"1F47C","variations":[],"docomo":null,"au":"E5BF","softbank":"E04E","google":"FE1AF","image":"1f47c.png","sheet_x":15,"sheet_y":39,"short_name":"angel","short_names":["angel"],"text":null,"texts":null,"category":"People","sort_order":199,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F47C-1F3FB","image":"1f47c-1f3fb.png","sheet_x":15,"sheet_y":40,"added_in":"8.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},"1F3FC":{"unified":"1F47C-1F3FC","image":"1f47c-1f3fc.png","sheet_x":15,"sheet_y":41,"added_in":"8.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},"1F3FD":{"unified":"1F47C-1F3FD","image":"1f47c-1f3fd.png","sheet_x":15,"sheet_y":42,"added_in":"8.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},"1F3FE":{"unified":"1F47C-1F3FE","image":"1f47c-1f3fe.png","sheet_x":15,"sheet_y":43,"added_in":"8.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},"1F3FF":{"unified":"1F47C-1F3FF","image":"1f47c-1f3ff.png","sheet_x":15,"sheet_y":44,"added_in":"8.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":"EXTRATERRESTRIAL ALIEN","unified":"1F47D","variations":[],"docomo":null,"au":"E50E","softbank":"E10C","google":"FE1B0","image":"1f47d.png","sheet_x":15,"sheet_y":45,"short_name":"alien","short_names":["alien"],"text":null,"texts":null,"category":"People","sort_order":84,"added_in":"6.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":"ALIEN MONSTER","unified":"1F47E","variations":[],"docomo":null,"au":"E4EC","softbank":"E12B","google":"FE1B1","image":"1f47e.png","sheet_x":15,"sheet_y":46,"short_name":"space_invader","short_names":["space_invader"],"text":null,"texts":null,"category":"People","sort_order":85,"added_in":"6.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":"IMP","unified":"1F47F","variations":[],"docomo":null,"au":"E4EF","softbank":"E11A","google":"FE1B2","image":"1f47f.png","sheet_x":15,"sheet_y":47,"short_name":"imp","short_names":["imp"],"text":null,"texts":null,"category":"People","sort_order":77,"added_in":"6.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":"SKULL","unified":"1F480","variations":[],"docomo":null,"au":"E4F8","softbank":"E11C","google":"FE1B3","image":"1f480.png","sheet_x":15,"sheet_y":48,"short_name":"skull","short_names":["skull"],"text":null,"texts":null,"category":"People","sort_order":82,"added_in":"6.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":"INFORMATION DESK PERSON","unified":"1F481","variations":[],"docomo":null,"au":null,"softbank":"E253","google":"FE1B4","image":"1f481.png","sheet_x":16,"sheet_y":0,"short_name":"information_desk_person","short_names":["information_desk_person"],"text":null,"texts":null,"category":"People","sort_order":203,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F481-1F3FB","image":"1f481-1f3fb.png","sheet_x":16,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"1F481-1F3FC","image":"1f481-1f3fc.png","sheet_x":16,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"1F481-1F3FD","image":"1f481-1f3fd.png","sheet_x":16,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"1F481-1F3FE","image":"1f481-1f3fe.png","sheet_x":16,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"1F481-1F3FF","image":"1f481-1f3ff.png","sheet_x":16,"sheet_y":5,"added_in":"8.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}},"obsoleted_by":"1F481-200D-2640-FE0F"},{"name":"GUARDSMAN","unified":"1F482","variations":[],"docomo":null,"au":null,"softbank":"E51E","google":"FE1B5","image":"1f482.png","sheet_x":16,"sheet_y":6,"short_name":"guardsman","short_names":["guardsman"],"text":null,"texts":null,"category":"People","sort_order":158,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F482-1F3FB","image":"1f482-1f3fb.png","sheet_x":16,"sheet_y":7,"added_in":"8.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},"1F3FC":{"unified":"1F482-1F3FC","image":"1f482-1f3fc.png","sheet_x":16,"sheet_y":8,"added_in":"8.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},"1F3FD":{"unified":"1F482-1F3FD","image":"1f482-1f3fd.png","sheet_x":16,"sheet_y":9,"added_in":"8.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},"1F3FE":{"unified":"1F482-1F3FE","image":"1f482-1f3fe.png","sheet_x":16,"sheet_y":10,"added_in":"8.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},"1F3FF":{"unified":"1F482-1F3FF","image":"1f482-1f3ff.png","sheet_x":16,"sheet_y":11,"added_in":"8.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}},"obsoleted_by":"1F482-200D-2642-FE0F"},{"name":"DANCER","unified":"1F483","variations":[],"docomo":null,"au":"EB1C","softbank":"E51F","google":"FE1B6","image":"1f483.png","sheet_x":16,"sheet_y":12,"short_name":"dancer","short_names":["dancer"],"text":null,"texts":null,"category":"People","sort_order":226,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F483-1F3FB","image":"1f483-1f3fb.png","sheet_x":16,"sheet_y":13,"added_in":"8.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},"1F3FC":{"unified":"1F483-1F3FC","image":"1f483-1f3fc.png","sheet_x":16,"sheet_y":14,"added_in":"8.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},"1F3FD":{"unified":"1F483-1F3FD","image":"1f483-1f3fd.png","sheet_x":16,"sheet_y":15,"added_in":"8.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},"1F3FE":{"unified":"1F483-1F3FE","image":"1f483-1f3fe.png","sheet_x":16,"sheet_y":16,"added_in":"8.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},"1F3FF":{"unified":"1F483-1F3FF","image":"1f483-1f3ff.png","sheet_x":16,"sheet_y":17,"added_in":"8.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":"LIPSTICK","unified":"1F484","variations":[],"docomo":"E710","au":"E509","softbank":"E31C","google":"FE195","image":"1f484.png","sheet_x":16,"sheet_y":18,"short_name":"lipstick","short_names":["lipstick"],"text":null,"texts":null,"category":"People","sort_order":129,"added_in":"6.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":"NAIL POLISH","unified":"1F485","variations":[],"docomo":null,"au":"EAA0","softbank":"E31D","google":"FE196","image":"1f485.png","sheet_x":16,"sheet_y":19,"short_name":"nail_care","short_names":["nail_care"],"text":null,"texts":null,"category":"People","sort_order":127,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F485-1F3FB","image":"1f485-1f3fb.png","sheet_x":16,"sheet_y":20,"added_in":"8.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},"1F3FC":{"unified":"1F485-1F3FC","image":"1f485-1f3fc.png","sheet_x":16,"sheet_y":21,"added_in":"8.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},"1F3FD":{"unified":"1F485-1F3FD","image":"1f485-1f3fd.png","sheet_x":16,"sheet_y":22,"added_in":"8.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},"1F3FE":{"unified":"1F485-1F3FE","image":"1f485-1f3fe.png","sheet_x":16,"sheet_y":23,"added_in":"8.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},"1F3FF":{"unified":"1F485-1F3FF","image":"1f485-1f3ff.png","sheet_x":16,"sheet_y":24,"added_in":"8.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":"FACE MASSAGE","unified":"1F486","variations":[],"docomo":null,"au":"E50B","softbank":"E31E","google":"FE197","image":"1f486.png","sheet_x":16,"sheet_y":25,"short_name":"massage","short_names":["massage"],"text":null,"texts":null,"category":"People","sort_order":223,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F486-1F3FB","image":"1f486-1f3fb.png","sheet_x":16,"sheet_y":26,"added_in":"8.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},"1F3FC":{"unified":"1F486-1F3FC","image":"1f486-1f3fc.png","sheet_x":16,"sheet_y":27,"added_in":"8.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},"1F3FD":{"unified":"1F486-1F3FD","image":"1f486-1f3fd.png","sheet_x":16,"sheet_y":28,"added_in":"8.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},"1F3FE":{"unified":"1F486-1F3FE","image":"1f486-1f3fe.png","sheet_x":16,"sheet_y":29,"added_in":"8.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},"1F3FF":{"unified":"1F486-1F3FF","image":"1f486-1f3ff.png","sheet_x":16,"sheet_y":30,"added_in":"8.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}},"obsoleted_by":"1F486-200D-2640-FE0F"},{"name":"HAIRCUT","unified":"1F487","variations":[],"docomo":"E675","au":"EAA1","softbank":"E31F","google":"FE198","image":"1f487.png","sheet_x":16,"sheet_y":31,"short_name":"haircut","short_names":["haircut"],"text":null,"texts":null,"category":"People","sort_order":221,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F487-1F3FB","image":"1f487-1f3fb.png","sheet_x":16,"sheet_y":32,"added_in":"8.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},"1F3FC":{"unified":"1F487-1F3FC","image":"1f487-1f3fc.png","sheet_x":16,"sheet_y":33,"added_in":"8.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},"1F3FD":{"unified":"1F487-1F3FD","image":"1f487-1f3fd.png","sheet_x":16,"sheet_y":34,"added_in":"8.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},"1F3FE":{"unified":"1F487-1F3FE","image":"1f487-1f3fe.png","sheet_x":16,"sheet_y":35,"added_in":"8.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},"1F3FF":{"unified":"1F487-1F3FF","image":"1f487-1f3ff.png","sheet_x":16,"sheet_y":36,"added_in":"8.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}},"obsoleted_by":"1F487-200D-2640-FE0F"},{"name":"BARBER POLE","unified":"1F488","variations":[],"docomo":null,"au":"EAA2","softbank":"E320","google":"FE199","image":"1f488.png","sheet_x":16,"sheet_y":37,"short_name":"barber","short_names":["barber"],"text":null,"texts":null,"category":"Objects","sort_order":75,"added_in":"6.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":"SYRINGE","unified":"1F489","variations":[],"docomo":null,"au":"E510","softbank":"E13B","google":"FE509","image":"1f489.png","sheet_x":16,"sheet_y":38,"short_name":"syringe","short_names":["syringe"],"text":null,"texts":null,"category":"Objects","sort_order":81,"added_in":"6.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":"PILL","unified":"1F48A","variations":[],"docomo":null,"au":"EA9A","softbank":"E30F","google":"FE50A","image":"1f48a.png","sheet_x":16,"sheet_y":39,"short_name":"pill","short_names":["pill"],"text":null,"texts":null,"category":"Objects","sort_order":80,"added_in":"6.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":"KISS MARK","unified":"1F48B","variations":[],"docomo":"E6F9","au":"E4EB","softbank":"E003","google":"FE823","image":"1f48b.png","sheet_x":16,"sheet_y":40,"short_name":"kiss","short_names":["kiss"],"text":null,"texts":null,"category":"People","sort_order":130,"added_in":"6.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":"LOVE LETTER","unified":"1F48C","variations":[],"docomo":"E717","au":"EB78","softbank":"E103-E328","google":"FE824","image":"1f48c.png","sheet_x":16,"sheet_y":41,"short_name":"love_letter","short_names":["love_letter"],"text":null,"texts":null,"category":"Objects","sort_order":111,"added_in":"6.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":"RING","unified":"1F48D","variations":[],"docomo":"E71B","au":"E514","softbank":"E034","google":"FE825","image":"1f48d.png","sheet_x":16,"sheet_y":42,"short_name":"ring","short_names":["ring"],"text":null,"texts":null,"category":"People","sort_order":128,"added_in":"6.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":"GEM STONE","unified":"1F48E","variations":[],"docomo":"E71B","au":"E514","softbank":"E035","google":"FE826","image":"1f48e.png","sheet_x":16,"sheet_y":43,"short_name":"gem","short_names":["gem"],"text":null,"texts":null,"category":"Objects","sort_order":53,"added_in":"6.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":"KISS","unified":"1F48F","variations":[],"docomo":"E6F9","au":"E5CA","softbank":"E111","google":"FE827","image":"1f48f.png","sheet_x":16,"sheet_y":44,"short_name":"couplekiss","short_names":["couplekiss"],"text":null,"texts":null,"category":"People","sort_order":240,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"obsoleted_by":"1F469-200D-2764-FE0F-200D-1F48B-200D-1F468"},{"name":"BOUQUET","unified":"1F490","variations":[],"docomo":null,"au":"EA95","softbank":"E306","google":"FE828","image":"1f490.png","sheet_x":16,"sheet_y":45,"short_name":"bouquet","short_names":["bouquet"],"text":null,"texts":null,"category":"Nature","sort_order":105,"added_in":"6.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":"COUPLE WITH HEART","unified":"1F491","variations":[],"docomo":"E6ED","au":"EADA","softbank":"E425","google":"FE829","image":"1f491.png","sheet_x":16,"sheet_y":46,"short_name":"couple_with_heart","short_names":["couple_with_heart"],"text":null,"texts":null,"category":"People","sort_order":237,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":true,"has_img_facebook":true,"has_img_messenger":true,"obsoleted_by":"1F469-200D-2764-FE0F-200D-1F468"},{"name":"WEDDING","unified":"1F492","variations":[],"docomo":null,"au":"E5BB","softbank":"E43D","google":"FE82A","image":"1f492.png","sheet_x":16,"sheet_y":47,"short_name":"wedding","short_names":["wedding"],"text":null,"texts":null,"category":"Places","sort_order":98,"added_in":"6.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":"BEATING HEART","unified":"1F493","variations":[],"docomo":"E6ED","au":"EB75","softbank":"E327","google":"FEB0D","image":"1f493.png","sheet_x":16,"sheet_y":48,"short_name":"heartbeat","short_names":["heartbeat"],"text":null,"texts":null,"category":"Symbols","sort_order":11,"added_in":"6.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":"BROKEN HEART","unified":"1F494","variations":[],"docomo":"E6EE","au":"E477","softbank":"E023","google":"FEB0E","image":"1f494.png","sheet_x":17,"sheet_y":0,"short_name":"broken_heart","short_names":["broken_heart"],"text":"<\/3","texts":["<\/3"],"category":"Symbols","sort_order":7,"added_in":"6.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":"TWO HEARTS","unified":"1F495","variations":[],"docomo":"E6EF","au":"E478","softbank":"E327","google":"FEB0F","image":"1f495.png","sheet_x":17,"sheet_y":1,"short_name":"two_hearts","short_names":["two_hearts"],"text":null,"texts":null,"category":"Symbols","sort_order":9,"added_in":"6.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":"SPARKLING HEART","unified":"1F496","variations":[],"docomo":"E6EC","au":"EAA6","softbank":"E327","google":"FEB10","image":"1f496.png","sheet_x":17,"sheet_y":2,"short_name":"sparkling_heart","short_names":["sparkling_heart"],"text":null,"texts":null,"category":"Symbols","sort_order":13,"added_in":"6.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":"GROWING HEART","unified":"1F497","variations":[],"docomo":"E6ED","au":"EB75","softbank":"E328","google":"FEB11","image":"1f497.png","sheet_x":17,"sheet_y":3,"short_name":"heartpulse","short_names":["heartpulse"],"text":null,"texts":null,"category":"Symbols","sort_order":12,"added_in":"6.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":"HEART WITH ARROW","unified":"1F498","variations":[],"docomo":"E6EC","au":"E4EA","softbank":"E329","google":"FEB12","image":"1f498.png","sheet_x":17,"sheet_y":4,"short_name":"cupid","short_names":["cupid"],"text":null,"texts":null,"category":"Symbols","sort_order":14,"added_in":"6.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":"BLUE HEART","unified":"1F499","variations":[],"docomo":"E6EC","au":"EAA7","softbank":"E32A","google":"FEB13","image":"1f499.png","sheet_x":17,"sheet_y":5,"short_name":"blue_heart","short_names":["blue_heart"],"text":"<3","texts":null,"category":"Symbols","sort_order":4,"added_in":"6.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":"GREEN HEART","unified":"1F49A","variations":[],"docomo":"E6EC","au":"EAA8","softbank":"E32B","google":"FEB14","image":"1f49a.png","sheet_x":17,"sheet_y":6,"short_name":"green_heart","short_names":["green_heart"],"text":"<3","texts":null,"category":"Symbols","sort_order":3,"added_in":"6.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":"YELLOW HEART","unified":"1F49B","variations":[],"docomo":"E6EC","au":"EAA9","softbank":"E32C","google":"FEB15","image":"1f49b.png","sheet_x":17,"sheet_y":7,"short_name":"yellow_heart","short_names":["yellow_heart"],"text":"<3","texts":null,"category":"Symbols","sort_order":2,"added_in":"6.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":"PURPLE HEART","unified":"1F49C","variations":[],"docomo":"E6EC","au":"EAAA","softbank":"E32D","google":"FEB16","image":"1f49c.png","sheet_x":17,"sheet_y":8,"short_name":"purple_heart","short_names":["purple_heart"],"text":"<3","texts":null,"category":"Symbols","sort_order":5,"added_in":"6.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":"HEART WITH RIBBON","unified":"1F49D","variations":[],"docomo":"E6EC","au":"EB54","softbank":"E437","google":"FEB17","image":"1f49d.png","sheet_x":17,"sheet_y":9,"short_name":"gift_heart","short_names":["gift_heart"],"text":null,"texts":null,"category":"Symbols","sort_order":15,"added_in":"6.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":"REVOLVING HEARTS","unified":"1F49E","variations":[],"docomo":"E6ED","au":"E5AF","softbank":"E327","google":"FEB18","image":"1f49e.png","sheet_x":17,"sheet_y":10,"short_name":"revolving_hearts","short_names":["revolving_hearts"],"text":null,"texts":null,"category":"Symbols","sort_order":10,"added_in":"6.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":"HEART DECORATION","unified":"1F49F","variations":[],"docomo":"E6F8","au":"E595","softbank":"E204","google":"FEB19","image":"1f49f.png","sheet_x":17,"sheet_y":11,"short_name":"heart_decoration","short_names":["heart_decoration"],"text":null,"texts":null,"category":"Symbols","sort_order":16,"added_in":"6.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":"DIAMOND SHAPE WITH A DOT INSIDE","unified":"1F4A0","variations":[],"docomo":"E6F8","au":null,"softbank":null,"google":"FEB55","image":"1f4a0.png","sheet_x":17,"sheet_y":12,"short_name":"diamond_shape_with_a_dot_inside","short_names":["diamond_shape_with_a_dot_inside"],"text":null,"texts":null,"category":"Symbols","sort_order":107,"added_in":"6.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":"ELECTRIC LIGHT BULB","unified":"1F4A1","variations":[],"docomo":"E6FB","au":"E476","softbank":"E10F","google":"FEB56","image":"1f4a1.png","sheet_x":17,"sheet_y":13,"short_name":"bulb","short_names":["bulb"],"text":null,"texts":null,"category":"Objects","sort_order":41,"added_in":"6.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":"ANGER SYMBOL","unified":"1F4A2","variations":[],"docomo":"E6FC","au":"E4E5","softbank":"E334","google":"FEB57","image":"1f4a2.png","sheet_x":17,"sheet_y":14,"short_name":"anger","short_names":["anger"],"text":null,"texts":null,"category":"Symbols","sort_order":76,"added_in":"6.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":"BOMB","unified":"1F4A3","variations":[],"docomo":"E6FE","au":"E47A","softbank":"E311","google":"FEB58","image":"1f4a3.png","sheet_x":17,"sheet_y":15,"short_name":"bomb","short_names":["bomb"],"text":null,"texts":null,"category":"Objects","sort_order":64,"added_in":"6.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":"SLEEPING SYMBOL","unified":"1F4A4","variations":[],"docomo":"E701","au":"E475","softbank":"E13C","google":"FEB59","image":"1f4a4.png","sheet_x":17,"sheet_y":16,"short_name":"zzz","short_names":["zzz"],"text":null,"texts":null,"category":"Symbols","sort_order":110,"added_in":"6.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":"COLLISION SYMBOL","unified":"1F4A5","variations":[],"docomo":"E705","au":"E5B0","softbank":null,"google":"FEB5A","image":"1f4a5.png","sheet_x":17,"sheet_y":17,"short_name":"boom","short_names":["boom","collision"],"text":null,"texts":null,"category":"Nature","sort_order":136,"added_in":"6.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":"SPLASHING SWEAT SYMBOL","unified":"1F4A6","variations":[],"docomo":"E706","au":"E5B1","softbank":"E331","google":"FEB5B","image":"1f4a6.png","sheet_x":17,"sheet_y":18,"short_name":"sweat_drops","short_names":["sweat_drops"],"text":null,"texts":null,"category":"Nature","sort_order":158,"added_in":"6.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":"DROPLET","unified":"1F4A7","variations":[],"docomo":"E707","au":"E4E6","softbank":"E331","google":"FEB5C","image":"1f4a7.png","sheet_x":17,"sheet_y":19,"short_name":"droplet","short_names":["droplet"],"text":null,"texts":null,"category":"Nature","sort_order":157,"added_in":"6.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":"DASH SYMBOL","unified":"1F4A8","variations":[],"docomo":"E708","au":"E4F4","softbank":"E330","google":"FEB5D","image":"1f4a8.png","sheet_x":17,"sheet_y":20,"short_name":"dash","short_names":["dash"],"text":null,"texts":null,"category":"Nature","sort_order":153,"added_in":"6.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":"PILE OF POO","unified":"1F4A9","variations":[],"docomo":null,"au":"E4F5","softbank":"E05A","google":"FE4F4","image":"1f4a9.png","sheet_x":17,"sheet_y":21,"short_name":"hankey","short_names":["hankey","poop","shit"],"text":null,"texts":null,"category":"People","sort_order":80,"added_in":"6.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":"FLEXED BICEPS","unified":"1F4AA","variations":[],"docomo":null,"au":"E4E9","softbank":"E14C","google":"FEB5E","image":"1f4aa.png","sheet_x":17,"sheet_y":22,"short_name":"muscle","short_names":["muscle"],"text":null,"texts":null,"category":"People","sort_order":123,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F4AA-1F3FB","image":"1f4aa-1f3fb.png","sheet_x":17,"sheet_y":23,"added_in":"8.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},"1F3FC":{"unified":"1F4AA-1F3FC","image":"1f4aa-1f3fc.png","sheet_x":17,"sheet_y":24,"added_in":"8.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},"1F3FD":{"unified":"1F4AA-1F3FD","image":"1f4aa-1f3fd.png","sheet_x":17,"sheet_y":25,"added_in":"8.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},"1F3FE":{"unified":"1F4AA-1F3FE","image":"1f4aa-1f3fe.png","sheet_x":17,"sheet_y":26,"added_in":"8.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},"1F3FF":{"unified":"1F4AA-1F3FF","image":"1f4aa-1f3ff.png","sheet_x":17,"sheet_y":27,"added_in":"8.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":"DIZZY SYMBOL","unified":"1F4AB","variations":[],"docomo":null,"au":"EB5C","softbank":"E407","google":"FEB5F","image":"1f4ab.png","sheet_x":17,"sheet_y":28,"short_name":"dizzy","short_names":["dizzy"],"text":null,"texts":null,"category":"Nature","sort_order":130,"added_in":"6.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":"SPEECH BALLOON","unified":"1F4AC","variations":[],"docomo":null,"au":"E4FD","softbank":null,"google":"FE532","image":"1f4ac.png","sheet_x":17,"sheet_y":29,"short_name":"speech_balloon","short_names":["speech_balloon"],"text":null,"texts":null,"category":"Symbols","sort_order":239,"added_in":"6.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":"THOUGHT BALLOON","unified":"1F4AD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ad.png","sheet_x":17,"sheet_y":30,"short_name":"thought_balloon","short_names":["thought_balloon"],"text":null,"texts":null,"category":"Symbols","sort_order":241,"added_in":"6.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":"WHITE FLOWER","unified":"1F4AE","variations":[],"docomo":null,"au":"E4F0","softbank":null,"google":"FEB7A","image":"1f4ae.png","sheet_x":17,"sheet_y":31,"short_name":"white_flower","short_names":["white_flower"],"text":null,"texts":null,"category":"Symbols","sort_order":55,"added_in":"6.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":"HUNDRED POINTS SYMBOL","unified":"1F4AF","variations":[],"docomo":null,"au":"E4F2","softbank":null,"google":"FEB7B","image":"1f4af.png","sheet_x":17,"sheet_y":32,"short_name":"100","short_names":["100"],"text":null,"texts":null,"category":"Symbols","sort_order":75,"added_in":"6.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":"MONEY BAG","unified":"1F4B0","variations":[],"docomo":"E715","au":"E4C7","softbank":"E12F","google":"FE4DD","image":"1f4b0.png","sheet_x":17,"sheet_y":33,"short_name":"moneybag","short_names":["moneybag"],"text":null,"texts":null,"category":"Objects","sort_order":51,"added_in":"6.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":"CURRENCY EXCHANGE","unified":"1F4B1","variations":[],"docomo":null,"au":null,"softbank":"E149","google":"FE4DE","image":"1f4b1.png","sheet_x":17,"sheet_y":34,"short_name":"currency_exchange","short_names":["currency_exchange"],"text":null,"texts":null,"category":"Symbols","sort_order":195,"added_in":"6.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":"HEAVY DOLLAR SIGN","unified":"1F4B2","variations":[],"docomo":"E715","au":"E579","softbank":"E12F","google":"FE4E0","image":"1f4b2.png","sheet_x":17,"sheet_y":35,"short_name":"heavy_dollar_sign","short_names":["heavy_dollar_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":194,"added_in":"6.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":"CREDIT CARD","unified":"1F4B3","variations":[],"docomo":null,"au":"E57C","softbank":null,"google":"FE4E1","image":"1f4b3.png","sheet_x":17,"sheet_y":36,"short_name":"credit_card","short_names":["credit_card"],"text":null,"texts":null,"category":"Objects","sort_order":52,"added_in":"6.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":"BANKNOTE WITH YEN SIGN","unified":"1F4B4","variations":[],"docomo":"E6D6","au":"E57D","softbank":null,"google":"FE4E2","image":"1f4b4.png","sheet_x":17,"sheet_y":37,"short_name":"yen","short_names":["yen"],"text":null,"texts":null,"category":"Objects","sort_order":48,"added_in":"6.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":"BANKNOTE WITH DOLLAR SIGN","unified":"1F4B5","variations":[],"docomo":"E715","au":"E585","softbank":"E12F","google":"FE4E3","image":"1f4b5.png","sheet_x":17,"sheet_y":38,"short_name":"dollar","short_names":["dollar"],"text":null,"texts":null,"category":"Objects","sort_order":47,"added_in":"6.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":"BANKNOTE WITH EURO SIGN","unified":"1F4B6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4b6.png","sheet_x":17,"sheet_y":39,"short_name":"euro","short_names":["euro"],"text":null,"texts":null,"category":"Objects","sort_order":49,"added_in":"6.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":"BANKNOTE WITH POUND SIGN","unified":"1F4B7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4b7.png","sheet_x":17,"sheet_y":40,"short_name":"pound","short_names":["pound"],"text":null,"texts":null,"category":"Objects","sort_order":50,"added_in":"6.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":"MONEY WITH WINGS","unified":"1F4B8","variations":[],"docomo":null,"au":"EB5B","softbank":null,"google":"FE4E4","image":"1f4b8.png","sheet_x":17,"sheet_y":41,"short_name":"money_with_wings","short_names":["money_with_wings"],"text":null,"texts":null,"category":"Objects","sort_order":46,"added_in":"6.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":"CHART WITH UPWARDS TREND AND YEN SIGN","unified":"1F4B9","variations":[],"docomo":null,"au":"E5DC","softbank":"E14A","google":"FE4DF","image":"1f4b9.png","sheet_x":17,"sheet_y":42,"short_name":"chart","short_names":["chart"],"text":null,"texts":null,"category":"Symbols","sort_order":102,"added_in":"6.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":"SEAT","unified":"1F4BA","variations":[],"docomo":"E6B2","au":null,"softbank":"E11F","google":"FE537","image":"1f4ba.png","sheet_x":17,"sheet_y":43,"short_name":"seat","short_names":["seat"],"text":null,"texts":null,"category":"Places","sort_order":45,"added_in":"6.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":"PERSONAL COMPUTER","unified":"1F4BB","variations":[],"docomo":"E716","au":"E5B8","softbank":"E00C","google":"FE538","image":"1f4bb.png","sheet_x":17,"sheet_y":44,"short_name":"computer","short_names":["computer"],"text":null,"texts":null,"category":"Objects","sort_order":4,"added_in":"6.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":"BRIEFCASE","unified":"1F4BC","variations":[],"docomo":"E682","au":"E5CE","softbank":"E11E","google":"FE53B","image":"1f4bc.png","sheet_x":17,"sheet_y":45,"short_name":"briefcase","short_names":["briefcase"],"text":null,"texts":null,"category":"People","sort_order":289,"added_in":"6.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":"MINIDISC","unified":"1F4BD","variations":[],"docomo":null,"au":"E582","softbank":"E316","google":"FE53C","image":"1f4bd.png","sheet_x":17,"sheet_y":46,"short_name":"minidisc","short_names":["minidisc"],"text":null,"texts":null,"category":"Objects","sort_order":12,"added_in":"6.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":"FLOPPY DISK","unified":"1F4BE","variations":[],"docomo":null,"au":"E562","softbank":"E316","google":"FE53D","image":"1f4be.png","sheet_x":17,"sheet_y":47,"short_name":"floppy_disk","short_names":["floppy_disk"],"text":null,"texts":null,"category":"Objects","sort_order":13,"added_in":"6.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":"OPTICAL DISC","unified":"1F4BF","variations":[],"docomo":"E68C","au":"E50C","softbank":"E126","google":"FE81D","image":"1f4bf.png","sheet_x":17,"sheet_y":48,"short_name":"cd","short_names":["cd"],"text":null,"texts":null,"category":"Objects","sort_order":14,"added_in":"6.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":"DVD","unified":"1F4C0","variations":[],"docomo":"E68C","au":"E50C","softbank":"E127","google":"FE81E","image":"1f4c0.png","sheet_x":18,"sheet_y":0,"short_name":"dvd","short_names":["dvd"],"text":null,"texts":null,"category":"Objects","sort_order":15,"added_in":"6.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":"FILE FOLDER","unified":"1F4C1","variations":[],"docomo":null,"au":"E58F","softbank":null,"google":"FE543","image":"1f4c1.png","sheet_x":18,"sheet_y":1,"short_name":"file_folder","short_names":["file_folder"],"text":null,"texts":null,"category":"Objects","sort_order":138,"added_in":"6.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":"OPEN FILE FOLDER","unified":"1F4C2","variations":[],"docomo":null,"au":"E590","softbank":null,"google":"FE544","image":"1f4c2.png","sheet_x":18,"sheet_y":2,"short_name":"open_file_folder","short_names":["open_file_folder"],"text":null,"texts":null,"category":"Objects","sort_order":139,"added_in":"6.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":"PAGE WITH CURL","unified":"1F4C3","variations":[],"docomo":"E689","au":"E561","softbank":"E301","google":"FE540","image":"1f4c3.png","sheet_x":18,"sheet_y":3,"short_name":"page_with_curl","short_names":["page_with_curl"],"text":null,"texts":null,"category":"Objects","sort_order":123,"added_in":"6.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":"PAGE FACING UP","unified":"1F4C4","variations":[],"docomo":"E689","au":"E569","softbank":"E301","google":"FE541","image":"1f4c4.png","sheet_x":18,"sheet_y":4,"short_name":"page_facing_up","short_names":["page_facing_up"],"text":null,"texts":null,"category":"Objects","sort_order":124,"added_in":"6.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":"CALENDAR","unified":"1F4C5","variations":[],"docomo":null,"au":"E563","softbank":null,"google":"FE542","image":"1f4c5.png","sheet_x":18,"sheet_y":5,"short_name":"date","short_names":["date"],"text":null,"texts":null,"category":"Objects","sort_order":132,"added_in":"6.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":"TEAR-OFF CALENDAR","unified":"1F4C6","variations":[],"docomo":null,"au":"E56A","softbank":null,"google":"FE549","image":"1f4c6.png","sheet_x":18,"sheet_y":6,"short_name":"calendar","short_names":["calendar"],"text":null,"texts":null,"category":"Objects","sort_order":131,"added_in":"6.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":"CARD INDEX","unified":"1F4C7","variations":[],"docomo":"E683","au":"E56C","softbank":"E148","google":"FE54D","image":"1f4c7.png","sheet_x":18,"sheet_y":7,"short_name":"card_index","short_names":["card_index"],"text":null,"texts":null,"category":"Objects","sort_order":133,"added_in":"6.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":"CHART WITH UPWARDS TREND","unified":"1F4C8","variations":[],"docomo":null,"au":"E575","softbank":"E14A","google":"FE54B","image":"1f4c8.png","sheet_x":18,"sheet_y":8,"short_name":"chart_with_upwards_trend","short_names":["chart_with_upwards_trend"],"text":null,"texts":null,"category":"Objects","sort_order":127,"added_in":"6.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":"CHART WITH DOWNWARDS TREND","unified":"1F4C9","variations":[],"docomo":null,"au":"E576","softbank":null,"google":"FE54C","image":"1f4c9.png","sheet_x":18,"sheet_y":9,"short_name":"chart_with_downwards_trend","short_names":["chart_with_downwards_trend"],"text":null,"texts":null,"category":"Objects","sort_order":128,"added_in":"6.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":"BAR CHART","unified":"1F4CA","variations":[],"docomo":null,"au":"E574","softbank":"E14A","google":"FE54A","image":"1f4ca.png","sheet_x":18,"sheet_y":10,"short_name":"bar_chart","short_names":["bar_chart"],"text":null,"texts":null,"category":"Objects","sort_order":126,"added_in":"6.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":"CLIPBOARD","unified":"1F4CB","variations":[],"docomo":"E689","au":"E564","softbank":"E301","google":"FE548","image":"1f4cb.png","sheet_x":18,"sheet_y":11,"short_name":"clipboard","short_names":["clipboard"],"text":null,"texts":null,"category":"Objects","sort_order":137,"added_in":"6.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":"PUSHPIN","unified":"1F4CC","variations":[],"docomo":null,"au":"E56D","softbank":null,"google":"FE54E","image":"1f4cc.png","sheet_x":18,"sheet_y":12,"short_name":"pushpin","short_names":["pushpin"],"text":null,"texts":null,"category":"Objects","sort_order":158,"added_in":"6.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":"ROUND PUSHPIN","unified":"1F4CD","variations":[],"docomo":null,"au":"E560","softbank":null,"google":"FE53F","image":"1f4cd.png","sheet_x":18,"sheet_y":13,"short_name":"round_pushpin","short_names":["round_pushpin"],"text":null,"texts":null,"category":"Objects","sort_order":159,"added_in":"6.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":"PAPERCLIP","unified":"1F4CE","variations":[],"docomo":"E730","au":"E4A0","softbank":null,"google":"FE53A","image":"1f4ce.png","sheet_x":18,"sheet_y":14,"short_name":"paperclip","short_names":["paperclip"],"text":null,"texts":null,"category":"Objects","sort_order":154,"added_in":"6.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":"STRAIGHT RULER","unified":"1F4CF","variations":[],"docomo":null,"au":"E570","softbank":null,"google":"FE550","image":"1f4cf.png","sheet_x":18,"sheet_y":15,"short_name":"straight_ruler","short_names":["straight_ruler"],"text":null,"texts":null,"category":"Objects","sort_order":157,"added_in":"6.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":"TRIANGULAR RULER","unified":"1F4D0","variations":[],"docomo":null,"au":"E4A2","softbank":null,"google":"FE551","image":"1f4d0.png","sheet_x":18,"sheet_y":16,"short_name":"triangular_ruler","short_names":["triangular_ruler"],"text":null,"texts":null,"category":"Objects","sort_order":156,"added_in":"6.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":"BOOKMARK TABS","unified":"1F4D1","variations":[],"docomo":"E689","au":"EB0B","softbank":"E301","google":"FE552","image":"1f4d1.png","sheet_x":18,"sheet_y":17,"short_name":"bookmark_tabs","short_names":["bookmark_tabs"],"text":null,"texts":null,"category":"Objects","sort_order":125,"added_in":"6.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":"LEDGER","unified":"1F4D2","variations":[],"docomo":"E683","au":"E56E","softbank":"E148","google":"FE54F","image":"1f4d2.png","sheet_x":18,"sheet_y":18,"short_name":"ledger","short_names":["ledger"],"text":null,"texts":null,"category":"Objects","sort_order":145,"added_in":"6.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":"NOTEBOOK","unified":"1F4D3","variations":[],"docomo":"E683","au":"E56B","softbank":"E148","google":"FE545","image":"1f4d3.png","sheet_x":18,"sheet_y":19,"short_name":"notebook","short_names":["notebook"],"text":null,"texts":null,"category":"Objects","sort_order":143,"added_in":"6.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":"NOTEBOOK WITH DECORATIVE COVER","unified":"1F4D4","variations":[],"docomo":"E683","au":"E49D","softbank":"E148","google":"FE547","image":"1f4d4.png","sheet_x":18,"sheet_y":20,"short_name":"notebook_with_decorative_cover","short_names":["notebook_with_decorative_cover"],"text":null,"texts":null,"category":"Objects","sort_order":144,"added_in":"6.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":"CLOSED BOOK","unified":"1F4D5","variations":[],"docomo":"E683","au":"E568","softbank":"E148","google":"FE502","image":"1f4d5.png","sheet_x":18,"sheet_y":21,"short_name":"closed_book","short_names":["closed_book"],"text":null,"texts":null,"category":"Objects","sort_order":146,"added_in":"6.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":"OPEN BOOK","unified":"1F4D6","variations":[],"docomo":"E683","au":"E49F","softbank":"E148","google":"FE546","image":"1f4d6.png","sheet_x":18,"sheet_y":22,"short_name":"book","short_names":["book","open_book"],"text":null,"texts":null,"category":"Objects","sort_order":151,"added_in":"6.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":"GREEN BOOK","unified":"1F4D7","variations":[],"docomo":"E683","au":"E565","softbank":"E148","google":"FE4FF","image":"1f4d7.png","sheet_x":18,"sheet_y":23,"short_name":"green_book","short_names":["green_book"],"text":null,"texts":null,"category":"Objects","sort_order":147,"added_in":"6.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":"BLUE BOOK","unified":"1F4D8","variations":[],"docomo":"E683","au":"E566","softbank":"E148","google":"FE500","image":"1f4d8.png","sheet_x":18,"sheet_y":24,"short_name":"blue_book","short_names":["blue_book"],"text":null,"texts":null,"category":"Objects","sort_order":148,"added_in":"6.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":"ORANGE BOOK","unified":"1F4D9","variations":[],"docomo":"E683","au":"E567","softbank":"E148","google":"FE501","image":"1f4d9.png","sheet_x":18,"sheet_y":25,"short_name":"orange_book","short_names":["orange_book"],"text":null,"texts":null,"category":"Objects","sort_order":149,"added_in":"6.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":"BOOKS","unified":"1F4DA","variations":[],"docomo":"E683","au":"E56F","softbank":"E148","google":"FE503","image":"1f4da.png","sheet_x":18,"sheet_y":26,"short_name":"books","short_names":["books"],"text":null,"texts":null,"category":"Objects","sort_order":150,"added_in":"6.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":"NAME BADGE","unified":"1F4DB","variations":[],"docomo":null,"au":"E51D","softbank":null,"google":"FE504","image":"1f4db.png","sheet_x":18,"sheet_y":27,"short_name":"name_badge","short_names":["name_badge"],"text":null,"texts":null,"category":"Symbols","sort_order":73,"added_in":"6.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":"SCROLL","unified":"1F4DC","variations":[],"docomo":"E70A","au":"E55F","softbank":null,"google":"FE4FD","image":"1f4dc.png","sheet_x":18,"sheet_y":28,"short_name":"scroll","short_names":["scroll"],"text":null,"texts":null,"category":"Objects","sort_order":122,"added_in":"6.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":"MEMO","unified":"1F4DD","variations":[],"docomo":"E689","au":"EA92","softbank":"E301","google":"FE527","image":"1f4dd.png","sheet_x":18,"sheet_y":29,"short_name":"memo","short_names":["memo","pencil"],"text":null,"texts":null,"category":"Objects","sort_order":166,"added_in":"6.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":"TELEPHONE RECEIVER","unified":"1F4DE","variations":[],"docomo":"E687","au":"E51E","softbank":"E009","google":"FE524","image":"1f4de.png","sheet_x":18,"sheet_y":30,"short_name":"telephone_receiver","short_names":["telephone_receiver"],"text":null,"texts":null,"category":"Objects","sort_order":23,"added_in":"6.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":"PAGER","unified":"1F4DF","variations":[],"docomo":"E65A","au":"E59B","softbank":null,"google":"FE522","image":"1f4df.png","sheet_x":18,"sheet_y":31,"short_name":"pager","short_names":["pager"],"text":null,"texts":null,"category":"Objects","sort_order":25,"added_in":"6.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":"FAX MACHINE","unified":"1F4E0","variations":[],"docomo":"E6D0","au":"E520","softbank":"E00B","google":"FE528","image":"1f4e0.png","sheet_x":18,"sheet_y":32,"short_name":"fax","short_names":["fax"],"text":null,"texts":null,"category":"Objects","sort_order":26,"added_in":"6.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":"SATELLITE ANTENNA","unified":"1F4E1","variations":[],"docomo":null,"au":"E4A8","softbank":"E14B","google":"FE531","image":"1f4e1.png","sheet_x":18,"sheet_y":33,"short_name":"satellite_antenna","short_names":["satellite_antenna"],"text":null,"texts":null,"category":"Objects","sort_order":38,"added_in":"6.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":"PUBLIC ADDRESS LOUDSPEAKER","unified":"1F4E2","variations":[],"docomo":null,"au":"E511","softbank":"E142","google":"FE52F","image":"1f4e2.png","sheet_x":18,"sheet_y":34,"short_name":"loudspeaker","short_names":["loudspeaker"],"text":null,"texts":null,"category":"Symbols","sort_order":237,"added_in":"6.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":"CHEERING MEGAPHONE","unified":"1F4E3","variations":[],"docomo":null,"au":"E511","softbank":"E317","google":"FE530","image":"1f4e3.png","sheet_x":18,"sheet_y":35,"short_name":"mega","short_names":["mega"],"text":null,"texts":null,"category":"Symbols","sort_order":236,"added_in":"6.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":"OUTBOX TRAY","unified":"1F4E4","variations":[],"docomo":null,"au":"E592","softbank":null,"google":"FE533","image":"1f4e4.png","sheet_x":18,"sheet_y":36,"short_name":"outbox_tray","short_names":["outbox_tray"],"text":null,"texts":null,"category":"Objects","sort_order":113,"added_in":"6.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":"INBOX TRAY","unified":"1F4E5","variations":[],"docomo":null,"au":"E593","softbank":null,"google":"FE534","image":"1f4e5.png","sheet_x":18,"sheet_y":37,"short_name":"inbox_tray","short_names":["inbox_tray"],"text":null,"texts":null,"category":"Objects","sort_order":112,"added_in":"6.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":"PACKAGE","unified":"1F4E6","variations":[],"docomo":"E685","au":"E51F","softbank":"E112","google":"FE535","image":"1f4e6.png","sheet_x":18,"sheet_y":38,"short_name":"package","short_names":["package"],"text":null,"texts":null,"category":"Objects","sort_order":114,"added_in":"6.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":"E-MAIL SYMBOL","unified":"1F4E7","variations":[],"docomo":"E6D3","au":"EB71","softbank":"E103","google":"FEB92","image":"1f4e7.png","sheet_x":18,"sheet_y":39,"short_name":"e-mail","short_names":["e-mail"],"text":null,"texts":null,"category":"Objects","sort_order":110,"added_in":"6.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":"INCOMING ENVELOPE","unified":"1F4E8","variations":[],"docomo":"E6CF","au":"E591","softbank":"E103","google":"FE52A","image":"1f4e8.png","sheet_x":18,"sheet_y":40,"short_name":"incoming_envelope","short_names":["incoming_envelope"],"text":null,"texts":null,"category":"Objects","sort_order":109,"added_in":"6.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":"ENVELOPE WITH DOWNWARDS ARROW ABOVE","unified":"1F4E9","variations":[],"docomo":"E6CF","au":"EB62","softbank":"E103","google":"FE52B","image":"1f4e9.png","sheet_x":18,"sheet_y":41,"short_name":"envelope_with_arrow","short_names":["envelope_with_arrow"],"text":null,"texts":null,"category":"Objects","sort_order":108,"added_in":"6.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":"CLOSED MAILBOX WITH LOWERED FLAG","unified":"1F4EA","variations":[],"docomo":"E665","au":"E51B","softbank":"E101","google":"FE52C","image":"1f4ea.png","sheet_x":18,"sheet_y":42,"short_name":"mailbox_closed","short_names":["mailbox_closed"],"text":null,"texts":null,"category":"Objects","sort_order":116,"added_in":"6.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":"CLOSED MAILBOX WITH RAISED FLAG","unified":"1F4EB","variations":[],"docomo":"E665","au":"EB0A","softbank":"E101","google":"FE52D","image":"1f4eb.png","sheet_x":18,"sheet_y":43,"short_name":"mailbox","short_names":["mailbox"],"text":null,"texts":null,"category":"Objects","sort_order":117,"added_in":"6.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":"OPEN MAILBOX WITH RAISED FLAG","unified":"1F4EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ec.png","sheet_x":18,"sheet_y":44,"short_name":"mailbox_with_mail","short_names":["mailbox_with_mail"],"text":null,"texts":null,"category":"Objects","sort_order":118,"added_in":"6.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":"OPEN MAILBOX WITH LOWERED FLAG","unified":"1F4ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ed.png","sheet_x":18,"sheet_y":45,"short_name":"mailbox_with_no_mail","short_names":["mailbox_with_no_mail"],"text":null,"texts":null,"category":"Objects","sort_order":119,"added_in":"6.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":"POSTBOX","unified":"1F4EE","variations":[],"docomo":"E665","au":"E51B","softbank":"E102","google":"FE52E","image":"1f4ee.png","sheet_x":18,"sheet_y":46,"short_name":"postbox","short_names":["postbox"],"text":null,"texts":null,"category":"Objects","sort_order":120,"added_in":"6.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":"POSTAL HORN","unified":"1F4EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ef.png","sheet_x":18,"sheet_y":47,"short_name":"postal_horn","short_names":["postal_horn"],"text":null,"texts":null,"category":"Objects","sort_order":121,"added_in":"6.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":"NEWSPAPER","unified":"1F4F0","variations":[],"docomo":null,"au":"E58B","softbank":null,"google":"FE822","image":"1f4f0.png","sheet_x":18,"sheet_y":48,"short_name":"newspaper","short_names":["newspaper"],"text":null,"texts":null,"category":"Objects","sort_order":142,"added_in":"6.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":"MOBILE PHONE","unified":"1F4F1","variations":[],"docomo":"E688","au":"E588","softbank":"E00A","google":"FE525","image":"1f4f1.png","sheet_x":19,"sheet_y":0,"short_name":"iphone","short_names":["iphone"],"text":null,"texts":null,"category":"Objects","sort_order":2,"added_in":"6.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":"MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT","unified":"1F4F2","variations":[],"docomo":"E6CE","au":"EB08","softbank":"E104","google":"FE526","image":"1f4f2.png","sheet_x":19,"sheet_y":1,"short_name":"calling","short_names":["calling"],"text":null,"texts":null,"category":"Objects","sort_order":3,"added_in":"6.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":"VIBRATION MODE","unified":"1F4F3","variations":[],"docomo":null,"au":"EA90","softbank":"E250","google":"FE839","image":"1f4f3.png","sheet_x":19,"sheet_y":2,"short_name":"vibration_mode","short_names":["vibration_mode"],"text":null,"texts":null,"category":"Symbols","sort_order":47,"added_in":"6.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":"MOBILE PHONE OFF","unified":"1F4F4","variations":[],"docomo":null,"au":"EA91","softbank":"E251","google":"FE83A","image":"1f4f4.png","sheet_x":19,"sheet_y":3,"short_name":"mobile_phone_off","short_names":["mobile_phone_off"],"text":null,"texts":null,"category":"Symbols","sort_order":46,"added_in":"6.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":"NO MOBILE PHONES","unified":"1F4F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4f5.png","sheet_x":19,"sheet_y":4,"short_name":"no_mobile_phones","short_names":["no_mobile_phones"],"text":null,"texts":null,"category":"Symbols","sort_order":83,"added_in":"6.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":"ANTENNA WITH BARS","unified":"1F4F6","variations":[],"docomo":null,"au":"EA84","softbank":"E20B","google":"FE838","image":"1f4f6.png","sheet_x":19,"sheet_y":5,"short_name":"signal_strength","short_names":["signal_strength"],"text":null,"texts":null,"category":"Symbols","sort_order":127,"added_in":"6.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":"CAMERA","unified":"1F4F7","variations":[],"docomo":"E681","au":"E515","softbank":"E008","google":"FE4EF","image":"1f4f7.png","sheet_x":19,"sheet_y":6,"short_name":"camera","short_names":["camera"],"text":null,"texts":null,"category":"Objects","sort_order":17,"added_in":"6.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":"CAMERA WITH FLASH","unified":"1F4F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4f8.png","sheet_x":19,"sheet_y":7,"short_name":"camera_with_flash","short_names":["camera_with_flash"],"text":null,"texts":null,"category":"Objects","sort_order":18,"added_in":"7.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},{"name":"VIDEO CAMERA","unified":"1F4F9","variations":[],"docomo":"E677","au":"E57E","softbank":"E03D","google":"FE4F9","image":"1f4f9.png","sheet_x":19,"sheet_y":8,"short_name":"video_camera","short_names":["video_camera"],"text":null,"texts":null,"category":"Objects","sort_order":19,"added_in":"6.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":"TELEVISION","unified":"1F4FA","variations":[],"docomo":"E68A","au":"E502","softbank":"E12A","google":"FE81C","image":"1f4fa.png","sheet_x":19,"sheet_y":9,"short_name":"tv","short_names":["tv"],"text":null,"texts":null,"category":"Objects","sort_order":27,"added_in":"6.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":"RADIO","unified":"1F4FB","variations":[],"docomo":null,"au":"E5B9","softbank":"E128","google":"FE81F","image":"1f4fb.png","sheet_x":19,"sheet_y":10,"short_name":"radio","short_names":["radio"],"text":null,"texts":null,"category":"Objects","sort_order":28,"added_in":"6.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":"VIDEOCASSETTE","unified":"1F4FC","variations":[],"docomo":null,"au":"E580","softbank":"E129","google":"FE820","image":"1f4fc.png","sheet_x":19,"sheet_y":11,"short_name":"vhs","short_names":["vhs"],"text":null,"texts":null,"category":"Objects","sort_order":16,"added_in":"6.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":"FILM PROJECTOR","unified":"1F4FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4fd.png","sheet_x":19,"sheet_y":12,"short_name":"film_projector","short_names":["film_projector"],"text":null,"texts":null,"category":"Objects","sort_order":21,"added_in":"7.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},{"name":"PRAYER BEADS","unified":"1F4FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f4ff.png","sheet_x":19,"sheet_y":13,"short_name":"prayer_beads","short_names":["prayer_beads"],"text":null,"texts":null,"category":"Objects","sort_order":74,"added_in":"8.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},{"name":"TWISTED RIGHTWARDS ARROWS","unified":"1F500","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f500.png","sheet_x":19,"sheet_y":14,"short_name":"twisted_rightwards_arrows","short_names":["twisted_rightwards_arrows"],"text":null,"texts":null,"category":"Symbols","sort_order":183,"added_in":"6.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":"CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS","unified":"1F501","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f501.png","sheet_x":19,"sheet_y":15,"short_name":"repeat","short_names":["repeat"],"text":null,"texts":null,"category":"Symbols","sort_order":184,"added_in":"6.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":"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":19,"sheet_y":16,"short_name":"repeat_one","short_names":["repeat_one"],"text":null,"texts":null,"category":"Symbols","sort_order":185,"added_in":"6.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":"CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","unified":"1F503","variations":[],"docomo":"E735","au":"EB0D","softbank":null,"google":"FEB91","image":"1f503.png","sheet_x":19,"sheet_y":17,"short_name":"arrows_clockwise","short_names":["arrows_clockwise"],"text":null,"texts":null,"category":"Symbols","sort_order":187,"added_in":"6.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":"ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS","unified":"1F504","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f504.png","sheet_x":19,"sheet_y":18,"short_name":"arrows_counterclockwise","short_names":["arrows_counterclockwise"],"text":null,"texts":null,"category":"Symbols","sort_order":186,"added_in":"6.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":"LOW BRIGHTNESS SYMBOL","unified":"1F505","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f505.png","sheet_x":19,"sheet_y":19,"short_name":"low_brightness","short_names":["low_brightness"],"text":null,"texts":null,"category":"Symbols","sort_order":91,"added_in":"6.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":"HIGH BRIGHTNESS SYMBOL","unified":"1F506","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f506.png","sheet_x":19,"sheet_y":20,"short_name":"high_brightness","short_names":["high_brightness"],"text":null,"texts":null,"category":"Symbols","sort_order":92,"added_in":"6.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":"SPEAKER WITH CANCELLATION STROKE","unified":"1F507","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f507.png","sheet_x":19,"sheet_y":21,"short_name":"mute","short_names":["mute"],"text":null,"texts":null,"category":"Symbols","sort_order":231,"added_in":"6.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":"SPEAKER","unified":"1F508","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f508.png","sheet_x":19,"sheet_y":22,"short_name":"speaker","short_names":["speaker"],"text":null,"texts":null,"category":"Symbols","sort_order":230,"added_in":"6.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":"SPEAKER WITH ONE SOUND WAVE","unified":"1F509","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f509.png","sheet_x":19,"sheet_y":23,"short_name":"sound","short_names":["sound"],"text":null,"texts":null,"category":"Symbols","sort_order":232,"added_in":"6.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":"SPEAKER WITH THREE SOUND WAVES","unified":"1F50A","variations":[],"docomo":null,"au":"E511","softbank":"E141","google":"FE821","image":"1f50a.png","sheet_x":19,"sheet_y":24,"short_name":"loud_sound","short_names":["loud_sound"],"text":null,"texts":null,"category":"Symbols","sort_order":233,"added_in":"6.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":"BATTERY","unified":"1F50B","variations":[],"docomo":null,"au":"E584","softbank":null,"google":"FE4FC","image":"1f50b.png","sheet_x":19,"sheet_y":25,"short_name":"battery","short_names":["battery"],"text":null,"texts":null,"category":"Objects","sort_order":39,"added_in":"6.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":"ELECTRIC PLUG","unified":"1F50C","variations":[],"docomo":null,"au":"E589","softbank":null,"google":"FE4FE","image":"1f50c.png","sheet_x":19,"sheet_y":26,"short_name":"electric_plug","short_names":["electric_plug"],"text":null,"texts":null,"category":"Objects","sort_order":40,"added_in":"6.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":"LEFT-POINTING MAGNIFYING GLASS","unified":"1F50D","variations":[],"docomo":"E6DC","au":"E518","softbank":"E114","google":"FEB85","image":"1f50d.png","sheet_x":19,"sheet_y":27,"short_name":"mag","short_names":["mag"],"text":null,"texts":null,"category":"Objects","sort_order":168,"added_in":"6.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":"RIGHT-POINTING MAGNIFYING GLASS","unified":"1F50E","variations":[],"docomo":"E6DC","au":"EB05","softbank":"E114","google":"FEB8D","image":"1f50e.png","sheet_x":19,"sheet_y":28,"short_name":"mag_right","short_names":["mag_right"],"text":null,"texts":null,"category":"Objects","sort_order":169,"added_in":"6.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":"LOCK WITH INK PEN","unified":"1F50F","variations":[],"docomo":"E6D9","au":"EB0C","softbank":"E144","google":"FEB90","image":"1f50f.png","sheet_x":19,"sheet_y":29,"short_name":"lock_with_ink_pen","short_names":["lock_with_ink_pen"],"text":null,"texts":null,"category":"Objects","sort_order":170,"added_in":"6.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":"CLOSED LOCK WITH KEY","unified":"1F510","variations":[],"docomo":"E6D9","au":"EAFC","softbank":"E144","google":"FEB8A","image":"1f510.png","sheet_x":19,"sheet_y":30,"short_name":"closed_lock_with_key","short_names":["closed_lock_with_key"],"text":null,"texts":null,"category":"Objects","sort_order":171,"added_in":"6.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":"KEY","unified":"1F511","variations":[],"docomo":"E6D9","au":"E519","softbank":"E03F","google":"FEB82","image":"1f511.png","sheet_x":19,"sheet_y":31,"short_name":"key","short_names":["key"],"text":null,"texts":null,"category":"Objects","sort_order":89,"added_in":"6.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":"LOCK","unified":"1F512","variations":[],"docomo":"E6D9","au":"E51C","softbank":"E144","google":"FEB86","image":"1f512.png","sheet_x":19,"sheet_y":32,"short_name":"lock","short_names":["lock"],"text":null,"texts":null,"category":"Objects","sort_order":172,"added_in":"6.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":"OPEN LOCK","unified":"1F513","variations":[],"docomo":"E6D9","au":"E51C","softbank":"E145","google":"FEB87","image":"1f513.png","sheet_x":19,"sheet_y":33,"short_name":"unlock","short_names":["unlock"],"text":null,"texts":null,"category":"Objects","sort_order":173,"added_in":"6.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":"BELL","unified":"1F514","variations":[],"docomo":"E713","au":"E512","softbank":"E325","google":"FE4F2","image":"1f514.png","sheet_x":19,"sheet_y":34,"short_name":"bell","short_names":["bell"],"text":null,"texts":null,"category":"Symbols","sort_order":234,"added_in":"6.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":"BELL WITH CANCELLATION STROKE","unified":"1F515","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f515.png","sheet_x":19,"sheet_y":35,"short_name":"no_bell","short_names":["no_bell"],"text":null,"texts":null,"category":"Symbols","sort_order":235,"added_in":"6.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":"BOOKMARK","unified":"1F516","variations":[],"docomo":null,"au":"EB07","softbank":null,"google":"FEB8F","image":"1f516.png","sheet_x":19,"sheet_y":36,"short_name":"bookmark","short_names":["bookmark"],"text":null,"texts":null,"category":"Objects","sort_order":152,"added_in":"6.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":"LINK SYMBOL","unified":"1F517","variations":[],"docomo":null,"au":"E58A","softbank":null,"google":"FEB4B","image":"1f517.png","sheet_x":19,"sheet_y":37,"short_name":"link","short_names":["link"],"text":null,"texts":null,"category":"Objects","sort_order":153,"added_in":"6.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":"RADIO BUTTON","unified":"1F518","variations":[],"docomo":null,"au":"EB04","softbank":null,"google":"FEB8C","image":"1f518.png","sheet_x":19,"sheet_y":38,"short_name":"radio_button","short_names":["radio_button"],"text":null,"texts":null,"category":"Symbols","sort_order":209,"added_in":"6.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":"BACK WITH LEFTWARDS ARROW ABOVE","unified":"1F519","variations":[],"docomo":null,"au":"EB06","softbank":"E235","google":"FEB8E","image":"1f519.png","sheet_x":19,"sheet_y":39,"short_name":"back","short_names":["back"],"text":null,"texts":null,"category":"Symbols","sort_order":203,"added_in":"6.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":"END WITH LEFTWARDS ARROW ABOVE","unified":"1F51A","variations":[],"docomo":"E6B9","au":null,"softbank":null,"google":"FE01A","image":"1f51a.png","sheet_x":19,"sheet_y":40,"short_name":"end","short_names":["end"],"text":null,"texts":null,"category":"Symbols","sort_order":202,"added_in":"6.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":"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":19,"sheet_y":41,"short_name":"on","short_names":["on"],"text":null,"texts":null,"category":"Symbols","sort_order":204,"added_in":"6.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":"SOON WITH RIGHTWARDS ARROW ABOVE","unified":"1F51C","variations":[],"docomo":"E6B7","au":null,"softbank":null,"google":"FE018","image":"1f51c.png","sheet_x":19,"sheet_y":42,"short_name":"soon","short_names":["soon"],"text":null,"texts":null,"category":"Symbols","sort_order":206,"added_in":"6.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":"TOP WITH UPWARDS ARROW ABOVE","unified":"1F51D","variations":[],"docomo":null,"au":null,"softbank":"E24C","google":"FEB42","image":"1f51d.png","sheet_x":19,"sheet_y":43,"short_name":"top","short_names":["top"],"text":null,"texts":null,"category":"Symbols","sort_order":205,"added_in":"6.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":"NO ONE UNDER EIGHTEEN SYMBOL","unified":"1F51E","variations":[],"docomo":null,"au":"EA83","softbank":"E207","google":"FEB25","image":"1f51e.png","sheet_x":19,"sheet_y":44,"short_name":"underage","short_names":["underage"],"text":null,"texts":null,"category":"Symbols","sort_order":82,"added_in":"6.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":"KEYCAP TEN","unified":"1F51F","variations":[],"docomo":null,"au":"E52B","softbank":null,"google":"FE83B","image":"1f51f.png","sheet_x":19,"sheet_y":45,"short_name":"keycap_ten","short_names":["keycap_ten"],"text":null,"texts":null,"category":"Symbols","sort_order":150,"added_in":"6.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":"INPUT SYMBOL FOR LATIN CAPITAL LETTERS","unified":"1F520","variations":[],"docomo":null,"au":"EAFD","softbank":null,"google":"FEB7C","image":"1f520.png","sheet_x":19,"sheet_y":46,"short_name":"capital_abcd","short_names":["capital_abcd"],"text":null,"texts":null,"category":"Symbols","sort_order":133,"added_in":"6.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":"INPUT SYMBOL FOR LATIN SMALL LETTERS","unified":"1F521","variations":[],"docomo":null,"au":"EAFE","softbank":null,"google":"FEB7D","image":"1f521.png","sheet_x":19,"sheet_y":47,"short_name":"abcd","short_names":["abcd"],"text":null,"texts":null,"category":"Symbols","sort_order":132,"added_in":"6.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":"INPUT SYMBOL FOR NUMBERS","unified":"1F522","variations":[],"docomo":null,"au":"EAFF","softbank":null,"google":"FEB7E","image":"1f522.png","sheet_x":19,"sheet_y":48,"short_name":"1234","short_names":["1234"],"text":null,"texts":null,"category":"Symbols","sort_order":151,"added_in":"6.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":"INPUT SYMBOL FOR SYMBOLS","unified":"1F523","variations":[],"docomo":null,"au":"EB00","softbank":null,"google":"FEB7F","image":"1f523.png","sheet_x":20,"sheet_y":0,"short_name":"symbols","short_names":["symbols"],"text":null,"texts":null,"category":"Symbols","sort_order":129,"added_in":"6.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":"INPUT SYMBOL FOR LATIN LETTERS","unified":"1F524","variations":[],"docomo":null,"au":"EB55","softbank":null,"google":"FEB80","image":"1f524.png","sheet_x":20,"sheet_y":1,"short_name":"abc","short_names":["abc"],"text":null,"texts":null,"category":"Symbols","sort_order":131,"added_in":"6.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":"FIRE","unified":"1F525","variations":[],"docomo":null,"au":"E47B","softbank":"E11D","google":"FE4F6","image":"1f525.png","sheet_x":20,"sheet_y":2,"short_name":"fire","short_names":["fire"],"text":null,"texts":null,"category":"Nature","sort_order":135,"added_in":"6.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":"ELECTRIC TORCH","unified":"1F526","variations":[],"docomo":"E6FB","au":"E583","softbank":null,"google":"FE4FB","image":"1f526.png","sheet_x":20,"sheet_y":3,"short_name":"flashlight","short_names":["flashlight"],"text":null,"texts":null,"category":"Objects","sort_order":42,"added_in":"6.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":"WRENCH","unified":"1F527","variations":[],"docomo":"E718","au":"E587","softbank":null,"google":"FE4C9","image":"1f527.png","sheet_x":20,"sheet_y":4,"short_name":"wrench","short_names":["wrench"],"text":null,"texts":null,"category":"Objects","sort_order":55,"added_in":"6.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":"HAMMER","unified":"1F528","variations":[],"docomo":null,"au":"E5CB","softbank":"E116","google":"FE4CA","image":"1f528.png","sheet_x":20,"sheet_y":5,"short_name":"hammer","short_names":["hammer"],"text":null,"texts":null,"category":"Objects","sort_order":56,"added_in":"6.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":"NUT AND BOLT","unified":"1F529","variations":[],"docomo":null,"au":"E581","softbank":null,"google":"FE4CB","image":"1f529.png","sheet_x":20,"sheet_y":6,"short_name":"nut_and_bolt","short_names":["nut_and_bolt"],"text":null,"texts":null,"category":"Objects","sort_order":60,"added_in":"6.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":"HOCHO","unified":"1F52A","variations":[],"docomo":null,"au":"E57F","softbank":null,"google":"FE4FA","image":"1f52a.png","sheet_x":20,"sheet_y":7,"short_name":"hocho","short_names":["hocho","knife"],"text":null,"texts":null,"category":"Objects","sort_order":65,"added_in":"6.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":"PISTOL","unified":"1F52B","variations":[],"docomo":null,"au":"E50A","softbank":"E113","google":"FE4F5","image":"1f52b.png","sheet_x":20,"sheet_y":8,"short_name":"gun","short_names":["gun"],"text":null,"texts":null,"category":"Objects","sort_order":63,"added_in":"6.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":"MICROSCOPE","unified":"1F52C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f52c.png","sheet_x":20,"sheet_y":9,"short_name":"microscope","short_names":["microscope"],"text":null,"texts":null,"category":"Objects","sort_order":78,"added_in":"6.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":"TELESCOPE","unified":"1F52D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f52d.png","sheet_x":20,"sheet_y":10,"short_name":"telescope","short_names":["telescope"],"text":null,"texts":null,"category":"Objects","sort_order":77,"added_in":"6.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":"CRYSTAL BALL","unified":"1F52E","variations":[],"docomo":null,"au":"EA8F","softbank":"E23E","google":"FE4F7","image":"1f52e.png","sheet_x":20,"sheet_y":11,"short_name":"crystal_ball","short_names":["crystal_ball"],"text":null,"texts":null,"category":"Objects","sort_order":73,"added_in":"6.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":"SIX POINTED STAR WITH MIDDLE DOT","unified":"1F52F","variations":[],"docomo":null,"au":"EA8F","softbank":"E23E","google":"FE4F8","image":"1f52f.png","sheet_x":20,"sheet_y":12,"short_name":"six_pointed_star","short_names":["six_pointed_star"],"text":null,"texts":null,"category":"Symbols","sort_order":23,"added_in":"6.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":"JAPANESE SYMBOL FOR BEGINNER","unified":"1F530","variations":[],"docomo":null,"au":"E480","softbank":"E209","google":"FE044","image":"1f530.png","sheet_x":20,"sheet_y":13,"short_name":"beginner","short_names":["beginner"],"text":null,"texts":null,"category":"Symbols","sort_order":98,"added_in":"6.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":"TRIDENT EMBLEM","unified":"1F531","variations":[],"docomo":"E71A","au":"E5C9","softbank":"E031","google":"FE4D2","image":"1f531.png","sheet_x":20,"sheet_y":14,"short_name":"trident","short_names":["trident"],"text":null,"texts":null,"category":"Symbols","sort_order":96,"added_in":"6.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":"BLACK SQUARE BUTTON","unified":"1F532","variations":[],"docomo":"E69C","au":"E54B","softbank":"E21A","google":"FEB64","image":"1f532.png","sheet_x":20,"sheet_y":15,"short_name":"black_square_button","short_names":["black_square_button"],"text":null,"texts":null,"category":"Symbols","sort_order":221,"added_in":"6.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":"WHITE SQUARE BUTTON","unified":"1F533","variations":[],"docomo":"E69C","au":"E54B","softbank":"E21B","google":"FEB67","image":"1f533.png","sheet_x":20,"sheet_y":16,"short_name":"white_square_button","short_names":["white_square_button"],"text":null,"texts":null,"category":"Symbols","sort_order":220,"added_in":"6.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":"LARGE RED CIRCLE","unified":"1F534","variations":[],"docomo":"E69C","au":"E54A","softbank":"E219","google":"FEB63","image":"1f534.png","sheet_x":20,"sheet_y":17,"short_name":"red_circle","short_names":["red_circle"],"text":null,"texts":null,"category":"Symbols","sort_order":212,"added_in":"6.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":"LARGE BLUE CIRCLE","unified":"1F535","variations":[],"docomo":"E69C","au":"E54B","softbank":"E21A","google":"FEB64","image":"1f535.png","sheet_x":20,"sheet_y":18,"short_name":"large_blue_circle","short_names":["large_blue_circle"],"text":null,"texts":null,"category":"Symbols","sort_order":213,"added_in":"6.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":"LARGE ORANGE DIAMOND","unified":"1F536","variations":[],"docomo":null,"au":"E546","softbank":"E21B","google":"FEB73","image":"1f536.png","sheet_x":20,"sheet_y":19,"short_name":"large_orange_diamond","short_names":["large_orange_diamond"],"text":null,"texts":null,"category":"Symbols","sort_order":218,"added_in":"6.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":"LARGE BLUE DIAMOND","unified":"1F537","variations":[],"docomo":null,"au":"E547","softbank":"E21B","google":"FEB74","image":"1f537.png","sheet_x":20,"sheet_y":20,"short_name":"large_blue_diamond","short_names":["large_blue_diamond"],"text":null,"texts":null,"category":"Symbols","sort_order":219,"added_in":"6.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":"SMALL ORANGE DIAMOND","unified":"1F538","variations":[],"docomo":null,"au":"E536","softbank":"E21B","google":"FEB75","image":"1f538.png","sheet_x":20,"sheet_y":21,"short_name":"small_orange_diamond","short_names":["small_orange_diamond"],"text":null,"texts":null,"category":"Symbols","sort_order":216,"added_in":"6.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":"SMALL BLUE DIAMOND","unified":"1F539","variations":[],"docomo":null,"au":"E537","softbank":"E21B","google":"FEB76","image":"1f539.png","sheet_x":20,"sheet_y":22,"short_name":"small_blue_diamond","short_names":["small_blue_diamond"],"text":null,"texts":null,"category":"Symbols","sort_order":217,"added_in":"6.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":"UP-POINTING RED TRIANGLE","unified":"1F53A","variations":[],"docomo":null,"au":"E55A","softbank":null,"google":"FEB78","image":"1f53a.png","sheet_x":20,"sheet_y":23,"short_name":"small_red_triangle","short_names":["small_red_triangle"],"text":null,"texts":null,"category":"Symbols","sort_order":214,"added_in":"6.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":"DOWN-POINTING RED TRIANGLE","unified":"1F53B","variations":[],"docomo":null,"au":"E55B","softbank":null,"google":"FEB79","image":"1f53b.png","sheet_x":20,"sheet_y":24,"short_name":"small_red_triangle_down","short_names":["small_red_triangle_down"],"text":null,"texts":null,"category":"Symbols","sort_order":215,"added_in":"6.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":"UP-POINTING SMALL RED TRIANGLE","unified":"1F53C","variations":[],"docomo":null,"au":"E543","softbank":null,"google":"FEB01","image":"1f53c.png","sheet_x":20,"sheet_y":25,"short_name":"arrow_up_small","short_names":["arrow_up_small"],"text":null,"texts":null,"category":"Symbols","sort_order":167,"added_in":"6.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":"DOWN-POINTING SMALL RED TRIANGLE","unified":"1F53D","variations":[],"docomo":null,"au":"E542","softbank":null,"google":"FEB00","image":"1f53d.png","sheet_x":20,"sheet_y":26,"short_name":"arrow_down_small","short_names":["arrow_down_small"],"text":null,"texts":null,"category":"Symbols","sort_order":168,"added_in":"6.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":"OM SYMBOL","unified":"1F549","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f549.png","sheet_x":20,"sheet_y":27,"short_name":"om_symbol","short_names":["om_symbol"],"text":null,"texts":null,"category":"Symbols","sort_order":20,"added_in":"7.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},{"name":"DOVE OF PEACE","unified":"1F54A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54a.png","sheet_x":20,"sheet_y":28,"short_name":"dove_of_peace","short_names":["dove_of_peace"],"text":null,"texts":null,"category":"Nature","sort_order":81,"added_in":"7.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},{"name":"KAABA","unified":"1F54B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54b.png","sheet_x":20,"sheet_y":29,"short_name":"kaaba","short_names":["kaaba"],"text":null,"texts":null,"category":"Places","sort_order":103,"added_in":"8.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},{"name":"MOSQUE","unified":"1F54C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54c.png","sheet_x":20,"sheet_y":30,"short_name":"mosque","short_names":["mosque"],"text":null,"texts":null,"category":"Places","sort_order":101,"added_in":"8.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},{"name":"SYNAGOGUE","unified":"1F54D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54d.png","sheet_x":20,"sheet_y":31,"short_name":"synagogue","short_names":["synagogue"],"text":null,"texts":null,"category":"Places","sort_order":102,"added_in":"8.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},{"name":"MENORAH WITH NINE BRANCHES","unified":"1F54E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f54e.png","sheet_x":20,"sheet_y":32,"short_name":"menorah_with_nine_branches","short_names":["menorah_with_nine_branches"],"text":null,"texts":null,"category":"Symbols","sort_order":24,"added_in":"8.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},{"name":"CLOCK FACE ONE OCLOCK","unified":"1F550","variations":[],"docomo":"E6BA","au":"E594","softbank":"E024","google":"FE01E","image":"1f550.png","sheet_x":20,"sheet_y":33,"short_name":"clock1","short_names":["clock1"],"text":null,"texts":null,"category":"Symbols","sort_order":250,"added_in":"6.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":"CLOCK FACE TWO OCLOCK","unified":"1F551","variations":[],"docomo":"E6BA","au":"E594","softbank":"E025","google":"FE01F","image":"1f551.png","sheet_x":20,"sheet_y":34,"short_name":"clock2","short_names":["clock2"],"text":null,"texts":null,"category":"Symbols","sort_order":251,"added_in":"6.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":"CLOCK FACE THREE OCLOCK","unified":"1F552","variations":[],"docomo":"E6BA","au":"E594","softbank":"E026","google":"FE020","image":"1f552.png","sheet_x":20,"sheet_y":35,"short_name":"clock3","short_names":["clock3"],"text":null,"texts":null,"category":"Symbols","sort_order":252,"added_in":"6.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":"CLOCK FACE FOUR OCLOCK","unified":"1F553","variations":[],"docomo":"E6BA","au":"E594","softbank":"E027","google":"FE021","image":"1f553.png","sheet_x":20,"sheet_y":36,"short_name":"clock4","short_names":["clock4"],"text":null,"texts":null,"category":"Symbols","sort_order":253,"added_in":"6.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":"CLOCK FACE FIVE OCLOCK","unified":"1F554","variations":[],"docomo":"E6BA","au":"E594","softbank":"E028","google":"FE022","image":"1f554.png","sheet_x":20,"sheet_y":37,"short_name":"clock5","short_names":["clock5"],"text":null,"texts":null,"category":"Symbols","sort_order":254,"added_in":"6.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":"CLOCK FACE SIX OCLOCK","unified":"1F555","variations":[],"docomo":"E6BA","au":"E594","softbank":"E029","google":"FE023","image":"1f555.png","sheet_x":20,"sheet_y":38,"short_name":"clock6","short_names":["clock6"],"text":null,"texts":null,"category":"Symbols","sort_order":255,"added_in":"6.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":"CLOCK FACE SEVEN OCLOCK","unified":"1F556","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02A","google":"FE024","image":"1f556.png","sheet_x":20,"sheet_y":39,"short_name":"clock7","short_names":["clock7"],"text":null,"texts":null,"category":"Symbols","sort_order":256,"added_in":"6.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":"CLOCK FACE EIGHT OCLOCK","unified":"1F557","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02B","google":"FE025","image":"1f557.png","sheet_x":20,"sheet_y":40,"short_name":"clock8","short_names":["clock8"],"text":null,"texts":null,"category":"Symbols","sort_order":257,"added_in":"6.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":"CLOCK FACE NINE OCLOCK","unified":"1F558","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02C","google":"FE026","image":"1f558.png","sheet_x":20,"sheet_y":41,"short_name":"clock9","short_names":["clock9"],"text":null,"texts":null,"category":"Symbols","sort_order":258,"added_in":"6.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":"CLOCK FACE TEN OCLOCK","unified":"1F559","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02D","google":"FE027","image":"1f559.png","sheet_x":20,"sheet_y":42,"short_name":"clock10","short_names":["clock10"],"text":null,"texts":null,"category":"Symbols","sort_order":259,"added_in":"6.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":"CLOCK FACE ELEVEN OCLOCK","unified":"1F55A","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02E","google":"FE028","image":"1f55a.png","sheet_x":20,"sheet_y":43,"short_name":"clock11","short_names":["clock11"],"text":null,"texts":null,"category":"Symbols","sort_order":260,"added_in":"6.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":"CLOCK FACE TWELVE OCLOCK","unified":"1F55B","variations":[],"docomo":"E6BA","au":"E594","softbank":"E02F","google":"FE029","image":"1f55b.png","sheet_x":20,"sheet_y":44,"short_name":"clock12","short_names":["clock12"],"text":null,"texts":null,"category":"Symbols","sort_order":261,"added_in":"6.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":"CLOCK FACE ONE-THIRTY","unified":"1F55C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f55c.png","sheet_x":20,"sheet_y":45,"short_name":"clock130","short_names":["clock130"],"text":null,"texts":null,"category":"Symbols","sort_order":262,"added_in":"6.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":"CLOCK FACE TWO-THIRTY","unified":"1F55D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f55d.png","sheet_x":20,"sheet_y":46,"short_name":"clock230","short_names":["clock230"],"text":null,"texts":null,"category":"Symbols","sort_order":263,"added_in":"6.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":"CLOCK FACE THREE-THIRTY","unified":"1F55E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f55e.png","sheet_x":20,"sheet_y":47,"short_name":"clock330","short_names":["clock330"],"text":null,"texts":null,"category":"Symbols","sort_order":264,"added_in":"6.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":"CLOCK FACE FOUR-THIRTY","unified":"1F55F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f55f.png","sheet_x":20,"sheet_y":48,"short_name":"clock430","short_names":["clock430"],"text":null,"texts":null,"category":"Symbols","sort_order":265,"added_in":"6.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":"CLOCK FACE FIVE-THIRTY","unified":"1F560","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f560.png","sheet_x":21,"sheet_y":0,"short_name":"clock530","short_names":["clock530"],"text":null,"texts":null,"category":"Symbols","sort_order":266,"added_in":"6.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":"CLOCK FACE SIX-THIRTY","unified":"1F561","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f561.png","sheet_x":21,"sheet_y":1,"short_name":"clock630","short_names":["clock630"],"text":null,"texts":null,"category":"Symbols","sort_order":267,"added_in":"6.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":"CLOCK FACE SEVEN-THIRTY","unified":"1F562","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f562.png","sheet_x":21,"sheet_y":2,"short_name":"clock730","short_names":["clock730"],"text":null,"texts":null,"category":"Symbols","sort_order":268,"added_in":"6.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":"CLOCK FACE EIGHT-THIRTY","unified":"1F563","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f563.png","sheet_x":21,"sheet_y":3,"short_name":"clock830","short_names":["clock830"],"text":null,"texts":null,"category":"Symbols","sort_order":269,"added_in":"6.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":"CLOCK FACE NINE-THIRTY","unified":"1F564","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f564.png","sheet_x":21,"sheet_y":4,"short_name":"clock930","short_names":["clock930"],"text":null,"texts":null,"category":"Symbols","sort_order":270,"added_in":"6.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":"CLOCK FACE TEN-THIRTY","unified":"1F565","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f565.png","sheet_x":21,"sheet_y":5,"short_name":"clock1030","short_names":["clock1030"],"text":null,"texts":null,"category":"Symbols","sort_order":271,"added_in":"6.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":"CLOCK FACE ELEVEN-THIRTY","unified":"1F566","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f566.png","sheet_x":21,"sheet_y":6,"short_name":"clock1130","short_names":["clock1130"],"text":null,"texts":null,"category":"Symbols","sort_order":272,"added_in":"6.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":"CLOCK FACE TWELVE-THIRTY","unified":"1F567","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f567.png","sheet_x":21,"sheet_y":7,"short_name":"clock1230","short_names":["clock1230"],"text":null,"texts":null,"category":"Symbols","sort_order":273,"added_in":"6.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":"CANDLE","unified":"1F56F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f56f.png","sheet_x":21,"sheet_y":8,"short_name":"candle","short_names":["candle"],"text":null,"texts":null,"category":"Objects","sort_order":43,"added_in":"7.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},{"name":"MANTELPIECE CLOCK","unified":"1F570","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f570.png","sheet_x":21,"sheet_y":9,"short_name":"mantelpiece_clock","short_names":["mantelpiece_clock"],"text":null,"texts":null,"category":"Objects","sort_order":35,"added_in":"7.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},{"name":"HOLE","unified":"1F573","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f573.png","sheet_x":21,"sheet_y":10,"short_name":"hole","short_names":["hole"],"text":null,"texts":null,"category":"Objects","sort_order":79,"added_in":"7.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},{"name":"MAN IN BUSINESS SUIT LEVITATING","unified":"1F574","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f574.png","sheet_x":21,"sheet_y":11,"short_name":"man_in_business_suit_levitating","short_names":["man_in_business_suit_levitating"],"text":null,"texts":null,"category":"People","sort_order":225,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F574-1F3FB","image":"1f574-1f3fb.png","sheet_x":21,"sheet_y":12,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F574-1F3FC","image":"1f574-1f3fc.png","sheet_x":21,"sheet_y":13,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F574-1F3FD","image":"1f574-1f3fd.png","sheet_x":21,"sheet_y":14,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F574-1F3FE","image":"1f574-1f3fe.png","sheet_x":21,"sheet_y":15,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F574-1F3FF","image":"1f574-1f3ff.png","sheet_x":21,"sheet_y":16,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false}}},{"name":"SLEUTH OR SPY","unified":"1F575","variations":["1F575-FE0F"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f575.png","sheet_x":21,"sheet_y":17,"short_name":"sleuth_or_spy","short_names":["sleuth_or_spy"],"text":null,"texts":null,"category":"People","sort_order":160,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F575-1F3FB","image":"1f575-1f3fb.png","sheet_x":21,"sheet_y":18,"added_in":"8.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},"1F3FC":{"unified":"1F575-1F3FC","image":"1f575-1f3fc.png","sheet_x":21,"sheet_y":19,"added_in":"8.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},"1F3FD":{"unified":"1F575-1F3FD","image":"1f575-1f3fd.png","sheet_x":21,"sheet_y":20,"added_in":"8.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},"1F3FE":{"unified":"1F575-1F3FE","image":"1f575-1f3fe.png","sheet_x":21,"sheet_y":21,"added_in":"8.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},"1F3FF":{"unified":"1F575-1F3FF","image":"1f575-1f3ff.png","sheet_x":21,"sheet_y":22,"added_in":"8.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}},"obsoleted_by":"1F575-FE0F-200D-2642-FE0F"},{"name":"DARK SUNGLASSES","unified":"1F576","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f576.png","sheet_x":21,"sheet_y":23,"short_name":"dark_sunglasses","short_names":["dark_sunglasses"],"text":null,"texts":null,"category":"People","sort_order":291,"added_in":"7.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},{"name":"SPIDER","unified":"1F577","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f577.png","sheet_x":21,"sheet_y":24,"short_name":"spider","short_names":["spider"],"text":null,"texts":null,"category":"Nature","sort_order":42,"added_in":"7.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},{"name":"SPIDER WEB","unified":"1F578","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f578.png","sheet_x":21,"sheet_y":25,"short_name":"spider_web","short_names":["spider_web"],"text":null,"texts":null,"category":"Nature","sort_order":43,"added_in":"7.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},{"name":"JOYSTICK","unified":"1F579","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f579.png","sheet_x":21,"sheet_y":26,"short_name":"joystick","short_names":["joystick"],"text":null,"texts":null,"category":"Objects","sort_order":10,"added_in":"7.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},{"name":"MAN DANCING","unified":"1F57A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f57a.png","sheet_x":21,"sheet_y":27,"short_name":"man_dancing","short_names":["man_dancing"],"text":null,"texts":null,"category":"People","sort_order":227,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F57A-1F3FB","image":"1f57a-1f3fb.png","sheet_x":21,"sheet_y":28,"added_in":"9.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},"1F3FC":{"unified":"1F57A-1F3FC","image":"1f57a-1f3fc.png","sheet_x":21,"sheet_y":29,"added_in":"9.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},"1F3FD":{"unified":"1F57A-1F3FD","image":"1f57a-1f3fd.png","sheet_x":21,"sheet_y":30,"added_in":"9.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},"1F3FE":{"unified":"1F57A-1F3FE","image":"1f57a-1f3fe.png","sheet_x":21,"sheet_y":31,"added_in":"9.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},"1F3FF":{"unified":"1F57A-1F3FF","image":"1f57a-1f3ff.png","sheet_x":21,"sheet_y":32,"added_in":"9.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}}},{"name":"LINKED PAPERCLIPS","unified":"1F587","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f587.png","sheet_x":21,"sheet_y":33,"short_name":"linked_paperclips","short_names":["linked_paperclips"],"text":null,"texts":null,"category":"Objects","sort_order":155,"added_in":"7.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},{"name":"LOWER LEFT BALLPOINT PEN","unified":"1F58A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f58a.png","sheet_x":21,"sheet_y":34,"short_name":"lower_left_ballpoint_pen","short_names":["lower_left_ballpoint_pen"],"text":null,"texts":null,"category":"Objects","sort_order":161,"added_in":"7.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},{"name":"LOWER LEFT FOUNTAIN PEN","unified":"1F58B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f58b.png","sheet_x":21,"sheet_y":35,"short_name":"lower_left_fountain_pen","short_names":["lower_left_fountain_pen"],"text":null,"texts":null,"category":"Objects","sort_order":162,"added_in":"7.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},{"name":"LOWER LEFT PAINTBRUSH","unified":"1F58C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f58c.png","sheet_x":21,"sheet_y":36,"short_name":"lower_left_paintbrush","short_names":["lower_left_paintbrush"],"text":null,"texts":null,"category":"Objects","sort_order":164,"added_in":"7.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},{"name":"LOWER LEFT CRAYON","unified":"1F58D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f58d.png","sheet_x":21,"sheet_y":37,"short_name":"lower_left_crayon","short_names":["lower_left_crayon"],"text":null,"texts":null,"category":"Objects","sort_order":165,"added_in":"7.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},{"name":"RAISED HAND WITH FINGERS SPLAYED","unified":"1F590","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f590.png","sheet_x":21,"sheet_y":38,"short_name":"raised_hand_with_fingers_splayed","short_names":["raised_hand_with_fingers_splayed"],"text":null,"texts":null,"category":"People","sort_order":119,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F590-1F3FB","image":"1f590-1f3fb.png","sheet_x":21,"sheet_y":39,"added_in":"8.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},"1F3FC":{"unified":"1F590-1F3FC","image":"1f590-1f3fc.png","sheet_x":21,"sheet_y":40,"added_in":"8.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},"1F3FD":{"unified":"1F590-1F3FD","image":"1f590-1f3fd.png","sheet_x":21,"sheet_y":41,"added_in":"8.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},"1F3FE":{"unified":"1F590-1F3FE","image":"1f590-1f3fe.png","sheet_x":21,"sheet_y":42,"added_in":"8.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},"1F3FF":{"unified":"1F590-1F3FF","image":"1f590-1f3ff.png","sheet_x":21,"sheet_y":43,"added_in":"8.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}}},{"name":"REVERSED HAND WITH MIDDLE FINGER EXTENDED","unified":"1F595","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f595.png","sheet_x":21,"sheet_y":44,"short_name":"middle_finger","short_names":["middle_finger","reversed_hand_with_middle_finger_extended"],"text":null,"texts":null,"category":"People","sort_order":124,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F595-1F3FB","image":"1f595-1f3fb.png","sheet_x":21,"sheet_y":45,"added_in":"8.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},"1F3FC":{"unified":"1F595-1F3FC","image":"1f595-1f3fc.png","sheet_x":21,"sheet_y":46,"added_in":"8.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},"1F3FD":{"unified":"1F595-1F3FD","image":"1f595-1f3fd.png","sheet_x":21,"sheet_y":47,"added_in":"8.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},"1F3FE":{"unified":"1F595-1F3FE","image":"1f595-1f3fe.png","sheet_x":21,"sheet_y":48,"added_in":"8.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},"1F3FF":{"unified":"1F595-1F3FF","image":"1f595-1f3ff.png","sheet_x":22,"sheet_y":0,"added_in":"8.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}}},{"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":22,"sheet_y":1,"short_name":"spock-hand","short_names":["spock-hand"],"text":null,"texts":null,"category":"People","sort_order":120,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F596-1F3FB","image":"1f596-1f3fb.png","sheet_x":22,"sheet_y":2,"added_in":"8.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},"1F3FC":{"unified":"1F596-1F3FC","image":"1f596-1f3fc.png","sheet_x":22,"sheet_y":3,"added_in":"8.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},"1F3FD":{"unified":"1F596-1F3FD","image":"1f596-1f3fd.png","sheet_x":22,"sheet_y":4,"added_in":"8.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},"1F3FE":{"unified":"1F596-1F3FE","image":"1f596-1f3fe.png","sheet_x":22,"sheet_y":5,"added_in":"8.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},"1F3FF":{"unified":"1F596-1F3FF","image":"1f596-1f3ff.png","sheet_x":22,"sheet_y":6,"added_in":"8.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}}},{"name":"BLACK HEART","unified":"1F5A4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5a4.png","sheet_x":22,"sheet_y":7,"short_name":"black_heart","short_names":["black_heart"],"text":null,"texts":null,"category":"Symbols","sort_order":6,"added_in":"9.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},{"name":"DESKTOP COMPUTER","unified":"1F5A5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5a5.png","sheet_x":22,"sheet_y":8,"short_name":"desktop_computer","short_names":["desktop_computer"],"text":null,"texts":null,"category":"Objects","sort_order":6,"added_in":"7.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},{"name":"PRINTER","unified":"1F5A8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5a8.png","sheet_x":22,"sheet_y":9,"short_name":"printer","short_names":["printer"],"text":null,"texts":null,"category":"Objects","sort_order":7,"added_in":"7.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},{"name":"THREE BUTTON MOUSE","unified":"1F5B1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5b1.png","sheet_x":22,"sheet_y":10,"short_name":"three_button_mouse","short_names":["three_button_mouse"],"text":null,"texts":null,"category":"Objects","sort_order":8,"added_in":"7.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},{"name":"TRACKBALL","unified":"1F5B2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5b2.png","sheet_x":22,"sheet_y":11,"short_name":"trackball","short_names":["trackball"],"text":null,"texts":null,"category":"Objects","sort_order":9,"added_in":"7.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},{"name":"FRAME WITH PICTURE","unified":"1F5BC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5bc.png","sheet_x":22,"sheet_y":12,"short_name":"frame_with_picture","short_names":["frame_with_picture"],"text":null,"texts":null,"category":"Objects","sort_order":95,"added_in":"7.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},{"name":"CARD INDEX DIVIDERS","unified":"1F5C2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5c2.png","sheet_x":22,"sheet_y":13,"short_name":"card_index_dividers","short_names":["card_index_dividers"],"text":null,"texts":null,"category":"Objects","sort_order":140,"added_in":"7.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},{"name":"CARD FILE BOX","unified":"1F5C3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5c3.png","sheet_x":22,"sheet_y":14,"short_name":"card_file_box","short_names":["card_file_box"],"text":null,"texts":null,"category":"Objects","sort_order":134,"added_in":"7.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},{"name":"FILE CABINET","unified":"1F5C4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5c4.png","sheet_x":22,"sheet_y":15,"short_name":"file_cabinet","short_names":["file_cabinet"],"text":null,"texts":null,"category":"Objects","sort_order":136,"added_in":"7.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},{"name":"WASTEBASKET","unified":"1F5D1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5d1.png","sheet_x":22,"sheet_y":16,"short_name":"wastebasket","short_names":["wastebasket"],"text":null,"texts":null,"category":"Objects","sort_order":44,"added_in":"7.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},{"name":"SPIRAL NOTE PAD","unified":"1F5D2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5d2.png","sheet_x":22,"sheet_y":17,"short_name":"spiral_note_pad","short_names":["spiral_note_pad"],"text":null,"texts":null,"category":"Objects","sort_order":129,"added_in":"7.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},{"name":"SPIRAL CALENDAR PAD","unified":"1F5D3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5d3.png","sheet_x":22,"sheet_y":18,"short_name":"spiral_calendar_pad","short_names":["spiral_calendar_pad"],"text":null,"texts":null,"category":"Objects","sort_order":130,"added_in":"7.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},{"name":"COMPRESSION","unified":"1F5DC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5dc.png","sheet_x":22,"sheet_y":19,"short_name":"compression","short_names":["compression"],"text":null,"texts":null,"category":"Objects","sort_order":11,"added_in":"7.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},{"name":"OLD KEY","unified":"1F5DD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5dd.png","sheet_x":22,"sheet_y":20,"short_name":"old_key","short_names":["old_key"],"text":null,"texts":null,"category":"Objects","sort_order":90,"added_in":"7.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},{"name":"ROLLED-UP NEWSPAPER","unified":"1F5DE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5de.png","sheet_x":22,"sheet_y":21,"short_name":"rolled_up_newspaper","short_names":["rolled_up_newspaper"],"text":null,"texts":null,"category":"Objects","sort_order":141,"added_in":"7.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},{"name":"DAGGER KNIFE","unified":"1F5E1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5e1.png","sheet_x":22,"sheet_y":22,"short_name":"dagger_knife","short_names":["dagger_knife"],"text":null,"texts":null,"category":"Objects","sort_order":66,"added_in":"7.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},{"name":"SPEAKING HEAD IN SILHOUETTE","unified":"1F5E3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5e3.png","sheet_x":22,"sheet_y":23,"short_name":"speaking_head_in_silhouette","short_names":["speaking_head_in_silhouette"],"text":null,"texts":null,"category":"People","sort_order":138,"added_in":"7.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},{"name":"LEFT SPEECH BUBBLE","unified":"1F5E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5e8.png","sheet_x":22,"sheet_y":24,"short_name":"left_speech_bubble","short_names":["left_speech_bubble"],"text":null,"texts":null,"category":"Symbols","sort_order":240,"added_in":"7.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},{"name":"RIGHT ANGER BUBBLE","unified":"1F5EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5ef.png","sheet_x":22,"sheet_y":25,"short_name":"right_anger_bubble","short_names":["right_anger_bubble"],"text":null,"texts":null,"category":"Symbols","sort_order":242,"added_in":"7.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},{"name":"BALLOT BOX WITH BALLOT","unified":"1F5F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5f3.png","sheet_x":22,"sheet_y":26,"short_name":"ballot_box_with_ballot","short_names":["ballot_box_with_ballot"],"text":null,"texts":null,"category":"Objects","sort_order":135,"added_in":"7.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},{"name":"WORLD MAP","unified":"1F5FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f5fa.png","sheet_x":22,"sheet_y":27,"short_name":"world_map","short_names":["world_map"],"text":null,"texts":null,"category":"Places","sort_order":59,"added_in":"7.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},{"name":"MOUNT FUJI","unified":"1F5FB","variations":[],"docomo":"E740","au":"E5BD","softbank":"E03B","google":"FE4C3","image":"1f5fb.png","sheet_x":22,"sheet_y":28,"short_name":"mount_fuji","short_names":["mount_fuji"],"text":null,"texts":null,"category":"Places","sort_order":75,"added_in":"6.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":"TOKYO TOWER","unified":"1F5FC","variations":[],"docomo":null,"au":"E4C0","softbank":"E509","google":"FE4C4","image":"1f5fc.png","sheet_x":22,"sheet_y":29,"short_name":"tokyo_tower","short_names":["tokyo_tower"],"text":null,"texts":null,"category":"Places","sort_order":63,"added_in":"6.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":"STATUE OF LIBERTY","unified":"1F5FD","variations":[],"docomo":null,"au":null,"softbank":"E51D","google":"FE4C6","image":"1f5fd.png","sheet_x":22,"sheet_y":30,"short_name":"statue_of_liberty","short_names":["statue_of_liberty"],"text":null,"texts":null,"category":"Places","sort_order":61,"added_in":"6.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":"SILHOUETTE OF JAPAN","unified":"1F5FE","variations":[],"docomo":null,"au":"E572","softbank":null,"google":"FE4C7","image":"1f5fe.png","sheet_x":22,"sheet_y":31,"short_name":"japan","short_names":["japan"],"text":null,"texts":null,"category":"Places","sort_order":105,"added_in":"6.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":"MOYAI","unified":"1F5FF","variations":[],"docomo":null,"au":"EB6C","softbank":null,"google":"FE4C8","image":"1f5ff.png","sheet_x":22,"sheet_y":32,"short_name":"moyai","short_names":["moyai"],"text":null,"texts":null,"category":"Places","sort_order":60,"added_in":"6.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":"GRINNING FACE","unified":"1F600","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f600.png","sheet_x":22,"sheet_y":33,"short_name":"grinning","short_names":["grinning"],"text":":D","texts":null,"category":"People","sort_order":1,"added_in":"6.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":22,"sheet_y":34,"short_name":"grin","short_names":["grin"],"text":null,"texts":null,"category":"People","sort_order":4,"added_in":"6.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":"FACE WITH TEARS OF JOY","unified":"1F602","variations":[],"docomo":"E72A","au":"EB64","softbank":"E412","google":"FE334","image":"1f602.png","sheet_x":22,"sheet_y":35,"short_name":"joy","short_names":["joy"],"text":null,"texts":null,"category":"People","sort_order":7,"added_in":"6.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":"SMILING FACE WITH OPEN MOUTH","unified":"1F603","variations":[],"docomo":"E6F0","au":"E471","softbank":"E057","google":"FE330","image":"1f603.png","sheet_x":22,"sheet_y":36,"short_name":"smiley","short_names":["smiley"],"text":":)","texts":["=)","=-)"],"category":"People","sort_order":2,"added_in":"6.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":"SMILING FACE WITH OPEN MOUTH AND SMILING EYES","unified":"1F604","variations":[],"docomo":"E6F0","au":"E471","softbank":"E415","google":"FE338","image":"1f604.png","sheet_x":22,"sheet_y":37,"short_name":"smile","short_names":["smile"],"text":":)","texts":["C:","c:",":D",":-D"],"category":"People","sort_order":3,"added_in":"6.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":"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":22,"sheet_y":38,"short_name":"sweat_smile","short_names":["sweat_smile"],"text":null,"texts":null,"category":"People","sort_order":6,"added_in":"6.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":"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":22,"sheet_y":39,"short_name":"laughing","short_names":["laughing","satisfied"],"text":null,"texts":[":>",":->"],"category":"People","sort_order":5,"added_in":"6.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":"SMILING FACE WITH HALO","unified":"1F607","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f607.png","sheet_x":22,"sheet_y":40,"short_name":"innocent","short_names":["innocent"],"text":null,"texts":null,"category":"People","sort_order":11,"added_in":"6.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":"SMILING FACE WITH HORNS","unified":"1F608","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f608.png","sheet_x":22,"sheet_y":41,"short_name":"smiling_imp","short_names":["smiling_imp"],"text":null,"texts":null,"category":"People","sort_order":76,"added_in":"6.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":"WINKING FACE","unified":"1F609","variations":[],"docomo":"E729","au":"E5C3","softbank":"E405","google":"FE347","image":"1f609.png","sheet_x":22,"sheet_y":42,"short_name":"wink","short_names":["wink"],"text":";)","texts":[";)",";-)"],"category":"People","sort_order":14,"added_in":"6.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":"SMILING FACE WITH SMILING EYES","unified":"1F60A","variations":[],"docomo":"E6F0","au":"EACD","softbank":"E056","google":"FE335","image":"1f60a.png","sheet_x":22,"sheet_y":43,"short_name":"blush","short_names":["blush"],"text":":)","texts":null,"category":"People","sort_order":10,"added_in":"6.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":"FACE SAVOURING DELICIOUS FOOD","unified":"1F60B","variations":[],"docomo":"E752","au":"EACD","softbank":"E056","google":"FE32B","image":"1f60b.png","sheet_x":22,"sheet_y":44,"short_name":"yum","short_names":["yum"],"text":null,"texts":null,"category":"People","sort_order":21,"added_in":"6.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":"RELIEVED FACE","unified":"1F60C","variations":[],"docomo":"E721","au":"EAC5","softbank":"E40A","google":"FE33E","image":"1f60c.png","sheet_x":22,"sheet_y":45,"short_name":"relieved","short_names":["relieved"],"text":null,"texts":null,"category":"People","sort_order":15,"added_in":"6.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":"SMILING FACE WITH HEART-SHAPED EYES","unified":"1F60D","variations":[],"docomo":"E726","au":"E5C4","softbank":"E106","google":"FE327","image":"1f60d.png","sheet_x":22,"sheet_y":46,"short_name":"heart_eyes","short_names":["heart_eyes"],"text":null,"texts":null,"category":"People","sort_order":16,"added_in":"6.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":"SMILING FACE WITH SUNGLASSES","unified":"1F60E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f60e.png","sheet_x":22,"sheet_y":47,"short_name":"sunglasses","short_names":["sunglasses"],"text":null,"texts":["8)"],"category":"People","sort_order":28,"added_in":"6.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":"SMIRKING FACE","unified":"1F60F","variations":[],"docomo":"E72C","au":"EABF","softbank":"E402","google":"FE343","image":"1f60f.png","sheet_x":22,"sheet_y":48,"short_name":"smirk","short_names":["smirk"],"text":null,"texts":null,"category":"People","sort_order":31,"added_in":"6.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":"NEUTRAL FACE","unified":"1F610","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f610.png","sheet_x":23,"sheet_y":0,"short_name":"neutral_face","short_names":["neutral_face"],"text":null,"texts":[":|",":-|"],"category":"People","sort_order":47,"added_in":"6.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":"EXPRESSIONLESS FACE","unified":"1F611","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f611.png","sheet_x":23,"sheet_y":1,"short_name":"expressionless","short_names":["expressionless"],"text":null,"texts":null,"category":"People","sort_order":48,"added_in":"6.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":"UNAMUSED FACE","unified":"1F612","variations":[],"docomo":"E725","au":"EAC9","softbank":"E40E","google":"FE326","image":"1f612.png","sheet_x":23,"sheet_y":2,"short_name":"unamused","short_names":["unamused"],"text":":(","texts":null,"category":"People","sort_order":32,"added_in":"6.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":"FACE WITH COLD SWEAT","unified":"1F613","variations":[],"docomo":"E723","au":"E5C6","softbank":"E108","google":"FE344","image":"1f613.png","sheet_x":23,"sheet_y":3,"short_name":"sweat","short_names":["sweat"],"text":null,"texts":null,"category":"People","sort_order":63,"added_in":"6.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":"PENSIVE FACE","unified":"1F614","variations":[],"docomo":"E720","au":"EAC0","softbank":"E403","google":"FE340","image":"1f614.png","sheet_x":23,"sheet_y":4,"short_name":"pensive","short_names":["pensive"],"text":null,"texts":null,"category":"People","sort_order":34,"added_in":"6.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":"CONFUSED FACE","unified":"1F615","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f615.png","sheet_x":23,"sheet_y":5,"short_name":"confused","short_names":["confused"],"text":null,"texts":[":\\",":-\\",":\/",":-\/"],"category":"People","sort_order":36,"added_in":"6.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":"CONFOUNDED FACE","unified":"1F616","variations":[],"docomo":"E6F3","au":"EAC3","softbank":"E407","google":"FE33F","image":"1f616.png","sheet_x":23,"sheet_y":6,"short_name":"confounded","short_names":["confounded"],"text":null,"texts":null,"category":"People","sort_order":40,"added_in":"6.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":"KISSING FACE","unified":"1F617","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f617.png","sheet_x":23,"sheet_y":7,"short_name":"kissing","short_names":["kissing"],"text":null,"texts":null,"category":"People","sort_order":18,"added_in":"6.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":"FACE THROWING A KISS","unified":"1F618","variations":[],"docomo":"E726","au":"EACF","softbank":"E418","google":"FE32C","image":"1f618.png","sheet_x":23,"sheet_y":8,"short_name":"kissing_heart","short_names":["kissing_heart"],"text":null,"texts":[":*",":-*"],"category":"People","sort_order":17,"added_in":"6.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":"KISSING FACE WITH SMILING EYES","unified":"1F619","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f619.png","sheet_x":23,"sheet_y":9,"short_name":"kissing_smiling_eyes","short_names":["kissing_smiling_eyes"],"text":null,"texts":null,"category":"People","sort_order":19,"added_in":"6.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":"KISSING FACE WITH CLOSED EYES","unified":"1F61A","variations":[],"docomo":"E726","au":"EACE","softbank":"E417","google":"FE32D","image":"1f61a.png","sheet_x":23,"sheet_y":10,"short_name":"kissing_closed_eyes","short_names":["kissing_closed_eyes"],"text":null,"texts":null,"category":"People","sort_order":20,"added_in":"6.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":"FACE WITH STUCK-OUT TONGUE","unified":"1F61B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f61b.png","sheet_x":23,"sheet_y":11,"short_name":"stuck_out_tongue","short_names":["stuck_out_tongue"],"text":":p","texts":[":p",":-p",":P",":-P",":b",":-b"],"category":"People","sort_order":24,"added_in":"6.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":"FACE WITH STUCK-OUT TONGUE AND WINKING EYE","unified":"1F61C","variations":[],"docomo":"E728","au":"E4E7","softbank":"E105","google":"FE329","image":"1f61c.png","sheet_x":23,"sheet_y":12,"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,"added_in":"6.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":"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":23,"sheet_y":13,"short_name":"stuck_out_tongue_closed_eyes","short_names":["stuck_out_tongue_closed_eyes"],"text":null,"texts":null,"category":"People","sort_order":23,"added_in":"6.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":"DISAPPOINTED FACE","unified":"1F61E","variations":[],"docomo":"E6F2","au":"EAC0","softbank":"E058","google":"FE323","image":"1f61e.png","sheet_x":23,"sheet_y":14,"short_name":"disappointed","short_names":["disappointed"],"text":":(","texts":["):",":(",":-("],"category":"People","sort_order":33,"added_in":"6.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":"WORRIED FACE","unified":"1F61F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f61f.png","sheet_x":23,"sheet_y":15,"short_name":"worried","short_names":["worried"],"text":null,"texts":null,"category":"People","sort_order":35,"added_in":"6.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":"ANGRY FACE","unified":"1F620","variations":[],"docomo":"E6F1","au":"E472","softbank":"E059","google":"FE320","image":"1f620.png","sheet_x":23,"sheet_y":16,"short_name":"angry","short_names":["angry"],"text":null,"texts":[">:(",">:-("],"category":"People","sort_order":44,"added_in":"6.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":"POUTING FACE","unified":"1F621","variations":[],"docomo":"E724","au":"EB5D","softbank":"E416","google":"FE33D","image":"1f621.png","sheet_x":23,"sheet_y":17,"short_name":"rage","short_names":["rage"],"text":null,"texts":null,"category":"People","sort_order":45,"added_in":"6.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":"CRYING FACE","unified":"1F622","variations":[],"docomo":"E72E","au":"EB69","softbank":"E413","google":"FE339","image":"1f622.png","sheet_x":23,"sheet_y":18,"short_name":"cry","short_names":["cry"],"text":":'(","texts":[":'("],"category":"People","sort_order":59,"added_in":"6.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":"PERSEVERING FACE","unified":"1F623","variations":[],"docomo":"E72B","au":"EAC2","softbank":"E406","google":"FE33C","image":"1f623.png","sheet_x":23,"sheet_y":19,"short_name":"persevere","short_names":["persevere"],"text":null,"texts":null,"category":"People","sort_order":39,"added_in":"6.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":"FACE WITH LOOK OF TRIUMPH","unified":"1F624","variations":[],"docomo":"E753","au":"EAC1","softbank":"E404","google":"FE328","image":"1f624.png","sheet_x":23,"sheet_y":20,"short_name":"triumph","short_names":["triumph"],"text":null,"texts":null,"category":"People","sort_order":43,"added_in":"6.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":"DISAPPOINTED BUT RELIEVED FACE","unified":"1F625","variations":[],"docomo":"E723","au":"E5C6","softbank":"E401","google":"FE345","image":"1f625.png","sheet_x":23,"sheet_y":21,"short_name":"disappointed_relieved","short_names":["disappointed_relieved"],"text":null,"texts":null,"category":"People","sort_order":60,"added_in":"6.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":"FROWNING FACE WITH OPEN MOUTH","unified":"1F626","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f626.png","sheet_x":23,"sheet_y":22,"short_name":"frowning","short_names":["frowning"],"text":null,"texts":null,"category":"People","sort_order":50,"added_in":"6.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":"ANGUISHED FACE","unified":"1F627","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f627.png","sheet_x":23,"sheet_y":23,"short_name":"anguished","short_names":["anguished"],"text":null,"texts":["D:"],"category":"People","sort_order":51,"added_in":"6.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":"FEARFUL FACE","unified":"1F628","variations":[],"docomo":"E757","au":"EAC6","softbank":"E40B","google":"FE33B","image":"1f628.png","sheet_x":23,"sheet_y":24,"short_name":"fearful","short_names":["fearful"],"text":null,"texts":null,"category":"People","sort_order":57,"added_in":"6.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":"WEARY FACE","unified":"1F629","variations":[],"docomo":"E6F3","au":"EB67","softbank":"E403","google":"FE321","image":"1f629.png","sheet_x":23,"sheet_y":25,"short_name":"weary","short_names":["weary"],"text":null,"texts":null,"category":"People","sort_order":42,"added_in":"6.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":"SLEEPY FACE","unified":"1F62A","variations":[],"docomo":"E701","au":"EAC4","softbank":"E408","google":"FE342","image":"1f62a.png","sheet_x":23,"sheet_y":26,"short_name":"sleepy","short_names":["sleepy"],"text":null,"texts":null,"category":"People","sort_order":64,"added_in":"6.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":"TIRED FACE","unified":"1F62B","variations":[],"docomo":"E72B","au":"E474","softbank":"E406","google":"FE346","image":"1f62b.png","sheet_x":23,"sheet_y":27,"short_name":"tired_face","short_names":["tired_face"],"text":null,"texts":null,"category":"People","sort_order":41,"added_in":"6.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":"GRIMACING FACE","unified":"1F62C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f62c.png","sheet_x":23,"sheet_y":28,"short_name":"grimacing","short_names":["grimacing"],"text":null,"texts":null,"category":"People","sort_order":69,"added_in":"6.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":"LOUDLY CRYING FACE","unified":"1F62D","variations":[],"docomo":"E72D","au":"E473","softbank":"E411","google":"FE33A","image":"1f62d.png","sheet_x":23,"sheet_y":29,"short_name":"sob","short_names":["sob"],"text":":'(","texts":null,"category":"People","sort_order":62,"added_in":"6.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":"FACE WITH OPEN MOUTH","unified":"1F62E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f62e.png","sheet_x":23,"sheet_y":30,"short_name":"open_mouth","short_names":["open_mouth"],"text":null,"texts":[":o",":-o",":O",":-O"],"category":"People","sort_order":52,"added_in":"6.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":"HUSHED FACE","unified":"1F62F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f62f.png","sheet_x":23,"sheet_y":31,"short_name":"hushed","short_names":["hushed"],"text":null,"texts":null,"category":"People","sort_order":49,"added_in":"6.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":"FACE WITH OPEN MOUTH AND COLD SWEAT","unified":"1F630","variations":[],"docomo":"E723","au":"EACB","softbank":"E40F","google":"FE325","image":"1f630.png","sheet_x":23,"sheet_y":32,"short_name":"cold_sweat","short_names":["cold_sweat"],"text":null,"texts":null,"category":"People","sort_order":58,"added_in":"6.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":"FACE SCREAMING IN FEAR","unified":"1F631","variations":[],"docomo":"E757","au":"E5C5","softbank":"E107","google":"FE341","image":"1f631.png","sheet_x":23,"sheet_y":33,"short_name":"scream","short_names":["scream"],"text":null,"texts":null,"category":"People","sort_order":56,"added_in":"6.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":"ASTONISHED FACE","unified":"1F632","variations":[],"docomo":"E6F4","au":"EACA","softbank":"E410","google":"FE322","image":"1f632.png","sheet_x":23,"sheet_y":34,"short_name":"astonished","short_names":["astonished"],"text":null,"texts":null,"category":"People","sort_order":53,"added_in":"6.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":"FLUSHED FACE","unified":"1F633","variations":[],"docomo":"E72A","au":"EAC8","softbank":"E40D","google":"FE32F","image":"1f633.png","sheet_x":23,"sheet_y":35,"short_name":"flushed","short_names":["flushed"],"text":null,"texts":null,"category":"People","sort_order":55,"added_in":"6.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":"SLEEPING FACE","unified":"1F634","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f634.png","sheet_x":23,"sheet_y":36,"short_name":"sleeping","short_names":["sleeping"],"text":null,"texts":null,"category":"People","sort_order":65,"added_in":"6.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":"DIZZY FACE","unified":"1F635","variations":[],"docomo":"E6F4","au":"E5AE","softbank":"E406","google":"FE324","image":"1f635.png","sheet_x":23,"sheet_y":37,"short_name":"dizzy_face","short_names":["dizzy_face"],"text":null,"texts":null,"category":"People","sort_order":54,"added_in":"6.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":"FACE WITHOUT MOUTH","unified":"1F636","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f636.png","sheet_x":23,"sheet_y":38,"short_name":"no_mouth","short_names":["no_mouth"],"text":null,"texts":null,"category":"People","sort_order":46,"added_in":"6.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":"FACE WITH MEDICAL MASK","unified":"1F637","variations":[],"docomo":null,"au":"EAC7","softbank":"E40C","google":"FE32E","image":"1f637.png","sheet_x":23,"sheet_y":39,"short_name":"mask","short_names":["mask"],"text":null,"texts":null,"category":"People","sort_order":73,"added_in":"6.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":"GRINNING CAT FACE WITH SMILING EYES","unified":"1F638","variations":[],"docomo":"E753","au":"EB7F","softbank":"E404","google":"FE349","image":"1f638.png","sheet_x":23,"sheet_y":40,"short_name":"smile_cat","short_names":["smile_cat"],"text":null,"texts":null,"category":"People","sort_order":89,"added_in":"6.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":"CAT FACE WITH TEARS OF JOY","unified":"1F639","variations":[],"docomo":"E72A","au":"EB63","softbank":"E412","google":"FE34A","image":"1f639.png","sheet_x":23,"sheet_y":41,"short_name":"joy_cat","short_names":["joy_cat"],"text":null,"texts":null,"category":"People","sort_order":90,"added_in":"6.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":"SMILING CAT FACE WITH OPEN MOUTH","unified":"1F63A","variations":[],"docomo":"E6F0","au":"EB61","softbank":"E057","google":"FE348","image":"1f63a.png","sheet_x":23,"sheet_y":42,"short_name":"smiley_cat","short_names":["smiley_cat"],"text":null,"texts":null,"category":"People","sort_order":88,"added_in":"6.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":"SMILING CAT FACE WITH HEART-SHAPED EYES","unified":"1F63B","variations":[],"docomo":"E726","au":"EB65","softbank":"E106","google":"FE34C","image":"1f63b.png","sheet_x":23,"sheet_y":43,"short_name":"heart_eyes_cat","short_names":["heart_eyes_cat"],"text":null,"texts":null,"category":"People","sort_order":91,"added_in":"6.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":"CAT FACE WITH WRY SMILE","unified":"1F63C","variations":[],"docomo":"E753","au":"EB6A","softbank":"E404","google":"FE34F","image":"1f63c.png","sheet_x":23,"sheet_y":44,"short_name":"smirk_cat","short_names":["smirk_cat"],"text":null,"texts":null,"category":"People","sort_order":92,"added_in":"6.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":"KISSING CAT FACE WITH CLOSED EYES","unified":"1F63D","variations":[],"docomo":"E726","au":"EB60","softbank":"E418","google":"FE34B","image":"1f63d.png","sheet_x":23,"sheet_y":45,"short_name":"kissing_cat","short_names":["kissing_cat"],"text":null,"texts":null,"category":"People","sort_order":93,"added_in":"6.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":"POUTING CAT FACE","unified":"1F63E","variations":[],"docomo":"E724","au":"EB5E","softbank":"E416","google":"FE34E","image":"1f63e.png","sheet_x":23,"sheet_y":46,"short_name":"pouting_cat","short_names":["pouting_cat"],"text":null,"texts":null,"category":"People","sort_order":96,"added_in":"6.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":"CRYING CAT FACE","unified":"1F63F","variations":[],"docomo":"E72E","au":"EB68","softbank":"E413","google":"FE34D","image":"1f63f.png","sheet_x":23,"sheet_y":47,"short_name":"crying_cat_face","short_names":["crying_cat_face"],"text":null,"texts":null,"category":"People","sort_order":95,"added_in":"6.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":"WEARY CAT FACE","unified":"1F640","variations":[],"docomo":"E6F3","au":"EB66","softbank":"E403","google":"FE350","image":"1f640.png","sheet_x":23,"sheet_y":48,"short_name":"scream_cat","short_names":["scream_cat"],"text":null,"texts":null,"category":"People","sort_order":94,"added_in":"6.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":"SLIGHTLY FROWNING FACE","unified":"1F641","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f641.png","sheet_x":24,"sheet_y":0,"short_name":"slightly_frowning_face","short_names":["slightly_frowning_face"],"text":null,"texts":null,"category":"People","sort_order":37,"added_in":"7.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},{"name":"SLIGHTLY SMILING FACE","unified":"1F642","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f642.png","sheet_x":24,"sheet_y":1,"short_name":"slightly_smiling_face","short_names":["slightly_smiling_face"],"text":null,"texts":[":)","(:",":-)"],"category":"People","sort_order":12,"added_in":"7.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":"UPSIDE-DOWN FACE","unified":"1F643","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f643.png","sheet_x":24,"sheet_y":2,"short_name":"upside_down_face","short_names":["upside_down_face"],"text":null,"texts":null,"category":"People","sort_order":13,"added_in":"8.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},{"name":"FACE WITH ROLLING EYES","unified":"1F644","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f644.png","sheet_x":24,"sheet_y":3,"short_name":"face_with_rolling_eyes","short_names":["face_with_rolling_eyes"],"text":null,"texts":null,"category":"People","sort_order":66,"added_in":"8.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},{"name":"FACE WITH NO GOOD GESTURE","unified":"1F645","variations":[],"docomo":"E72F","au":"EAD7","softbank":"E423","google":"FE351","image":"1f645.png","sheet_x":24,"sheet_y":4,"short_name":"no_good","short_names":["no_good"],"text":null,"texts":null,"category":"People","sort_order":205,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F645-1F3FB","image":"1f645-1f3fb.png","sheet_x":24,"sheet_y":5,"added_in":"8.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},"1F3FC":{"unified":"1F645-1F3FC","image":"1f645-1f3fc.png","sheet_x":24,"sheet_y":6,"added_in":"8.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},"1F3FD":{"unified":"1F645-1F3FD","image":"1f645-1f3fd.png","sheet_x":24,"sheet_y":7,"added_in":"8.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},"1F3FE":{"unified":"1F645-1F3FE","image":"1f645-1f3fe.png","sheet_x":24,"sheet_y":8,"added_in":"8.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},"1F3FF":{"unified":"1F645-1F3FF","image":"1f645-1f3ff.png","sheet_x":24,"sheet_y":9,"added_in":"8.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}},"obsoleted_by":"1F645-200D-2640-FE0F"},{"name":"FACE WITH OK GESTURE","unified":"1F646","variations":[],"docomo":"E70B","au":"EAD8","softbank":"E424","google":"FE352","image":"1f646.png","sheet_x":24,"sheet_y":10,"short_name":"ok_woman","short_names":["ok_woman"],"text":null,"texts":null,"category":"People","sort_order":207,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F646-1F3FB","image":"1f646-1f3fb.png","sheet_x":24,"sheet_y":11,"added_in":"8.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},"1F3FC":{"unified":"1F646-1F3FC","image":"1f646-1f3fc.png","sheet_x":24,"sheet_y":12,"added_in":"8.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},"1F3FD":{"unified":"1F646-1F3FD","image":"1f646-1f3fd.png","sheet_x":24,"sheet_y":13,"added_in":"8.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},"1F3FE":{"unified":"1F646-1F3FE","image":"1f646-1f3fe.png","sheet_x":24,"sheet_y":14,"added_in":"8.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},"1F3FF":{"unified":"1F646-1F3FF","image":"1f646-1f3ff.png","sheet_x":24,"sheet_y":15,"added_in":"8.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}},"obsoleted_by":"1F646-200D-2640-FE0F"},{"name":"PERSON BOWING DEEPLY","unified":"1F647","variations":[],"docomo":null,"au":"EAD9","softbank":"E426","google":"FE353","image":"1f647.png","sheet_x":24,"sheet_y":16,"short_name":"bow","short_names":["bow"],"text":null,"texts":null,"category":"People","sort_order":202,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F647-1F3FB","image":"1f647-1f3fb.png","sheet_x":24,"sheet_y":17,"added_in":"8.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},"1F3FC":{"unified":"1F647-1F3FC","image":"1f647-1f3fc.png","sheet_x":24,"sheet_y":18,"added_in":"8.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},"1F3FD":{"unified":"1F647-1F3FD","image":"1f647-1f3fd.png","sheet_x":24,"sheet_y":19,"added_in":"8.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},"1F3FE":{"unified":"1F647-1F3FE","image":"1f647-1f3fe.png","sheet_x":24,"sheet_y":20,"added_in":"8.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},"1F3FF":{"unified":"1F647-1F3FF","image":"1f647-1f3ff.png","sheet_x":24,"sheet_y":21,"added_in":"8.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}},"obsoleted_by":"1F647-200D-2642-FE0F"},{"name":"SEE-NO-EVIL MONKEY","unified":"1F648","variations":[],"docomo":null,"au":"EB50","softbank":null,"google":"FE354","image":"1f648.png","sheet_x":24,"sheet_y":22,"short_name":"see_no_evil","short_names":["see_no_evil"],"text":null,"texts":null,"category":"Nature","sort_order":17,"added_in":"6.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":"HEAR-NO-EVIL MONKEY","unified":"1F649","variations":[],"docomo":null,"au":"EB52","softbank":null,"google":"FE356","image":"1f649.png","sheet_x":24,"sheet_y":23,"short_name":"hear_no_evil","short_names":["hear_no_evil"],"text":null,"texts":null,"category":"Nature","sort_order":18,"added_in":"6.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":"SPEAK-NO-EVIL MONKEY","unified":"1F64A","variations":[],"docomo":null,"au":"EB51","softbank":null,"google":"FE355","image":"1f64a.png","sheet_x":24,"sheet_y":24,"short_name":"speak_no_evil","short_names":["speak_no_evil"],"text":null,"texts":null,"category":"Nature","sort_order":19,"added_in":"6.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":"HAPPY PERSON RAISING ONE HAND","unified":"1F64B","variations":[],"docomo":null,"au":"EB85","softbank":"E012","google":"FE357","image":"1f64b.png","sheet_x":24,"sheet_y":25,"short_name":"raising_hand","short_names":["raising_hand"],"text":null,"texts":null,"category":"People","sort_order":209,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64B-1F3FB","image":"1f64b-1f3fb.png","sheet_x":24,"sheet_y":26,"added_in":"8.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},"1F3FC":{"unified":"1F64B-1F3FC","image":"1f64b-1f3fc.png","sheet_x":24,"sheet_y":27,"added_in":"8.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},"1F3FD":{"unified":"1F64B-1F3FD","image":"1f64b-1f3fd.png","sheet_x":24,"sheet_y":28,"added_in":"8.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},"1F3FE":{"unified":"1F64B-1F3FE","image":"1f64b-1f3fe.png","sheet_x":24,"sheet_y":29,"added_in":"8.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},"1F3FF":{"unified":"1F64B-1F3FF","image":"1f64b-1f3ff.png","sheet_x":24,"sheet_y":30,"added_in":"8.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}},"obsoleted_by":"1F64B-200D-2640-FE0F"},{"name":"PERSON RAISING BOTH HANDS IN CELEBRATION","unified":"1F64C","variations":[],"docomo":null,"au":"EB86","softbank":"E427","google":"FE358","image":"1f64c.png","sheet_x":24,"sheet_y":31,"short_name":"raised_hands","short_names":["raised_hands"],"text":null,"texts":null,"category":"People","sort_order":98,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64C-1F3FB","image":"1f64c-1f3fb.png","sheet_x":24,"sheet_y":32,"added_in":"8.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},"1F3FC":{"unified":"1F64C-1F3FC","image":"1f64c-1f3fc.png","sheet_x":24,"sheet_y":33,"added_in":"8.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},"1F3FD":{"unified":"1F64C-1F3FD","image":"1f64c-1f3fd.png","sheet_x":24,"sheet_y":34,"added_in":"8.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},"1F3FE":{"unified":"1F64C-1F3FE","image":"1f64c-1f3fe.png","sheet_x":24,"sheet_y":35,"added_in":"8.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},"1F3FF":{"unified":"1F64C-1F3FF","image":"1f64c-1f3ff.png","sheet_x":24,"sheet_y":36,"added_in":"8.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":"PERSON FROWNING","unified":"1F64D","variations":[],"docomo":"E6F3","au":"EB87","softbank":"E403","google":"FE359","image":"1f64d.png","sheet_x":24,"sheet_y":37,"short_name":"person_frowning","short_names":["person_frowning"],"text":null,"texts":null,"category":"People","sort_order":219,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64D-1F3FB","image":"1f64d-1f3fb.png","sheet_x":24,"sheet_y":38,"added_in":"8.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},"1F3FC":{"unified":"1F64D-1F3FC","image":"1f64d-1f3fc.png","sheet_x":24,"sheet_y":39,"added_in":"8.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},"1F3FD":{"unified":"1F64D-1F3FD","image":"1f64d-1f3fd.png","sheet_x":24,"sheet_y":40,"added_in":"8.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},"1F3FE":{"unified":"1F64D-1F3FE","image":"1f64d-1f3fe.png","sheet_x":24,"sheet_y":41,"added_in":"8.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},"1F3FF":{"unified":"1F64D-1F3FF","image":"1f64d-1f3ff.png","sheet_x":24,"sheet_y":42,"added_in":"8.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}},"obsoleted_by":"1F64D-200D-2640-FE0F"},{"name":"PERSON WITH POUTING FACE","unified":"1F64E","variations":[],"docomo":"E6F1","au":"EB88","softbank":"E416","google":"FE35A","image":"1f64e.png","sheet_x":24,"sheet_y":43,"short_name":"person_with_pouting_face","short_names":["person_with_pouting_face"],"text":null,"texts":null,"category":"People","sort_order":217,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64E-1F3FB","image":"1f64e-1f3fb.png","sheet_x":24,"sheet_y":44,"added_in":"8.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},"1F3FC":{"unified":"1F64E-1F3FC","image":"1f64e-1f3fc.png","sheet_x":24,"sheet_y":45,"added_in":"8.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},"1F3FD":{"unified":"1F64E-1F3FD","image":"1f64e-1f3fd.png","sheet_x":24,"sheet_y":46,"added_in":"8.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},"1F3FE":{"unified":"1F64E-1F3FE","image":"1f64e-1f3fe.png","sheet_x":24,"sheet_y":47,"added_in":"8.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},"1F3FF":{"unified":"1F64E-1F3FF","image":"1f64e-1f3ff.png","sheet_x":24,"sheet_y":48,"added_in":"8.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}},"obsoleted_by":"1F64E-200D-2640-FE0F"},{"name":"PERSON WITH FOLDED HANDS","unified":"1F64F","variations":[],"docomo":null,"au":"EAD2","softbank":"E41D","google":"FE35B","image":"1f64f.png","sheet_x":25,"sheet_y":0,"short_name":"pray","short_names":["pray"],"text":null,"texts":null,"category":"People","sort_order":100,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F64F-1F3FB","image":"1f64f-1f3fb.png","sheet_x":25,"sheet_y":1,"added_in":"8.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},"1F3FC":{"unified":"1F64F-1F3FC","image":"1f64f-1f3fc.png","sheet_x":25,"sheet_y":2,"added_in":"8.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},"1F3FD":{"unified":"1F64F-1F3FD","image":"1f64f-1f3fd.png","sheet_x":25,"sheet_y":3,"added_in":"8.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},"1F3FE":{"unified":"1F64F-1F3FE","image":"1f64f-1f3fe.png","sheet_x":25,"sheet_y":4,"added_in":"8.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},"1F3FF":{"unified":"1F64F-1F3FF","image":"1f64f-1f3ff.png","sheet_x":25,"sheet_y":5,"added_in":"8.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":"ROCKET","unified":"1F680","variations":[],"docomo":null,"au":"E5C8","softbank":"E10D","google":"FE7ED","image":"1f680.png","sheet_x":25,"sheet_y":6,"short_name":"rocket","short_names":["rocket"],"text":null,"texts":null,"category":"Places","sort_order":43,"added_in":"6.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":"HELICOPTER","unified":"1F681","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f681.png","sheet_x":25,"sheet_y":7,"short_name":"helicopter","short_names":["helicopter"],"text":null,"texts":null,"category":"Places","sort_order":38,"added_in":"6.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":"STEAM LOCOMOTIVE","unified":"1F682","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f682.png","sheet_x":25,"sheet_y":8,"short_name":"steam_locomotive","short_names":["steam_locomotive"],"text":null,"texts":null,"category":"Places","sort_order":33,"added_in":"6.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":"RAILWAY CAR","unified":"1F683","variations":[],"docomo":"E65B","au":"E4B5","softbank":"E01E","google":"FE7DF","image":"1f683.png","sheet_x":25,"sheet_y":9,"short_name":"railway_car","short_names":["railway_car"],"text":null,"texts":null,"category":"Places","sort_order":26,"added_in":"6.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":"HIGH-SPEED TRAIN","unified":"1F684","variations":[],"docomo":"E65D","au":"E4B0","softbank":"E435","google":"FE7E2","image":"1f684.png","sheet_x":25,"sheet_y":10,"short_name":"bullettrain_side","short_names":["bullettrain_side"],"text":null,"texts":null,"category":"Places","sort_order":30,"added_in":"6.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":"HIGH-SPEED TRAIN WITH BULLET NOSE","unified":"1F685","variations":[],"docomo":"E65D","au":"E4B0","softbank":"E01F","google":"FE7E3","image":"1f685.png","sheet_x":25,"sheet_y":11,"short_name":"bullettrain_front","short_names":["bullettrain_front"],"text":null,"texts":null,"category":"Places","sort_order":31,"added_in":"6.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":"TRAIN","unified":"1F686","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f686.png","sheet_x":25,"sheet_y":12,"short_name":"train2","short_names":["train2"],"text":null,"texts":null,"category":"Places","sort_order":34,"added_in":"6.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":"METRO","unified":"1F687","variations":[],"docomo":"E65C","au":"E5BC","softbank":"E434","google":"FE7E0","image":"1f687.png","sheet_x":25,"sheet_y":13,"short_name":"metro","short_names":["metro"],"text":null,"texts":null,"category":"Places","sort_order":35,"added_in":"6.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":"LIGHT RAIL","unified":"1F688","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f688.png","sheet_x":25,"sheet_y":14,"short_name":"light_rail","short_names":["light_rail"],"text":null,"texts":null,"category":"Places","sort_order":32,"added_in":"6.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":"STATION","unified":"1F689","variations":[],"docomo":null,"au":"EB6D","softbank":"E039","google":"FE7EC","image":"1f689.png","sheet_x":25,"sheet_y":15,"short_name":"station","short_names":["station"],"text":null,"texts":null,"category":"Places","sort_order":37,"added_in":"6.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":"TRAM","unified":"1F68A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f68a.png","sheet_x":25,"sheet_y":16,"short_name":"tram","short_names":["tram"],"text":null,"texts":null,"category":"Places","sort_order":36,"added_in":"6.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":"TRAM CAR","unified":"1F68B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f68b.png","sheet_x":25,"sheet_y":17,"short_name":"train","short_names":["train"],"text":null,"texts":null,"category":"Places","sort_order":27,"added_in":"6.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":"BUS","unified":"1F68C","variations":[],"docomo":"E660","au":"E4AF","softbank":"E159","google":"FE7E6","image":"1f68c.png","sheet_x":25,"sheet_y":18,"short_name":"bus","short_names":["bus"],"text":null,"texts":null,"category":"Places","sort_order":4,"added_in":"6.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":"ONCOMING BUS","unified":"1F68D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f68d.png","sheet_x":25,"sheet_y":19,"short_name":"oncoming_bus","short_names":["oncoming_bus"],"text":null,"texts":null,"category":"Places","sort_order":20,"added_in":"6.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":"TROLLEYBUS","unified":"1F68E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f68e.png","sheet_x":25,"sheet_y":20,"short_name":"trolleybus","short_names":["trolleybus"],"text":null,"texts":null,"category":"Places","sort_order":5,"added_in":"6.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":"BUS STOP","unified":"1F68F","variations":[],"docomo":null,"au":"E4A7","softbank":"E150","google":"FE7E7","image":"1f68f.png","sheet_x":25,"sheet_y":21,"short_name":"busstop","short_names":["busstop"],"text":null,"texts":null,"category":"Places","sort_order":56,"added_in":"6.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":"MINIBUS","unified":"1F690","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f690.png","sheet_x":25,"sheet_y":22,"short_name":"minibus","short_names":["minibus"],"text":null,"texts":null,"category":"Places","sort_order":10,"added_in":"6.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":"AMBULANCE","unified":"1F691","variations":[],"docomo":null,"au":"EAE0","softbank":"E431","google":"FE7F3","image":"1f691.png","sheet_x":25,"sheet_y":23,"short_name":"ambulance","short_names":["ambulance"],"text":null,"texts":null,"category":"Places","sort_order":8,"added_in":"6.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":"FIRE ENGINE","unified":"1F692","variations":[],"docomo":null,"au":"EADF","softbank":"E430","google":"FE7F2","image":"1f692.png","sheet_x":25,"sheet_y":24,"short_name":"fire_engine","short_names":["fire_engine"],"text":null,"texts":null,"category":"Places","sort_order":9,"added_in":"6.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":"POLICE CAR","unified":"1F693","variations":[],"docomo":null,"au":"EAE1","softbank":"E432","google":"FE7F4","image":"1f693.png","sheet_x":25,"sheet_y":25,"short_name":"police_car","short_names":["police_car"],"text":null,"texts":null,"category":"Places","sort_order":7,"added_in":"6.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":"ONCOMING POLICE CAR","unified":"1F694","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f694.png","sheet_x":25,"sheet_y":26,"short_name":"oncoming_police_car","short_names":["oncoming_police_car"],"text":null,"texts":null,"category":"Places","sort_order":19,"added_in":"6.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":"TAXI","unified":"1F695","variations":[],"docomo":"E65E","au":"E4B1","softbank":"E15A","google":"FE7EF","image":"1f695.png","sheet_x":25,"sheet_y":27,"short_name":"taxi","short_names":["taxi"],"text":null,"texts":null,"category":"Places","sort_order":2,"added_in":"6.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":"ONCOMING TAXI","unified":"1F696","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f696.png","sheet_x":25,"sheet_y":28,"short_name":"oncoming_taxi","short_names":["oncoming_taxi"],"text":null,"texts":null,"category":"Places","sort_order":22,"added_in":"6.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":"AUTOMOBILE","unified":"1F697","variations":[],"docomo":"E65E","au":"E4B1","softbank":"E01B","google":"FE7E4","image":"1f697.png","sheet_x":25,"sheet_y":29,"short_name":"car","short_names":["car","red_car"],"text":null,"texts":null,"category":"Places","sort_order":1,"added_in":"6.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":"ONCOMING AUTOMOBILE","unified":"1F698","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f698.png","sheet_x":25,"sheet_y":30,"short_name":"oncoming_automobile","short_names":["oncoming_automobile"],"text":null,"texts":null,"category":"Places","sort_order":21,"added_in":"6.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":"RECREATIONAL VEHICLE","unified":"1F699","variations":[],"docomo":"E65F","au":"E4B1","softbank":"E42E","google":"FE7E5","image":"1f699.png","sheet_x":25,"sheet_y":31,"short_name":"blue_car","short_names":["blue_car"],"text":null,"texts":null,"category":"Places","sort_order":3,"added_in":"6.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":"DELIVERY TRUCK","unified":"1F69A","variations":[],"docomo":null,"au":"E4B2","softbank":"E42F","google":"FE7F1","image":"1f69a.png","sheet_x":25,"sheet_y":32,"short_name":"truck","short_names":["truck"],"text":null,"texts":null,"category":"Places","sort_order":11,"added_in":"6.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":"ARTICULATED LORRY","unified":"1F69B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69b.png","sheet_x":25,"sheet_y":33,"short_name":"articulated_lorry","short_names":["articulated_lorry"],"text":null,"texts":null,"category":"Places","sort_order":12,"added_in":"6.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":"TRACTOR","unified":"1F69C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69c.png","sheet_x":25,"sheet_y":34,"short_name":"tractor","short_names":["tractor"],"text":null,"texts":null,"category":"Places","sort_order":13,"added_in":"6.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":"MONORAIL","unified":"1F69D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69d.png","sheet_x":25,"sheet_y":35,"short_name":"monorail","short_names":["monorail"],"text":null,"texts":null,"category":"Places","sort_order":29,"added_in":"6.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":"MOUNTAIN RAILWAY","unified":"1F69E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69e.png","sheet_x":25,"sheet_y":36,"short_name":"mountain_railway","short_names":["mountain_railway"],"text":null,"texts":null,"category":"Places","sort_order":28,"added_in":"6.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":"SUSPENSION RAILWAY","unified":"1F69F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f69f.png","sheet_x":25,"sheet_y":37,"short_name":"suspension_railway","short_names":["suspension_railway"],"text":null,"texts":null,"category":"Places","sort_order":25,"added_in":"6.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":"MOUNTAIN CABLEWAY","unified":"1F6A0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a0.png","sheet_x":25,"sheet_y":38,"short_name":"mountain_cableway","short_names":["mountain_cableway"],"text":null,"texts":null,"category":"Places","sort_order":24,"added_in":"6.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":"AERIAL TRAMWAY","unified":"1F6A1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a1.png","sheet_x":25,"sheet_y":39,"short_name":"aerial_tramway","short_names":["aerial_tramway"],"text":null,"texts":null,"category":"Places","sort_order":23,"added_in":"6.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":"SHIP","unified":"1F6A2","variations":[],"docomo":"E661","au":"EA82","softbank":"E202","google":"FE7E8","image":"1f6a2.png","sheet_x":25,"sheet_y":40,"short_name":"ship","short_names":["ship"],"text":null,"texts":null,"category":"Places","sort_order":52,"added_in":"6.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":"ROWBOAT","unified":"1F6A3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a3.png","sheet_x":25,"sheet_y":41,"short_name":"rowboat","short_names":["rowboat"],"text":null,"texts":null,"category":"Activity","sort_order":48,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6A3-1F3FB","image":"1f6a3-1f3fb.png","sheet_x":25,"sheet_y":42,"added_in":"8.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},"1F3FC":{"unified":"1F6A3-1F3FC","image":"1f6a3-1f3fc.png","sheet_x":25,"sheet_y":43,"added_in":"8.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},"1F3FD":{"unified":"1F6A3-1F3FD","image":"1f6a3-1f3fd.png","sheet_x":25,"sheet_y":44,"added_in":"8.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},"1F3FE":{"unified":"1F6A3-1F3FE","image":"1f6a3-1f3fe.png","sheet_x":25,"sheet_y":45,"added_in":"8.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},"1F3FF":{"unified":"1F6A3-1F3FF","image":"1f6a3-1f3ff.png","sheet_x":25,"sheet_y":46,"added_in":"8.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}},"obsoleted_by":"1F6A3-200D-2642-FE0F"},{"name":"SPEEDBOAT","unified":"1F6A4","variations":[],"docomo":"E6A3","au":"E4B4","softbank":"E135","google":"FE7EE","image":"1f6a4.png","sheet_x":25,"sheet_y":47,"short_name":"speedboat","short_names":["speedboat"],"text":null,"texts":null,"category":"Places","sort_order":49,"added_in":"6.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":"HORIZONTAL TRAFFIC LIGHT","unified":"1F6A5","variations":[],"docomo":"E66D","au":"E46A","softbank":"E14E","google":"FE7F7","image":"1f6a5.png","sheet_x":25,"sheet_y":48,"short_name":"traffic_light","short_names":["traffic_light"],"text":null,"texts":null,"category":"Places","sort_order":58,"added_in":"6.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":"VERTICAL TRAFFIC LIGHT","unified":"1F6A6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a6.png","sheet_x":26,"sheet_y":0,"short_name":"vertical_traffic_light","short_names":["vertical_traffic_light"],"text":null,"texts":null,"category":"Places","sort_order":57,"added_in":"6.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":"CONSTRUCTION SIGN","unified":"1F6A7","variations":[],"docomo":null,"au":"E5D7","softbank":"E137","google":"FE7F8","image":"1f6a7.png","sheet_x":26,"sheet_y":1,"short_name":"construction","short_names":["construction"],"text":null,"texts":null,"category":"Places","sort_order":54,"added_in":"6.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":"POLICE CARS REVOLVING LIGHT","unified":"1F6A8","variations":[],"docomo":null,"au":"EB73","softbank":"E432","google":"FE7F9","image":"1f6a8.png","sheet_x":26,"sheet_y":2,"short_name":"rotating_light","short_names":["rotating_light"],"text":null,"texts":null,"category":"Places","sort_order":18,"added_in":"6.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":"TRIANGULAR FLAG ON POST","unified":"1F6A9","variations":[],"docomo":"E6DE","au":"EB2C","softbank":null,"google":"FEB22","image":"1f6a9.png","sheet_x":26,"sheet_y":3,"short_name":"triangular_flag_on_post","short_names":["triangular_flag_on_post"],"text":null,"texts":null,"category":"Flags","sort_order":4,"added_in":"6.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":"DOOR","unified":"1F6AA","variations":[],"docomo":"E714","au":null,"softbank":null,"google":"FE4F3","image":"1f6aa.png","sheet_x":26,"sheet_y":4,"short_name":"door","short_names":["door"],"text":null,"texts":null,"category":"Objects","sort_order":91,"added_in":"6.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":"NO ENTRY SIGN","unified":"1F6AB","variations":[],"docomo":"E738","au":"E541","softbank":null,"google":"FEB48","image":"1f6ab.png","sheet_x":26,"sheet_y":5,"short_name":"no_entry_sign","short_names":["no_entry_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":74,"added_in":"6.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":"SMOKING SYMBOL","unified":"1F6AC","variations":[],"docomo":"E67F","au":"E47D","softbank":"E30E","google":"FEB1E","image":"1f6ac.png","sheet_x":26,"sheet_y":6,"short_name":"smoking","short_names":["smoking"],"text":null,"texts":null,"category":"Objects","sort_order":69,"added_in":"6.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":"NO SMOKING SYMBOL","unified":"1F6AD","variations":[],"docomo":"E680","au":"E47E","softbank":"E208","google":"FEB1F","image":"1f6ad.png","sheet_x":26,"sheet_y":7,"short_name":"no_smoking","short_names":["no_smoking"],"text":null,"texts":null,"category":"Symbols","sort_order":84,"added_in":"6.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":"PUT LITTER IN ITS PLACE SYMBOL","unified":"1F6AE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6ae.png","sheet_x":26,"sheet_y":8,"short_name":"put_litter_in_its_place","short_names":["put_litter_in_its_place"],"text":null,"texts":null,"category":"Symbols","sort_order":125,"added_in":"6.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":"DO NOT LITTER SYMBOL","unified":"1F6AF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6af.png","sheet_x":26,"sheet_y":9,"short_name":"do_not_litter","short_names":["do_not_litter"],"text":null,"texts":null,"category":"Symbols","sort_order":79,"added_in":"6.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":"POTABLE WATER SYMBOL","unified":"1F6B0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b0.png","sheet_x":26,"sheet_y":10,"short_name":"potable_water","short_names":["potable_water"],"text":null,"texts":null,"category":"Objects","sort_order":84,"added_in":"6.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":"NON-POTABLE WATER SYMBOL","unified":"1F6B1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b1.png","sheet_x":26,"sheet_y":11,"short_name":"non-potable_water","short_names":["non-potable_water"],"text":null,"texts":null,"category":"Symbols","sort_order":81,"added_in":"6.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":"BICYCLE","unified":"1F6B2","variations":[],"docomo":"E71D","au":"E4AE","softbank":"E136","google":"FE7EB","image":"1f6b2.png","sheet_x":26,"sheet_y":12,"short_name":"bike","short_names":["bike"],"text":null,"texts":null,"category":"Places","sort_order":15,"added_in":"6.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":"NO BICYCLES","unified":"1F6B3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b3.png","sheet_x":26,"sheet_y":13,"short_name":"no_bicycles","short_names":["no_bicycles"],"text":null,"texts":null,"category":"Symbols","sort_order":80,"added_in":"6.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":"BICYCLIST","unified":"1F6B4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b4.png","sheet_x":26,"sheet_y":14,"short_name":"bicyclist","short_names":["bicyclist"],"text":null,"texts":null,"category":"Activity","sort_order":51,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6B4-1F3FB","image":"1f6b4-1f3fb.png","sheet_x":26,"sheet_y":15,"added_in":"8.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},"1F3FC":{"unified":"1F6B4-1F3FC","image":"1f6b4-1f3fc.png","sheet_x":26,"sheet_y":16,"added_in":"8.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},"1F3FD":{"unified":"1F6B4-1F3FD","image":"1f6b4-1f3fd.png","sheet_x":26,"sheet_y":17,"added_in":"8.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},"1F3FE":{"unified":"1F6B4-1F3FE","image":"1f6b4-1f3fe.png","sheet_x":26,"sheet_y":18,"added_in":"8.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},"1F3FF":{"unified":"1F6B4-1F3FF","image":"1f6b4-1f3ff.png","sheet_x":26,"sheet_y":19,"added_in":"8.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}},"obsoleted_by":"1F6B4-200D-2642-FE0F"},{"name":"MOUNTAIN BICYCLIST","unified":"1F6B5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b5.png","sheet_x":26,"sheet_y":20,"short_name":"mountain_bicyclist","short_names":["mountain_bicyclist"],"text":null,"texts":null,"category":"Activity","sort_order":53,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6B5-1F3FB","image":"1f6b5-1f3fb.png","sheet_x":26,"sheet_y":21,"added_in":"8.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},"1F3FC":{"unified":"1F6B5-1F3FC","image":"1f6b5-1f3fc.png","sheet_x":26,"sheet_y":22,"added_in":"8.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},"1F3FD":{"unified":"1F6B5-1F3FD","image":"1f6b5-1f3fd.png","sheet_x":26,"sheet_y":23,"added_in":"8.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},"1F3FE":{"unified":"1F6B5-1F3FE","image":"1f6b5-1f3fe.png","sheet_x":26,"sheet_y":24,"added_in":"8.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},"1F3FF":{"unified":"1F6B5-1F3FF","image":"1f6b5-1f3ff.png","sheet_x":26,"sheet_y":25,"added_in":"8.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}},"obsoleted_by":"1F6B5-200D-2642-FE0F"},{"name":"PEDESTRIAN","unified":"1F6B6","variations":[],"docomo":"E733","au":"EB72","softbank":"E201","google":"FE7F0","image":"1f6b6.png","sheet_x":26,"sheet_y":26,"short_name":"walking","short_names":["walking"],"text":null,"texts":null,"category":"People","sort_order":231,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6B6-1F3FB","image":"1f6b6-1f3fb.png","sheet_x":26,"sheet_y":27,"added_in":"8.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},"1F3FC":{"unified":"1F6B6-1F3FC","image":"1f6b6-1f3fc.png","sheet_x":26,"sheet_y":28,"added_in":"8.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},"1F3FD":{"unified":"1F6B6-1F3FD","image":"1f6b6-1f3fd.png","sheet_x":26,"sheet_y":29,"added_in":"8.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},"1F3FE":{"unified":"1F6B6-1F3FE","image":"1f6b6-1f3fe.png","sheet_x":26,"sheet_y":30,"added_in":"8.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},"1F3FF":{"unified":"1F6B6-1F3FF","image":"1f6b6-1f3ff.png","sheet_x":26,"sheet_y":31,"added_in":"8.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}},"obsoleted_by":"1F6B6-200D-2642-FE0F"},{"name":"NO PEDESTRIANS","unified":"1F6B7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b7.png","sheet_x":26,"sheet_y":32,"short_name":"no_pedestrians","short_names":["no_pedestrians"],"text":null,"texts":null,"category":"Symbols","sort_order":78,"added_in":"6.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":"CHILDREN CROSSING","unified":"1F6B8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b8.png","sheet_x":26,"sheet_y":33,"short_name":"children_crossing","short_names":["children_crossing"],"text":null,"texts":null,"category":"Symbols","sort_order":95,"added_in":"6.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":"MENS SYMBOL","unified":"1F6B9","variations":[],"docomo":null,"au":null,"softbank":"E138","google":"FEB33","image":"1f6b9.png","sheet_x":26,"sheet_y":34,"short_name":"mens","short_names":["mens"],"text":null,"texts":null,"category":"Symbols","sort_order":121,"added_in":"6.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":"WOMENS SYMBOL","unified":"1F6BA","variations":[],"docomo":null,"au":null,"softbank":"E139","google":"FEB34","image":"1f6ba.png","sheet_x":26,"sheet_y":35,"short_name":"womens","short_names":["womens"],"text":null,"texts":null,"category":"Symbols","sort_order":122,"added_in":"6.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":"RESTROOM","unified":"1F6BB","variations":[],"docomo":"E66E","au":"E4A5","softbank":"E151","google":"FE506","image":"1f6bb.png","sheet_x":26,"sheet_y":36,"short_name":"restroom","short_names":["restroom"],"text":null,"texts":null,"category":"Symbols","sort_order":124,"added_in":"6.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":"BABY SYMBOL","unified":"1F6BC","variations":[],"docomo":null,"au":"EB18","softbank":"E13A","google":"FEB35","image":"1f6bc.png","sheet_x":26,"sheet_y":37,"short_name":"baby_symbol","short_names":["baby_symbol"],"text":null,"texts":null,"category":"Symbols","sort_order":123,"added_in":"6.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":"TOILET","unified":"1F6BD","variations":[],"docomo":"E66E","au":"E4A5","softbank":"E140","google":"FE507","image":"1f6bd.png","sheet_x":26,"sheet_y":38,"short_name":"toilet","short_names":["toilet"],"text":null,"texts":null,"category":"Objects","sort_order":83,"added_in":"6.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":"WATER CLOSET","unified":"1F6BE","variations":[],"docomo":"E66E","au":"E4A5","softbank":"E309","google":"FE508","image":"1f6be.png","sheet_x":26,"sheet_y":39,"short_name":"wc","short_names":["wc"],"text":null,"texts":null,"category":"Symbols","sort_order":112,"added_in":"6.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":"SHOWER","unified":"1F6BF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6bf.png","sheet_x":26,"sheet_y":40,"short_name":"shower","short_names":["shower"],"text":null,"texts":null,"category":"Objects","sort_order":85,"added_in":"6.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":"BATH","unified":"1F6C0","variations":[],"docomo":"E6F7","au":"E5D8","softbank":"E13F","google":"FE505","image":"1f6c0.png","sheet_x":26,"sheet_y":41,"short_name":"bath","short_names":["bath"],"text":null,"texts":null,"category":"Objects","sort_order":87,"added_in":"6.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,"skin_variations":{"1F3FB":{"unified":"1F6C0-1F3FB","image":"1f6c0-1f3fb.png","sheet_x":26,"sheet_y":42,"added_in":"8.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},"1F3FC":{"unified":"1F6C0-1F3FC","image":"1f6c0-1f3fc.png","sheet_x":26,"sheet_y":43,"added_in":"8.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},"1F3FD":{"unified":"1F6C0-1F3FD","image":"1f6c0-1f3fd.png","sheet_x":26,"sheet_y":44,"added_in":"8.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},"1F3FE":{"unified":"1F6C0-1F3FE","image":"1f6c0-1f3fe.png","sheet_x":26,"sheet_y":45,"added_in":"8.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},"1F3FF":{"unified":"1F6C0-1F3FF","image":"1f6c0-1f3ff.png","sheet_x":26,"sheet_y":46,"added_in":"8.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":"BATHTUB","unified":"1F6C1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c1.png","sheet_x":26,"sheet_y":47,"short_name":"bathtub","short_names":["bathtub"],"text":null,"texts":null,"category":"Objects","sort_order":86,"added_in":"6.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":"PASSPORT CONTROL","unified":"1F6C2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c2.png","sheet_x":26,"sheet_y":48,"short_name":"passport_control","short_names":["passport_control"],"text":null,"texts":null,"category":"Symbols","sort_order":117,"added_in":"6.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":"CUSTOMS","unified":"1F6C3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c3.png","sheet_x":27,"sheet_y":0,"short_name":"customs","short_names":["customs"],"text":null,"texts":null,"category":"Symbols","sort_order":118,"added_in":"6.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":"BAGGAGE CLAIM","unified":"1F6C4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c4.png","sheet_x":27,"sheet_y":1,"short_name":"baggage_claim","short_names":["baggage_claim"],"text":null,"texts":null,"category":"Symbols","sort_order":119,"added_in":"6.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":"LEFT LUGGAGE","unified":"1F6C5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6c5.png","sheet_x":27,"sheet_y":2,"short_name":"left_luggage","short_names":["left_luggage"],"text":null,"texts":null,"category":"Symbols","sort_order":120,"added_in":"6.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":"COUCH AND LAMP","unified":"1F6CB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6cb.png","sheet_x":27,"sheet_y":3,"short_name":"couch_and_lamp","short_names":["couch_and_lamp"],"text":null,"texts":null,"category":"Objects","sort_order":92,"added_in":"7.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},{"name":"SLEEPING ACCOMMODATION","unified":"1F6CC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6cc.png","sheet_x":27,"sheet_y":4,"short_name":"sleeping_accommodation","short_names":["sleeping_accommodation"],"text":null,"texts":null,"category":"Objects","sort_order":94,"added_in":"7.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,"skin_variations":{"1F3FB":{"unified":"1F6CC-1F3FB","image":"1f6cc-1f3fb.png","sheet_x":27,"sheet_y":5,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F6CC-1F3FC","image":"1f6cc-1f3fc.png","sheet_x":27,"sheet_y":6,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F6CC-1F3FD","image":"1f6cc-1f3fd.png","sheet_x":27,"sheet_y":7,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F6CC-1F3FE","image":"1f6cc-1f3fe.png","sheet_x":27,"sheet_y":8,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F6CC-1F3FF","image":"1f6cc-1f3ff.png","sheet_x":27,"sheet_y":9,"added_in":"8.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"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":27,"sheet_y":10,"short_name":"shopping_bags","short_names":["shopping_bags"],"text":null,"texts":null,"category":"Objects","sort_order":96,"added_in":"7.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},{"name":"BELLHOP BELL","unified":"1F6CE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6ce.png","sheet_x":27,"sheet_y":11,"short_name":"bellhop_bell","short_names":["bellhop_bell"],"text":null,"texts":null,"category":"Objects","sort_order":88,"added_in":"7.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},{"name":"BED","unified":"1F6CF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6cf.png","sheet_x":27,"sheet_y":12,"short_name":"bed","short_names":["bed"],"text":null,"texts":null,"category":"Objects","sort_order":93,"added_in":"7.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},{"name":"PLACE OF WORSHIP","unified":"1F6D0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6d0.png","sheet_x":27,"sheet_y":13,"short_name":"place_of_worship","short_names":["place_of_worship"],"text":null,"texts":null,"category":"Symbols","sort_order":27,"added_in":"8.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},{"name":"OCTAGONAL SIGN","unified":"1F6D1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6d1.png","sheet_x":27,"sheet_y":14,"short_name":"octagonal_sign","short_names":["octagonal_sign"],"text":null,"texts":null,"category":"Symbols","sort_order":71,"added_in":"9.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},{"name":"SHOPPING TROLLEY","unified":"1F6D2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6d2.png","sheet_x":27,"sheet_y":15,"short_name":"shopping_trolley","short_names":["shopping_trolley"],"text":null,"texts":null,"category":"Objects","sort_order":97,"added_in":"9.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},{"name":"HAMMER AND WRENCH","unified":"1F6E0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e0.png","sheet_x":27,"sheet_y":16,"short_name":"hammer_and_wrench","short_names":["hammer_and_wrench"],"text":null,"texts":null,"category":"Objects","sort_order":58,"added_in":"7.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},{"name":"SHIELD","unified":"1F6E1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e1.png","sheet_x":27,"sheet_y":17,"short_name":"shield","short_names":["shield"],"text":null,"texts":null,"category":"Objects","sort_order":68,"added_in":"7.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},{"name":"OIL DRUM","unified":"1F6E2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e2.png","sheet_x":27,"sheet_y":18,"short_name":"oil_drum","short_names":["oil_drum"],"text":null,"texts":null,"category":"Objects","sort_order":45,"added_in":"7.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},{"name":"MOTORWAY","unified":"1F6E3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e3.png","sheet_x":27,"sheet_y":19,"short_name":"motorway","short_names":["motorway"],"text":null,"texts":null,"category":"Places","sort_order":81,"added_in":"7.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},{"name":"RAILWAY TRACK","unified":"1F6E4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e4.png","sheet_x":27,"sheet_y":20,"short_name":"railway_track","short_names":["railway_track"],"text":null,"texts":null,"category":"Places","sort_order":80,"added_in":"7.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},{"name":"MOTOR BOAT","unified":"1F6E5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e5.png","sheet_x":27,"sheet_y":21,"short_name":"motor_boat","short_names":["motor_boat"],"text":null,"texts":null,"category":"Places","sort_order":48,"added_in":"7.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},{"name":"SMALL AIRPLANE","unified":"1F6E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6e9.png","sheet_x":27,"sheet_y":22,"short_name":"small_airplane","short_names":["small_airplane"],"text":null,"texts":null,"category":"Places","sort_order":39,"added_in":"7.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},{"name":"AIRPLANE DEPARTURE","unified":"1F6EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6eb.png","sheet_x":27,"sheet_y":23,"short_name":"airplane_departure","short_names":["airplane_departure"],"text":null,"texts":null,"category":"Places","sort_order":41,"added_in":"7.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},{"name":"AIRPLANE ARRIVING","unified":"1F6EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6ec.png","sheet_x":27,"sheet_y":24,"short_name":"airplane_arriving","short_names":["airplane_arriving"],"text":null,"texts":null,"category":"Places","sort_order":42,"added_in":"7.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},{"name":"SATELLITE","unified":"1F6F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f0.png","sheet_x":27,"sheet_y":25,"short_name":"satellite","short_names":["satellite"],"text":null,"texts":null,"category":"Places","sort_order":44,"added_in":"7.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},{"name":"PASSENGER SHIP","unified":"1F6F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f3.png","sheet_x":27,"sheet_y":26,"short_name":"passenger_ship","short_names":["passenger_ship"],"text":null,"texts":null,"category":"Places","sort_order":50,"added_in":"7.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},{"name":"SCOOTER","unified":"1F6F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f4.png","sheet_x":27,"sheet_y":27,"short_name":"scooter","short_names":["scooter"],"text":null,"texts":null,"category":"Places","sort_order":14,"added_in":"9.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},{"name":"MOTOR SCOOTER","unified":"1F6F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f5.png","sheet_x":27,"sheet_y":28,"short_name":"motor_scooter","short_names":["motor_scooter"],"text":null,"texts":null,"category":"Places","sort_order":16,"added_in":"9.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},{"name":"CANOE","unified":"1F6F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6f6.png","sheet_x":27,"sheet_y":29,"short_name":"canoe","short_names":["canoe"],"text":null,"texts":null,"category":"Places","sort_order":46,"added_in":"9.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},{"name":"ZIPPER-MOUTH FACE","unified":"1F910","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f910.png","sheet_x":27,"sheet_y":30,"short_name":"zipper_mouth_face","short_names":["zipper_mouth_face"],"text":null,"texts":null,"category":"People","sort_order":70,"added_in":"8.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},{"name":"MONEY-MOUTH FACE","unified":"1F911","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f911.png","sheet_x":27,"sheet_y":31,"short_name":"money_mouth_face","short_names":["money_mouth_face"],"text":null,"texts":null,"category":"People","sort_order":25,"added_in":"8.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},{"name":"FACE WITH THERMOMETER","unified":"1F912","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f912.png","sheet_x":27,"sheet_y":32,"short_name":"face_with_thermometer","short_names":["face_with_thermometer"],"text":null,"texts":null,"category":"People","sort_order":74,"added_in":"8.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},{"name":"NERD FACE","unified":"1F913","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f913.png","sheet_x":27,"sheet_y":33,"short_name":"nerd_face","short_names":["nerd_face"],"text":null,"texts":null,"category":"People","sort_order":27,"added_in":"8.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},{"name":"THINKING FACE","unified":"1F914","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f914.png","sheet_x":27,"sheet_y":34,"short_name":"thinking_face","short_names":["thinking_face"],"text":null,"texts":null,"category":"People","sort_order":67,"added_in":"8.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},{"name":"FACE WITH HEAD-BANDAGE","unified":"1F915","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f915.png","sheet_x":27,"sheet_y":35,"short_name":"face_with_head_bandage","short_names":["face_with_head_bandage"],"text":null,"texts":null,"category":"People","sort_order":75,"added_in":"8.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},{"name":"ROBOT FACE","unified":"1F916","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f916.png","sheet_x":27,"sheet_y":36,"short_name":"robot_face","short_names":["robot_face"],"text":null,"texts":null,"category":"People","sort_order":86,"added_in":"8.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},{"name":"HUGGING FACE","unified":"1F917","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f917.png","sheet_x":27,"sheet_y":37,"short_name":"hugging_face","short_names":["hugging_face"],"text":null,"texts":null,"category":"People","sort_order":26,"added_in":"8.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},{"name":"SIGN OF THE HORNS","unified":"1F918","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f918.png","sheet_x":27,"sheet_y":38,"short_name":"the_horns","short_names":["the_horns","sign_of_the_horns"],"text":null,"texts":null,"category":"People","sort_order":110,"added_in":"8.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,"skin_variations":{"1F3FB":{"unified":"1F918-1F3FB","image":"1f918-1f3fb.png","sheet_x":27,"sheet_y":39,"added_in":"8.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},"1F3FC":{"unified":"1F918-1F3FC","image":"1f918-1f3fc.png","sheet_x":27,"sheet_y":40,"added_in":"8.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},"1F3FD":{"unified":"1F918-1F3FD","image":"1f918-1f3fd.png","sheet_x":27,"sheet_y":41,"added_in":"8.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},"1F3FE":{"unified":"1F918-1F3FE","image":"1f918-1f3fe.png","sheet_x":27,"sheet_y":42,"added_in":"8.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},"1F3FF":{"unified":"1F918-1F3FF","image":"1f918-1f3ff.png","sheet_x":27,"sheet_y":43,"added_in":"8.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}}},{"name":"CALL ME HAND","unified":"1F919","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f919.png","sheet_x":27,"sheet_y":44,"short_name":"call_me_hand","short_names":["call_me_hand"],"text":null,"texts":null,"category":"People","sort_order":122,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F919-1F3FB","image":"1f919-1f3fb.png","sheet_x":27,"sheet_y":45,"added_in":"9.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},"1F3FC":{"unified":"1F919-1F3FC","image":"1f919-1f3fc.png","sheet_x":27,"sheet_y":46,"added_in":"9.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},"1F3FD":{"unified":"1F919-1F3FD","image":"1f919-1f3fd.png","sheet_x":27,"sheet_y":47,"added_in":"9.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},"1F3FE":{"unified":"1F919-1F3FE","image":"1f919-1f3fe.png","sheet_x":27,"sheet_y":48,"added_in":"9.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},"1F3FF":{"unified":"1F919-1F3FF","image":"1f919-1f3ff.png","sheet_x":28,"sheet_y":0,"added_in":"9.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}}},{"name":"RAISED BACK OF HAND","unified":"1F91A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91a.png","sheet_x":28,"sheet_y":1,"short_name":"raised_back_of_hand","short_names":["raised_back_of_hand"],"text":null,"texts":null,"category":"People","sort_order":118,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F91A-1F3FB","image":"1f91a-1f3fb.png","sheet_x":28,"sheet_y":2,"added_in":"9.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},"1F3FC":{"unified":"1F91A-1F3FC","image":"1f91a-1f3fc.png","sheet_x":28,"sheet_y":3,"added_in":"9.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},"1F3FD":{"unified":"1F91A-1F3FD","image":"1f91a-1f3fd.png","sheet_x":28,"sheet_y":4,"added_in":"9.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},"1F3FE":{"unified":"1F91A-1F3FE","image":"1f91a-1f3fe.png","sheet_x":28,"sheet_y":5,"added_in":"9.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},"1F3FF":{"unified":"1F91A-1F3FF","image":"1f91a-1f3ff.png","sheet_x":28,"sheet_y":6,"added_in":"9.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}}},{"name":"LEFT-FACING FIST","unified":"1F91B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91b.png","sheet_x":28,"sheet_y":7,"short_name":"left-facing_fist","short_names":["left-facing_fist"],"text":null,"texts":null,"category":"People","sort_order":106,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F91B-1F3FB","image":"1f91b-1f3fb.png","sheet_x":28,"sheet_y":8,"added_in":"9.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},"1F3FC":{"unified":"1F91B-1F3FC","image":"1f91b-1f3fc.png","sheet_x":28,"sheet_y":9,"added_in":"9.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},"1F3FD":{"unified":"1F91B-1F3FD","image":"1f91b-1f3fd.png","sheet_x":28,"sheet_y":10,"added_in":"9.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},"1F3FE":{"unified":"1F91B-1F3FE","image":"1f91b-1f3fe.png","sheet_x":28,"sheet_y":11,"added_in":"9.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},"1F3FF":{"unified":"1F91B-1F3FF","image":"1f91b-1f3ff.png","sheet_x":28,"sheet_y":12,"added_in":"9.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}}},{"name":"RIGHT-FACING FIST","unified":"1F91C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91c.png","sheet_x":28,"sheet_y":13,"short_name":"right-facing_fist","short_names":["right-facing_fist"],"text":null,"texts":null,"category":"People","sort_order":107,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F91C-1F3FB","image":"1f91c-1f3fb.png","sheet_x":28,"sheet_y":14,"added_in":"9.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},"1F3FC":{"unified":"1F91C-1F3FC","image":"1f91c-1f3fc.png","sheet_x":28,"sheet_y":15,"added_in":"9.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},"1F3FD":{"unified":"1F91C-1F3FD","image":"1f91c-1f3fd.png","sheet_x":28,"sheet_y":16,"added_in":"9.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},"1F3FE":{"unified":"1F91C-1F3FE","image":"1f91c-1f3fe.png","sheet_x":28,"sheet_y":17,"added_in":"9.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},"1F3FF":{"unified":"1F91C-1F3FF","image":"1f91c-1f3ff.png","sheet_x":28,"sheet_y":18,"added_in":"9.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}}},{"name":"HANDSHAKE","unified":"1F91D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91d.png","sheet_x":28,"sheet_y":19,"short_name":"handshake","short_names":["handshake"],"text":null,"texts":null,"category":"People","sort_order":101,"added_in":"9.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},{"name":"HAND WITH INDEX AND MIDDLE FINGERS CROSSED","unified":"1F91E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f91e.png","sheet_x":28,"sheet_y":20,"short_name":"hand_with_index_and_middle_fingers_crossed","short_names":["hand_with_index_and_middle_fingers_crossed"],"text":null,"texts":null,"category":"People","sort_order":108,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F91E-1F3FB","image":"1f91e-1f3fb.png","sheet_x":28,"sheet_y":21,"added_in":"9.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},"1F3FC":{"unified":"1F91E-1F3FC","image":"1f91e-1f3fc.png","sheet_x":28,"sheet_y":22,"added_in":"9.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},"1F3FD":{"unified":"1F91E-1F3FD","image":"1f91e-1f3fd.png","sheet_x":28,"sheet_y":23,"added_in":"9.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},"1F3FE":{"unified":"1F91E-1F3FE","image":"1f91e-1f3fe.png","sheet_x":28,"sheet_y":24,"added_in":"9.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},"1F3FF":{"unified":"1F91E-1F3FF","image":"1f91e-1f3ff.png","sheet_x":28,"sheet_y":25,"added_in":"9.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}}},{"name":"FACE WITH COWBOY HAT","unified":"1F920","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f920.png","sheet_x":28,"sheet_y":26,"short_name":"face_with_cowboy_hat","short_names":["face_with_cowboy_hat"],"text":null,"texts":null,"category":"People","sort_order":30,"added_in":"9.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},{"name":"CLOWN FACE","unified":"1F921","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f921.png","sheet_x":28,"sheet_y":27,"short_name":"clown_face","short_names":["clown_face"],"text":null,"texts":null,"category":"People","sort_order":29,"added_in":"9.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},{"name":"NAUSEATED FACE","unified":"1F922","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f922.png","sheet_x":28,"sheet_y":28,"short_name":"nauseated_face","short_names":["nauseated_face"],"text":null,"texts":null,"category":"People","sort_order":71,"added_in":"9.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},{"name":"ROLLING ON THE FLOOR LAUGHING","unified":"1F923","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f923.png","sheet_x":28,"sheet_y":29,"short_name":"rolling_on_the_floor_laughing","short_names":["rolling_on_the_floor_laughing"],"text":null,"texts":null,"category":"People","sort_order":8,"added_in":"9.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},{"name":"DROOLING FACE","unified":"1F924","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f924.png","sheet_x":28,"sheet_y":30,"short_name":"drooling_face","short_names":["drooling_face"],"text":null,"texts":null,"category":"People","sort_order":61,"added_in":"9.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},{"name":"LYING FACE","unified":"1F925","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f925.png","sheet_x":28,"sheet_y":31,"short_name":"lying_face","short_names":["lying_face"],"text":null,"texts":null,"category":"People","sort_order":68,"added_in":"9.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},{"name":"FACE PALM","unified":"1F926","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f926.png","sheet_x":28,"sheet_y":32,"short_name":"face_palm","short_names":["face_palm"],"text":null,"texts":null,"category":"People","sort_order":211,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F926-1F3FB","image":"1f926-1f3fb.png","sheet_x":28,"sheet_y":33,"added_in":"9.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},"1F3FC":{"unified":"1F926-1F3FC","image":"1f926-1f3fc.png","sheet_x":28,"sheet_y":34,"added_in":"9.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},"1F3FD":{"unified":"1F926-1F3FD","image":"1f926-1f3fd.png","sheet_x":28,"sheet_y":35,"added_in":"9.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},"1F3FE":{"unified":"1F926-1F3FE","image":"1f926-1f3fe.png","sheet_x":28,"sheet_y":36,"added_in":"9.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},"1F3FF":{"unified":"1F926-1F3FF","image":"1f926-1f3ff.png","sheet_x":28,"sheet_y":37,"added_in":"9.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}}},{"name":"SNEEZING FACE","unified":"1F927","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f927.png","sheet_x":28,"sheet_y":38,"short_name":"sneezing_face","short_names":["sneezing_face"],"text":null,"texts":null,"category":"People","sort_order":72,"added_in":"9.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},{"name":"PREGNANT WOMAN","unified":"1F930","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f930.png","sheet_x":28,"sheet_y":39,"short_name":"pregnant_woman","short_names":["pregnant_woman"],"text":null,"texts":null,"category":"People","sort_order":200,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F930-1F3FB","image":"1f930-1f3fb.png","sheet_x":28,"sheet_y":40,"added_in":"9.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},"1F3FC":{"unified":"1F930-1F3FC","image":"1f930-1f3fc.png","sheet_x":28,"sheet_y":41,"added_in":"9.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},"1F3FD":{"unified":"1F930-1F3FD","image":"1f930-1f3fd.png","sheet_x":28,"sheet_y":42,"added_in":"9.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},"1F3FE":{"unified":"1F930-1F3FE","image":"1f930-1f3fe.png","sheet_x":28,"sheet_y":43,"added_in":"9.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},"1F3FF":{"unified":"1F930-1F3FF","image":"1f930-1f3ff.png","sheet_x":28,"sheet_y":44,"added_in":"9.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}}},{"name":"SELFIE","unified":"1F933","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f933.png","sheet_x":28,"sheet_y":45,"short_name":"selfie","short_names":["selfie"],"text":null,"texts":null,"category":"People","sort_order":126,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F933-1F3FB","image":"1f933-1f3fb.png","sheet_x":28,"sheet_y":46,"added_in":"9.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},"1F3FC":{"unified":"1F933-1F3FC","image":"1f933-1f3fc.png","sheet_x":28,"sheet_y":47,"added_in":"9.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},"1F3FD":{"unified":"1F933-1F3FD","image":"1f933-1f3fd.png","sheet_x":28,"sheet_y":48,"added_in":"9.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},"1F3FE":{"unified":"1F933-1F3FE","image":"1f933-1f3fe.png","sheet_x":29,"sheet_y":0,"added_in":"9.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},"1F3FF":{"unified":"1F933-1F3FF","image":"1f933-1f3ff.png","sheet_x":29,"sheet_y":1,"added_in":"9.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}}},{"name":"PRINCE","unified":"1F934","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f934.png","sheet_x":29,"sheet_y":2,"short_name":"prince","short_names":["prince"],"text":null,"texts":null,"category":"People","sort_order":196,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F934-1F3FB","image":"1f934-1f3fb.png","sheet_x":29,"sheet_y":3,"added_in":"9.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},"1F3FC":{"unified":"1F934-1F3FC","image":"1f934-1f3fc.png","sheet_x":29,"sheet_y":4,"added_in":"9.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},"1F3FD":{"unified":"1F934-1F3FD","image":"1f934-1f3fd.png","sheet_x":29,"sheet_y":5,"added_in":"9.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},"1F3FE":{"unified":"1F934-1F3FE","image":"1f934-1f3fe.png","sheet_x":29,"sheet_y":6,"added_in":"9.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},"1F3FF":{"unified":"1F934-1F3FF","image":"1f934-1f3ff.png","sheet_x":29,"sheet_y":7,"added_in":"9.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}}},{"name":"MAN IN TUXEDO","unified":"1F935","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f935.png","sheet_x":29,"sheet_y":8,"short_name":"man_in_tuxedo","short_names":["man_in_tuxedo"],"text":null,"texts":null,"category":"People","sort_order":198,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F935-1F3FB","image":"1f935-1f3fb.png","sheet_x":29,"sheet_y":9,"added_in":"9.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},"1F3FC":{"unified":"1F935-1F3FC","image":"1f935-1f3fc.png","sheet_x":29,"sheet_y":10,"added_in":"9.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},"1F3FD":{"unified":"1F935-1F3FD","image":"1f935-1f3fd.png","sheet_x":29,"sheet_y":11,"added_in":"9.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},"1F3FE":{"unified":"1F935-1F3FE","image":"1f935-1f3fe.png","sheet_x":29,"sheet_y":12,"added_in":"9.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},"1F3FF":{"unified":"1F935-1F3FF","image":"1f935-1f3ff.png","sheet_x":29,"sheet_y":13,"added_in":"9.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}}},{"name":"MOTHER CHRISTMAS","unified":"1F936","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f936.png","sheet_x":29,"sheet_y":14,"short_name":"mother_christmas","short_names":["mother_christmas"],"text":null,"texts":null,"category":"People","sort_order":193,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F936-1F3FB","image":"1f936-1f3fb.png","sheet_x":29,"sheet_y":15,"added_in":"9.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},"1F3FC":{"unified":"1F936-1F3FC","image":"1f936-1f3fc.png","sheet_x":29,"sheet_y":16,"added_in":"9.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},"1F3FD":{"unified":"1F936-1F3FD","image":"1f936-1f3fd.png","sheet_x":29,"sheet_y":17,"added_in":"9.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},"1F3FE":{"unified":"1F936-1F3FE","image":"1f936-1f3fe.png","sheet_x":29,"sheet_y":18,"added_in":"9.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},"1F3FF":{"unified":"1F936-1F3FF","image":"1f936-1f3ff.png","sheet_x":29,"sheet_y":19,"added_in":"9.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}}},{"name":"SHRUG","unified":"1F937","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f937.png","sheet_x":29,"sheet_y":20,"short_name":"shrug","short_names":["shrug"],"text":null,"texts":null,"category":"People","sort_order":214,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F937-1F3FB","image":"1f937-1f3fb.png","sheet_x":29,"sheet_y":21,"added_in":"9.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},"1F3FC":{"unified":"1F937-1F3FC","image":"1f937-1f3fc.png","sheet_x":29,"sheet_y":22,"added_in":"9.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},"1F3FD":{"unified":"1F937-1F3FD","image":"1f937-1f3fd.png","sheet_x":29,"sheet_y":23,"added_in":"9.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},"1F3FE":{"unified":"1F937-1F3FE","image":"1f937-1f3fe.png","sheet_x":29,"sheet_y":24,"added_in":"9.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},"1F3FF":{"unified":"1F937-1F3FF","image":"1f937-1f3ff.png","sheet_x":29,"sheet_y":25,"added_in":"9.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}}},{"name":"PERSON DOING CARTWHEEL","unified":"1F938","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f938.png","sheet_x":29,"sheet_y":26,"short_name":"person_doing_cartwheel","short_names":["person_doing_cartwheel"],"text":null,"texts":null,"category":"Activity","sort_order":30,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F938-1F3FB","image":"1f938-1f3fb.png","sheet_x":29,"sheet_y":27,"added_in":"9.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},"1F3FC":{"unified":"1F938-1F3FC","image":"1f938-1f3fc.png","sheet_x":29,"sheet_y":28,"added_in":"9.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},"1F3FD":{"unified":"1F938-1F3FD","image":"1f938-1f3fd.png","sheet_x":29,"sheet_y":29,"added_in":"9.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},"1F3FE":{"unified":"1F938-1F3FE","image":"1f938-1f3fe.png","sheet_x":29,"sheet_y":30,"added_in":"9.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},"1F3FF":{"unified":"1F938-1F3FF","image":"1f938-1f3ff.png","sheet_x":29,"sheet_y":31,"added_in":"9.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}}},{"name":"JUGGLING","unified":"1F939","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f939.png","sheet_x":29,"sheet_y":32,"short_name":"juggling","short_names":["juggling"],"text":null,"texts":null,"category":"Activity","sort_order":66,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F939-1F3FB","image":"1f939-1f3fb.png","sheet_x":29,"sheet_y":33,"added_in":"9.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},"1F3FC":{"unified":"1F939-1F3FC","image":"1f939-1f3fc.png","sheet_x":29,"sheet_y":34,"added_in":"9.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},"1F3FD":{"unified":"1F939-1F3FD","image":"1f939-1f3fd.png","sheet_x":29,"sheet_y":35,"added_in":"9.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},"1F3FE":{"unified":"1F939-1F3FE","image":"1f939-1f3fe.png","sheet_x":29,"sheet_y":36,"added_in":"9.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},"1F3FF":{"unified":"1F939-1F3FF","image":"1f939-1f3ff.png","sheet_x":29,"sheet_y":37,"added_in":"9.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}}},{"name":"FENCER","unified":"1F93A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93a.png","sheet_x":29,"sheet_y":38,"short_name":"fencer","short_names":["fencer"],"text":null,"texts":null,"category":"Activity","sort_order":26,"added_in":"9.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},{"name":"WRESTLERS","unified":"1F93C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93c.png","sheet_x":29,"sheet_y":39,"short_name":"wrestlers","short_names":["wrestlers"],"text":null,"texts":null,"category":"Activity","sort_order":27,"added_in":"9.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},{"name":"WATER POLO","unified":"1F93D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93d.png","sheet_x":29,"sheet_y":40,"short_name":"water_polo","short_names":["water_polo"],"text":null,"texts":null,"category":"Activity","sort_order":44,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F93D-1F3FB","image":"1f93d-1f3fb.png","sheet_x":29,"sheet_y":41,"added_in":"9.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},"1F3FC":{"unified":"1F93D-1F3FC","image":"1f93d-1f3fc.png","sheet_x":29,"sheet_y":42,"added_in":"9.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},"1F3FD":{"unified":"1F93D-1F3FD","image":"1f93d-1f3fd.png","sheet_x":29,"sheet_y":43,"added_in":"9.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},"1F3FE":{"unified":"1F93D-1F3FE","image":"1f93d-1f3fe.png","sheet_x":29,"sheet_y":44,"added_in":"9.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},"1F3FF":{"unified":"1F93D-1F3FF","image":"1f93d-1f3ff.png","sheet_x":29,"sheet_y":45,"added_in":"9.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}}},{"name":"HANDBALL","unified":"1F93E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93e.png","sheet_x":29,"sheet_y":46,"short_name":"handball","short_names":["handball"],"text":null,"texts":null,"category":"Activity","sort_order":35,"added_in":"9.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,"skin_variations":{"1F3FB":{"unified":"1F93E-1F3FB","image":"1f93e-1f3fb.png","sheet_x":29,"sheet_y":47,"added_in":"9.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},"1F3FC":{"unified":"1F93E-1F3FC","image":"1f93e-1f3fc.png","sheet_x":29,"sheet_y":48,"added_in":"9.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},"1F3FD":{"unified":"1F93E-1F3FD","image":"1f93e-1f3fd.png","sheet_x":30,"sheet_y":0,"added_in":"9.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},"1F3FE":{"unified":"1F93E-1F3FE","image":"1f93e-1f3fe.png","sheet_x":30,"sheet_y":1,"added_in":"9.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},"1F3FF":{"unified":"1F93E-1F3FF","image":"1f93e-1f3ff.png","sheet_x":30,"sheet_y":2,"added_in":"9.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}}},{"name":"WILTED FLOWER","unified":"1F940","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f940.png","sheet_x":30,"sheet_y":3,"short_name":"wilted_flower","short_names":["wilted_flower"],"text":null,"texts":null,"category":"Nature","sort_order":108,"added_in":"9.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},{"name":"DRUM WITH DRUMSTICKS","unified":"1F941","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f941.png","sheet_x":30,"sheet_y":4,"short_name":"drum_with_drumsticks","short_names":["drum_with_drumsticks"],"text":null,"texts":null,"category":"Activity","sort_order":76,"added_in":"9.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},{"name":"CLINKING GLASSES","unified":"1F942","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f942.png","sheet_x":30,"sheet_y":5,"short_name":"clinking_glasses","short_names":["clinking_glasses"],"text":null,"texts":null,"category":"Foods","sort_order":78,"added_in":"9.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},{"name":"TUMBLER GLASS","unified":"1F943","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f943.png","sheet_x":30,"sheet_y":6,"short_name":"tumbler_glass","short_names":["tumbler_glass"],"text":null,"texts":null,"category":"Foods","sort_order":80,"added_in":"9.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},{"name":"SPOON","unified":"1F944","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f944.png","sheet_x":30,"sheet_y":7,"short_name":"spoon","short_names":["spoon"],"text":null,"texts":null,"category":"Foods","sort_order":84,"added_in":"9.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},{"name":"GOAL NET","unified":"1F945","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f945.png","sheet_x":30,"sheet_y":8,"short_name":"goal_net","short_names":["goal_net"],"text":null,"texts":null,"category":"Activity","sort_order":11,"added_in":"9.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},{"name":"FIRST PLACE MEDAL","unified":"1F947","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f947.png","sheet_x":30,"sheet_y":9,"short_name":"first_place_medal","short_names":["first_place_medal"],"text":null,"texts":null,"category":"Activity","sort_order":57,"added_in":"9.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},{"name":"SECOND PLACE MEDAL","unified":"1F948","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f948.png","sheet_x":30,"sheet_y":10,"short_name":"second_place_medal","short_names":["second_place_medal"],"text":null,"texts":null,"category":"Activity","sort_order":58,"added_in":"9.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},{"name":"THIRD PLACE MEDAL","unified":"1F949","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f949.png","sheet_x":30,"sheet_y":11,"short_name":"third_place_medal","short_names":["third_place_medal"],"text":null,"texts":null,"category":"Activity","sort_order":59,"added_in":"9.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},{"name":"BOXING GLOVE","unified":"1F94A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f94a.png","sheet_x":30,"sheet_y":12,"short_name":"boxing_glove","short_names":["boxing_glove"],"text":null,"texts":null,"category":"Activity","sort_order":18,"added_in":"9.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},{"name":"MARTIAL ARTS UNIFORM","unified":"1F94B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f94b.png","sheet_x":30,"sheet_y":13,"short_name":"martial_arts_uniform","short_names":["martial_arts_uniform"],"text":null,"texts":null,"category":"Activity","sort_order":19,"added_in":"9.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},{"name":"CROISSANT","unified":"1F950","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f950.png","sheet_x":30,"sheet_y":14,"short_name":"croissant","short_names":["croissant"],"text":null,"texts":null,"category":"Foods","sort_order":27,"added_in":"9.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},{"name":"AVOCADO","unified":"1F951","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f951.png","sheet_x":30,"sheet_y":15,"short_name":"avocado","short_names":["avocado"],"text":null,"texts":null,"category":"Foods","sort_order":15,"added_in":"9.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},{"name":"CUCUMBER","unified":"1F952","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f952.png","sheet_x":30,"sheet_y":16,"short_name":"cucumber","short_names":["cucumber"],"text":null,"texts":null,"category":"Foods","sort_order":18,"added_in":"9.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},{"name":"BACON","unified":"1F953","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f953.png","sheet_x":30,"sheet_y":17,"short_name":"bacon","short_names":["bacon"],"text":null,"texts":null,"category":"Foods","sort_order":33,"added_in":"9.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},{"name":"POTATO","unified":"1F954","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f954.png","sheet_x":30,"sheet_y":18,"short_name":"potato","short_names":["potato"],"text":null,"texts":null,"category":"Foods","sort_order":22,"added_in":"9.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},{"name":"CARROT","unified":"1F955","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f955.png","sheet_x":30,"sheet_y":19,"short_name":"carrot","short_names":["carrot"],"text":null,"texts":null,"category":"Foods","sort_order":19,"added_in":"9.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},{"name":"BAGUETTE BREAD","unified":"1F956","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f956.png","sheet_x":30,"sheet_y":20,"short_name":"baguette_bread","short_names":["baguette_bread"],"text":null,"texts":null,"category":"Foods","sort_order":29,"added_in":"9.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},{"name":"GREEN SALAD","unified":"1F957","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f957.png","sheet_x":30,"sheet_y":21,"short_name":"green_salad","short_names":["green_salad"],"text":null,"texts":null,"category":"Foods","sort_order":45,"added_in":"9.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},{"name":"SHALLOW PAN OF FOOD","unified":"1F958","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f958.png","sheet_x":30,"sheet_y":22,"short_name":"shallow_pan_of_food","short_names":["shallow_pan_of_food"],"text":null,"texts":null,"category":"Foods","sort_order":46,"added_in":"9.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},{"name":"STUFFED FLATBREAD","unified":"1F959","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f959.png","sheet_x":30,"sheet_y":23,"short_name":"stuffed_flatbread","short_names":["stuffed_flatbread"],"text":null,"texts":null,"category":"Foods","sort_order":42,"added_in":"9.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},{"name":"EGG","unified":"1F95A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95a.png","sheet_x":30,"sheet_y":24,"short_name":"egg","short_names":["egg"],"text":null,"texts":null,"category":"Foods","sort_order":31,"added_in":"9.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},{"name":"GLASS OF MILK","unified":"1F95B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95b.png","sheet_x":30,"sheet_y":25,"short_name":"glass_of_milk","short_names":["glass_of_milk"],"text":null,"texts":null,"category":"Foods","sort_order":71,"added_in":"9.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},{"name":"PEANUTS","unified":"1F95C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95c.png","sheet_x":30,"sheet_y":26,"short_name":"peanuts","short_names":["peanuts"],"text":null,"texts":null,"category":"Foods","sort_order":25,"added_in":"9.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},{"name":"KIWIFRUIT","unified":"1F95D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95d.png","sheet_x":30,"sheet_y":27,"short_name":"kiwifruit","short_names":["kiwifruit"],"text":null,"texts":null,"category":"Foods","sort_order":14,"added_in":"9.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},{"name":"PANCAKES","unified":"1F95E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f95e.png","sheet_x":30,"sheet_y":28,"short_name":"pancakes","short_names":["pancakes"],"text":null,"texts":null,"category":"Foods","sort_order":34,"added_in":"9.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},{"name":"CRAB","unified":"1F980","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f980.png","sheet_x":30,"sheet_y":29,"short_name":"crab","short_names":["crab"],"text":null,"texts":null,"category":"Nature","sort_order":48,"added_in":"8.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},{"name":"LION FACE","unified":"1F981","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f981.png","sheet_x":30,"sheet_y":30,"short_name":"lion_face","short_names":["lion_face"],"text":null,"texts":null,"category":"Nature","sort_order":11,"added_in":"8.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},{"name":"SCORPION","unified":"1F982","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f982.png","sheet_x":30,"sheet_y":31,"short_name":"scorpion","short_names":["scorpion"],"text":null,"texts":null,"category":"Nature","sort_order":47,"added_in":"8.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},{"name":"TURKEY","unified":"1F983","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f983.png","sheet_x":30,"sheet_y":32,"short_name":"turkey","short_names":["turkey"],"text":null,"texts":null,"category":"Nature","sort_order":80,"added_in":"8.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},{"name":"UNICORN FACE","unified":"1F984","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f984.png","sheet_x":30,"sheet_y":33,"short_name":"unicorn_face","short_names":["unicorn_face"],"text":null,"texts":null,"category":"Nature","sort_order":34,"added_in":"8.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},{"name":"EAGLE","unified":"1F985","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f985.png","sheet_x":30,"sheet_y":34,"short_name":"eagle","short_names":["eagle"],"text":null,"texts":null,"category":"Nature","sort_order":28,"added_in":"9.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},{"name":"DUCK","unified":"1F986","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f986.png","sheet_x":30,"sheet_y":35,"short_name":"duck","short_names":["duck"],"text":null,"texts":null,"category":"Nature","sort_order":27,"added_in":"9.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},{"name":"BAT","unified":"1F987","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f987.png","sheet_x":30,"sheet_y":36,"short_name":"bat","short_names":["bat"],"text":null,"texts":null,"category":"Nature","sort_order":30,"added_in":"9.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},{"name":"SHARK","unified":"1F988","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f988.png","sheet_x":30,"sheet_y":37,"short_name":"shark","short_names":["shark"],"text":null,"texts":null,"category":"Nature","sort_order":56,"added_in":"9.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},{"name":"OWL","unified":"1F989","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f989.png","sheet_x":30,"sheet_y":38,"short_name":"owl","short_names":["owl"],"text":null,"texts":null,"category":"Nature","sort_order":29,"added_in":"9.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},{"name":"FOX FACE","unified":"1F98A","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98a.png","sheet_x":30,"sheet_y":39,"short_name":"fox_face","short_names":["fox_face"],"text":null,"texts":null,"category":"Nature","sort_order":6,"added_in":"9.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},{"name":"BUTTERFLY","unified":"1F98B","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98b.png","sheet_x":30,"sheet_y":40,"short_name":"butterfly","short_names":["butterfly"],"text":null,"texts":null,"category":"Nature","sort_order":37,"added_in":"9.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},{"name":"DEER","unified":"1F98C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98c.png","sheet_x":30,"sheet_y":41,"short_name":"deer","short_names":["deer"],"text":null,"texts":null,"category":"Nature","sort_order":65,"added_in":"9.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},{"name":"GORILLA","unified":"1F98D","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98d.png","sheet_x":30,"sheet_y":42,"short_name":"gorilla","short_names":["gorilla"],"text":null,"texts":null,"category":"Nature","sort_order":70,"added_in":"9.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},{"name":"LIZARD","unified":"1F98E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98e.png","sheet_x":30,"sheet_y":43,"short_name":"lizard","short_names":["lizard"],"text":null,"texts":null,"category":"Nature","sort_order":46,"added_in":"9.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},{"name":"RHINOCEROS","unified":"1F98F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f98f.png","sheet_x":30,"sheet_y":44,"short_name":"rhinoceros","short_names":["rhinoceros"],"text":null,"texts":null,"category":"Nature","sort_order":69,"added_in":"9.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},{"name":"SHRIMP","unified":"1F990","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f990.png","sheet_x":30,"sheet_y":45,"short_name":"shrimp","short_names":["shrimp"],"text":null,"texts":null,"category":"Nature","sort_order":51,"added_in":"9.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},{"name":"SQUID","unified":"1F991","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f991.png","sheet_x":30,"sheet_y":46,"short_name":"squid","short_names":["squid"],"text":null,"texts":null,"category":"Nature","sort_order":49,"added_in":"9.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},{"name":"CHEESE WEDGE","unified":"1F9C0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f9c0.png","sheet_x":30,"sheet_y":47,"short_name":"cheese_wedge","short_names":["cheese_wedge"],"text":null,"texts":null,"category":"Foods","sort_order":30,"added_in":"8.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},{"name":"HASH KEY","unified":"0023-20E3","variations":["0023-FE0F-20E3"],"docomo":"E6E0","au":"EB84","softbank":"E210","google":"FE82C","image":"0023-20e3.png","sheet_x":30,"sheet_y":48,"short_name":"hash","short_names":["hash"],"text":null,"texts":null,"category":"Symbols","sort_order":152,"added_in":null,"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":["002A-FE0F-20E3"],"docomo":null,"au":null,"softbank":null,"google":null,"image":"002a-20e3.png","sheet_x":31,"sheet_y":0,"short_name":"keycap_star","short_names":["keycap_star"],"text":null,"texts":null,"category":"Symbols","sort_order":153,"added_in":null,"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":31,"sheet_y":1,"short_name":"zero","short_names":["zero"],"text":null,"texts":null,"category":"Symbols","sort_order":140,"added_in":null,"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":31,"sheet_y":2,"short_name":"one","short_names":["one"],"text":null,"texts":null,"category":"Symbols","sort_order":141,"added_in":null,"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":31,"sheet_y":3,"short_name":"two","short_names":["two"],"text":null,"texts":null,"category":"Symbols","sort_order":142,"added_in":null,"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":31,"sheet_y":4,"short_name":"three","short_names":["three"],"text":null,"texts":null,"category":"Symbols","sort_order":143,"added_in":null,"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":31,"sheet_y":5,"short_name":"four","short_names":["four"],"text":null,"texts":null,"category":"Symbols","sort_order":144,"added_in":null,"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":31,"sheet_y":6,"short_name":"five","short_names":["five"],"text":null,"texts":null,"category":"Symbols","sort_order":145,"added_in":null,"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":31,"sheet_y":7,"short_name":"six","short_names":["six"],"text":null,"texts":null,"category":"Symbols","sort_order":146,"added_in":null,"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":31,"sheet_y":8,"short_name":"seven","short_names":["seven"],"text":null,"texts":null,"category":"Symbols","sort_order":147,"added_in":null,"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":31,"sheet_y":9,"short_name":"eight","short_names":["eight"],"text":null,"texts":null,"category":"Symbols","sort_order":148,"added_in":null,"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":31,"sheet_y":10,"short_name":"nine","short_names":["nine"],"text":null,"texts":null,"category":"Symbols","sort_order":149,"added_in":null,"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":31,"sheet_y":11,"short_name":"flag-ac","short_names":["flag-ac"],"text":null,"texts":null,"category":"Flags","sort_order":254,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AD","unified":"1F1E6-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1e9.png","sheet_x":31,"sheet_y":12,"short_name":"flag-ad","short_names":["flag-ad"],"text":null,"texts":null,"category":"Flags","sort_order":11,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AE","unified":"1F1E6-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1ea.png","sheet_x":31,"sheet_y":13,"short_name":"flag-ae","short_names":["flag-ae"],"text":null,"texts":null,"category":"Flags","sort_order":239,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AF","unified":"1F1E6-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1eb.png","sheet_x":31,"sheet_y":14,"short_name":"flag-af","short_names":["flag-af"],"text":null,"texts":null,"category":"Flags","sort_order":6,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AG","unified":"1F1E6-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1ec.png","sheet_x":31,"sheet_y":15,"short_name":"flag-ag","short_names":["flag-ag"],"text":null,"texts":null,"category":"Flags","sort_order":15,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AI","unified":"1F1E6-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1ee.png","sheet_x":31,"sheet_y":16,"short_name":"flag-ai","short_names":["flag-ai"],"text":null,"texts":null,"category":"Flags","sort_order":13,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AL","unified":"1F1E6-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f1.png","sheet_x":31,"sheet_y":17,"short_name":"flag-al","short_names":["flag-al"],"text":null,"texts":null,"category":"Flags","sort_order":8,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AM","unified":"1F1E6-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f2.png","sheet_x":31,"sheet_y":18,"short_name":"flag-am","short_names":["flag-am"],"text":null,"texts":null,"category":"Flags","sort_order":17,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AO","unified":"1F1E6-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f4.png","sheet_x":31,"sheet_y":19,"short_name":"flag-ao","short_names":["flag-ao"],"text":null,"texts":null,"category":"Flags","sort_order":12,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AQ","unified":"1F1E6-1F1F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f6.png","sheet_x":31,"sheet_y":20,"short_name":"flag-aq","short_names":["flag-aq"],"text":null,"texts":null,"category":"Flags","sort_order":14,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AR","unified":"1F1E6-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f7.png","sheet_x":31,"sheet_y":21,"short_name":"flag-ar","short_names":["flag-ar"],"text":null,"texts":null,"category":"Flags","sort_order":16,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AS","unified":"1F1E6-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f8.png","sheet_x":31,"sheet_y":22,"short_name":"flag-as","short_names":["flag-as"],"text":null,"texts":null,"category":"Flags","sort_order":10,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AT","unified":"1F1E6-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1f9.png","sheet_x":31,"sheet_y":23,"short_name":"flag-at","short_names":["flag-at"],"text":null,"texts":null,"category":"Flags","sort_order":20,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AU","unified":"1F1E6-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1fa.png","sheet_x":31,"sheet_y":24,"short_name":"flag-au","short_names":["flag-au"],"text":null,"texts":null,"category":"Flags","sort_order":19,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AW","unified":"1F1E6-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1fc.png","sheet_x":31,"sheet_y":25,"short_name":"flag-aw","short_names":["flag-aw"],"text":null,"texts":null,"category":"Flags","sort_order":18,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AX","unified":"1F1E6-1F1FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1fd.png","sheet_x":31,"sheet_y":26,"short_name":"flag-ax","short_names":["flag-ax"],"text":null,"texts":null,"category":"Flags","sort_order":7,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS AZ","unified":"1F1E6-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e6-1f1ff.png","sheet_x":31,"sheet_y":27,"short_name":"flag-az","short_names":["flag-az"],"text":null,"texts":null,"category":"Flags","sort_order":21,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BA","unified":"1F1E7-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1e6.png","sheet_x":31,"sheet_y":28,"short_name":"flag-ba","short_names":["flag-ba"],"text":null,"texts":null,"category":"Flags","sort_order":34,"added_in":"6.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},{"name":"REGIONAL INDICATOR SYMBOL LETTERS BB","unified":"1F1E7-1F1E7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1e7.png","sheet_x":31,"sheet_y":29,"short_name":"flag-bb","short_names":["flag-bb"],"text":null,"texts":null,"category":"Flags","sort_order":25,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BD","unified":"1F1E7-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1e9.png","sheet_x":31,"sheet_y":30,"short_name":"flag-bd","short_names":["flag-bd"],"text":null,"texts":null,"category":"Flags","sort_order":24,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BE","unified":"1F1E7-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ea.png","sheet_x":31,"sheet_y":31,"short_name":"flag-be","short_names":["flag-be"],"text":null,"texts":null,"category":"Flags","sort_order":27,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BF","unified":"1F1E7-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1eb.png","sheet_x":31,"sheet_y":32,"short_name":"flag-bf","short_names":["flag-bf"],"text":null,"texts":null,"category":"Flags","sort_order":41,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BG","unified":"1F1E7-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ec.png","sheet_x":31,"sheet_y":33,"short_name":"flag-bg","short_names":["flag-bg"],"text":null,"texts":null,"category":"Flags","sort_order":40,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BH","unified":"1F1E7-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ed.png","sheet_x":31,"sheet_y":34,"short_name":"flag-bh","short_names":["flag-bh"],"text":null,"texts":null,"category":"Flags","sort_order":23,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BI","unified":"1F1E7-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ee.png","sheet_x":31,"sheet_y":35,"short_name":"flag-bi","short_names":["flag-bi"],"text":null,"texts":null,"category":"Flags","sort_order":42,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BJ","unified":"1F1E7-1F1EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ef.png","sheet_x":31,"sheet_y":36,"short_name":"flag-bj","short_names":["flag-bj"],"text":null,"texts":null,"category":"Flags","sort_order":29,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BL","unified":"1F1E7-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f1.png","sheet_x":31,"sheet_y":37,"short_name":"flag-bl","short_names":["flag-bl"],"text":null,"texts":null,"category":"Flags","sort_order":191,"added_in":"6.0","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":31,"sheet_y":38,"short_name":"flag-bm","short_names":["flag-bm"],"text":null,"texts":null,"category":"Flags","sort_order":30,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BN","unified":"1F1E7-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f3.png","sheet_x":31,"sheet_y":39,"short_name":"flag-bn","short_names":["flag-bn"],"text":null,"texts":null,"category":"Flags","sort_order":39,"added_in":"6.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},{"name":"REGIONAL INDICATOR SYMBOL LETTERS BO","unified":"1F1E7-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f4.png","sheet_x":31,"sheet_y":40,"short_name":"flag-bo","short_names":["flag-bo"],"text":null,"texts":null,"category":"Flags","sort_order":32,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BQ","unified":"1F1E7-1F1F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f6.png","sheet_x":31,"sheet_y":41,"short_name":"flag-bq","short_names":["flag-bq"],"text":null,"texts":null,"category":"Flags","sort_order":33,"added_in":"6.0","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":31,"sheet_y":42,"short_name":"flag-br","short_names":["flag-br"],"text":null,"texts":null,"category":"Flags","sort_order":36,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BS","unified":"1F1E7-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f8.png","sheet_x":31,"sheet_y":43,"short_name":"flag-bs","short_names":["flag-bs"],"text":null,"texts":null,"category":"Flags","sort_order":22,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BT","unified":"1F1E7-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1f9.png","sheet_x":31,"sheet_y":44,"short_name":"flag-bt","short_names":["flag-bt"],"text":null,"texts":null,"category":"Flags","sort_order":31,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BV","unified":"1F1E7-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1fb.png","sheet_x":31,"sheet_y":45,"short_name":"flag-bv","short_names":["flag-bv"],"text":null,"texts":null,"category":"Flags","sort_order":255,"added_in":"6.0","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":31,"sheet_y":46,"short_name":"flag-bw","short_names":["flag-bw"],"text":null,"texts":null,"category":"Flags","sort_order":35,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BY","unified":"1F1E7-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1fe.png","sheet_x":31,"sheet_y":47,"short_name":"flag-by","short_names":["flag-by"],"text":null,"texts":null,"category":"Flags","sort_order":26,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS BZ","unified":"1F1E7-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e7-1f1ff.png","sheet_x":31,"sheet_y":48,"short_name":"flag-bz","short_names":["flag-bz"],"text":null,"texts":null,"category":"Flags","sort_order":28,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CA","unified":"1F1E8-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1e6.png","sheet_x":32,"sheet_y":0,"short_name":"flag-ca","short_names":["flag-ca"],"text":null,"texts":null,"category":"Flags","sort_order":46,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CC","unified":"1F1E8-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1e8.png","sheet_x":32,"sheet_y":1,"short_name":"flag-cc","short_names":["flag-cc"],"text":null,"texts":null,"category":"Flags","sort_order":54,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CD","unified":"1F1E8-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1e9.png","sheet_x":32,"sheet_y":2,"short_name":"flag-cd","short_names":["flag-cd"],"text":null,"texts":null,"category":"Flags","sort_order":58,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CF","unified":"1F1E8-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1eb.png","sheet_x":32,"sheet_y":3,"short_name":"flag-cf","short_names":["flag-cf"],"text":null,"texts":null,"category":"Flags","sort_order":49,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CG","unified":"1F1E8-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1ec.png","sheet_x":32,"sheet_y":4,"short_name":"flag-cg","short_names":["flag-cg"],"text":null,"texts":null,"category":"Flags","sort_order":57,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CH","unified":"1F1E8-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1ed.png","sheet_x":32,"sheet_y":5,"short_name":"flag-ch","short_names":["flag-ch"],"text":null,"texts":null,"category":"Flags","sort_order":221,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CI","unified":"1F1E8-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1ee.png","sheet_x":32,"sheet_y":6,"short_name":"flag-ci","short_names":["flag-ci"],"text":null,"texts":null,"category":"Flags","sort_order":61,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CK","unified":"1F1E8-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f0.png","sheet_x":32,"sheet_y":7,"short_name":"flag-ck","short_names":["flag-ck"],"text":null,"texts":null,"category":"Flags","sort_order":59,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CL","unified":"1F1E8-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f1.png","sheet_x":32,"sheet_y":8,"short_name":"flag-cl","short_names":["flag-cl"],"text":null,"texts":null,"category":"Flags","sort_order":51,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CM","unified":"1F1E8-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f2.png","sheet_x":32,"sheet_y":9,"short_name":"flag-cm","short_names":["flag-cm"],"text":null,"texts":null,"category":"Flags","sort_order":45,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CN","unified":"1F1E8-1F1F3","variations":[],"docomo":null,"au":"EB11","softbank":"E513","google":"FE4ED","image":"1f1e8-1f1f3.png","sheet_x":32,"sheet_y":10,"short_name":"flag-cn","short_names":["flag-cn","cn"],"text":null,"texts":null,"category":"Flags","sort_order":52,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CO","unified":"1F1E8-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f4.png","sheet_x":32,"sheet_y":11,"short_name":"flag-co","short_names":["flag-co"],"text":null,"texts":null,"category":"Flags","sort_order":55,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CP","unified":"1F1E8-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1f5.png","sheet_x":32,"sheet_y":12,"short_name":"flag-cp","short_names":["flag-cp"],"text":null,"texts":null,"category":"Flags","sort_order":256,"added_in":"6.0","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":32,"sheet_y":13,"short_name":"flag-cr","short_names":["flag-cr"],"text":null,"texts":null,"category":"Flags","sort_order":60,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CU","unified":"1F1E8-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fa.png","sheet_x":32,"sheet_y":14,"short_name":"flag-cu","short_names":["flag-cu"],"text":null,"texts":null,"category":"Flags","sort_order":63,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CV","unified":"1F1E8-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fb.png","sheet_x":32,"sheet_y":15,"short_name":"flag-cv","short_names":["flag-cv"],"text":null,"texts":null,"category":"Flags","sort_order":43,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CW","unified":"1F1E8-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fc.png","sheet_x":32,"sheet_y":16,"short_name":"flag-cw","short_names":["flag-cw"],"text":null,"texts":null,"category":"Flags","sort_order":64,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CX","unified":"1F1E8-1F1FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fd.png","sheet_x":32,"sheet_y":17,"short_name":"flag-cx","short_names":["flag-cx"],"text":null,"texts":null,"category":"Flags","sort_order":53,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CY","unified":"1F1E8-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1fe.png","sheet_x":32,"sheet_y":18,"short_name":"flag-cy","short_names":["flag-cy"],"text":null,"texts":null,"category":"Flags","sort_order":65,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS CZ","unified":"1F1E8-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e8-1f1ff.png","sheet_x":32,"sheet_y":19,"short_name":"flag-cz","short_names":["flag-cz"],"text":null,"texts":null,"category":"Flags","sort_order":66,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DE","unified":"1F1E9-1F1EA","variations":[],"docomo":null,"au":"EB0E","softbank":"E50E","google":"FE4E8","image":"1f1e9-1f1ea.png","sheet_x":32,"sheet_y":20,"short_name":"flag-de","short_names":["flag-de","de"],"text":null,"texts":null,"category":"Flags","sort_order":90,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DG","unified":"1F1E9-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1ec.png","sheet_x":32,"sheet_y":21,"short_name":"flag-dg","short_names":["flag-dg"],"text":null,"texts":null,"category":"Flags","sort_order":257,"added_in":"6.0","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":32,"sheet_y":22,"short_name":"flag-dj","short_names":["flag-dj"],"text":null,"texts":null,"category":"Flags","sort_order":68,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DK","unified":"1F1E9-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1f0.png","sheet_x":32,"sheet_y":23,"short_name":"flag-dk","short_names":["flag-dk"],"text":null,"texts":null,"category":"Flags","sort_order":67,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DM","unified":"1F1E9-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1f2.png","sheet_x":32,"sheet_y":24,"short_name":"flag-dm","short_names":["flag-dm"],"text":null,"texts":null,"category":"Flags","sort_order":69,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DO","unified":"1F1E9-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1f4.png","sheet_x":32,"sheet_y":25,"short_name":"flag-do","short_names":["flag-do"],"text":null,"texts":null,"category":"Flags","sort_order":70,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS DZ","unified":"1F1E9-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1e9-1f1ff.png","sheet_x":32,"sheet_y":26,"short_name":"flag-dz","short_names":["flag-dz"],"text":null,"texts":null,"category":"Flags","sort_order":9,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EA","unified":"1F1EA-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1e6.png","sheet_x":32,"sheet_y":27,"short_name":"flag-ea","short_names":["flag-ea"],"text":null,"texts":null,"category":"Flags","sort_order":258,"added_in":"6.0","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":32,"sheet_y":28,"short_name":"flag-ec","short_names":["flag-ec"],"text":null,"texts":null,"category":"Flags","sort_order":71,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EE","unified":"1F1EA-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1ea.png","sheet_x":32,"sheet_y":29,"short_name":"flag-ee","short_names":["flag-ee"],"text":null,"texts":null,"category":"Flags","sort_order":76,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EG","unified":"1F1EA-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1ec.png","sheet_x":32,"sheet_y":30,"short_name":"flag-eg","short_names":["flag-eg"],"text":null,"texts":null,"category":"Flags","sort_order":72,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EH","unified":"1F1EA-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1ed.png","sheet_x":32,"sheet_y":31,"short_name":"flag-eh","short_names":["flag-eh"],"text":null,"texts":null,"category":"Flags","sort_order":250,"added_in":"6.0","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":32,"sheet_y":32,"short_name":"flag-er","short_names":["flag-er"],"text":null,"texts":null,"category":"Flags","sort_order":75,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ES","unified":"1F1EA-1F1F8","variations":[],"docomo":null,"au":"E5D5","softbank":"E511","google":"FE4EB","image":"1f1ea-1f1f8.png","sheet_x":32,"sheet_y":33,"short_name":"flag-es","short_names":["flag-es","es"],"text":null,"texts":null,"category":"Flags","sort_order":215,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ET","unified":"1F1EA-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1f9.png","sheet_x":32,"sheet_y":34,"short_name":"flag-et","short_names":["flag-et"],"text":null,"texts":null,"category":"Flags","sort_order":77,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS EU","unified":"1F1EA-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ea-1f1fa.png","sheet_x":32,"sheet_y":35,"short_name":"flag-eu","short_names":["flag-eu"],"text":null,"texts":null,"category":"Flags","sort_order":78,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FI","unified":"1F1EB-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1eb-1f1ee.png","sheet_x":32,"sheet_y":36,"short_name":"flag-fi","short_names":["flag-fi"],"text":null,"texts":null,"category":"Flags","sort_order":82,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FJ","unified":"1F1EB-1F1EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1eb-1f1ef.png","sheet_x":32,"sheet_y":37,"short_name":"flag-fj","short_names":["flag-fj"],"text":null,"texts":null,"category":"Flags","sort_order":81,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FK","unified":"1F1EB-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1eb-1f1f0.png","sheet_x":32,"sheet_y":38,"short_name":"flag-fk","short_names":["flag-fk"],"text":null,"texts":null,"category":"Flags","sort_order":79,"added_in":"6.0","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":32,"sheet_y":39,"short_name":"flag-fm","short_names":["flag-fm"],"text":null,"texts":null,"category":"Flags","sort_order":150,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FO","unified":"1F1EB-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1eb-1f1f4.png","sheet_x":32,"sheet_y":40,"short_name":"flag-fo","short_names":["flag-fo"],"text":null,"texts":null,"category":"Flags","sort_order":80,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS FR","unified":"1F1EB-1F1F7","variations":[],"docomo":null,"au":"EAFA","softbank":"E50D","google":"FE4E7","image":"1f1eb-1f1f7.png","sheet_x":32,"sheet_y":41,"short_name":"flag-fr","short_names":["flag-fr","fr"],"text":null,"texts":null,"category":"Flags","sort_order":83,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GA","unified":"1F1EC-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1e6.png","sheet_x":32,"sheet_y":42,"short_name":"flag-ga","short_names":["flag-ga"],"text":null,"texts":null,"category":"Flags","sort_order":87,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GB","unified":"1F1EC-1F1E7","variations":[],"docomo":null,"au":"EB10","softbank":"E510","google":"FE4EA","image":"1f1ec-1f1e7.png","sheet_x":32,"sheet_y":43,"short_name":"flag-gb","short_names":["flag-gb","gb","uk"],"text":null,"texts":null,"category":"Flags","sort_order":240,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GD","unified":"1F1EC-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1e9.png","sheet_x":32,"sheet_y":44,"short_name":"flag-gd","short_names":["flag-gd"],"text":null,"texts":null,"category":"Flags","sort_order":95,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GE","unified":"1F1EC-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1ea.png","sheet_x":32,"sheet_y":45,"short_name":"flag-ge","short_names":["flag-ge"],"text":null,"texts":null,"category":"Flags","sort_order":89,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GF","unified":"1F1EC-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1eb.png","sheet_x":32,"sheet_y":46,"short_name":"flag-gf","short_names":["flag-gf"],"text":null,"texts":null,"category":"Flags","sort_order":84,"added_in":"6.0","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":32,"sheet_y":47,"short_name":"flag-gg","short_names":["flag-gg"],"text":null,"texts":null,"category":"Flags","sort_order":99,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GH","unified":"1F1EC-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1ed.png","sheet_x":32,"sheet_y":48,"short_name":"flag-gh","short_names":["flag-gh"],"text":null,"texts":null,"category":"Flags","sort_order":91,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GI","unified":"1F1EC-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1ee.png","sheet_x":33,"sheet_y":0,"short_name":"flag-gi","short_names":["flag-gi"],"text":null,"texts":null,"category":"Flags","sort_order":92,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GL","unified":"1F1EC-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f1.png","sheet_x":33,"sheet_y":1,"short_name":"flag-gl","short_names":["flag-gl"],"text":null,"texts":null,"category":"Flags","sort_order":94,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GM","unified":"1F1EC-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f2.png","sheet_x":33,"sheet_y":2,"short_name":"flag-gm","short_names":["flag-gm"],"text":null,"texts":null,"category":"Flags","sort_order":88,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GN","unified":"1F1EC-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f3.png","sheet_x":33,"sheet_y":3,"short_name":"flag-gn","short_names":["flag-gn"],"text":null,"texts":null,"category":"Flags","sort_order":100,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GP","unified":"1F1EC-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f5.png","sheet_x":33,"sheet_y":4,"short_name":"flag-gp","short_names":["flag-gp"],"text":null,"texts":null,"category":"Flags","sort_order":96,"added_in":"6.0","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":33,"sheet_y":5,"short_name":"flag-gq","short_names":["flag-gq"],"text":null,"texts":null,"category":"Flags","sort_order":74,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GR","unified":"1F1EC-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f7.png","sheet_x":33,"sheet_y":6,"short_name":"flag-gr","short_names":["flag-gr"],"text":null,"texts":null,"category":"Flags","sort_order":93,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GS","unified":"1F1EC-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1f8.png","sheet_x":33,"sheet_y":7,"short_name":"flag-gs","short_names":["flag-gs"],"text":null,"texts":null,"category":"Flags","sort_order":212,"added_in":"6.0","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":33,"sheet_y":8,"short_name":"flag-gt","short_names":["flag-gt"],"text":null,"texts":null,"category":"Flags","sort_order":98,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GU","unified":"1F1EC-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1fa.png","sheet_x":33,"sheet_y":9,"short_name":"flag-gu","short_names":["flag-gu"],"text":null,"texts":null,"category":"Flags","sort_order":97,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GW","unified":"1F1EC-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1fc.png","sheet_x":33,"sheet_y":10,"short_name":"flag-gw","short_names":["flag-gw"],"text":null,"texts":null,"category":"Flags","sort_order":101,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS GY","unified":"1F1EC-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ec-1f1fe.png","sheet_x":33,"sheet_y":11,"short_name":"flag-gy","short_names":["flag-gy"],"text":null,"texts":null,"category":"Flags","sort_order":102,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HK","unified":"1F1ED-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1f0.png","sheet_x":33,"sheet_y":12,"short_name":"flag-hk","short_names":["flag-hk"],"text":null,"texts":null,"category":"Flags","sort_order":105,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HM","unified":"1F1ED-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1f2.png","sheet_x":33,"sheet_y":13,"short_name":"flag-hm","short_names":["flag-hm"],"text":null,"texts":null,"category":"Flags","sort_order":259,"added_in":"6.0","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":33,"sheet_y":14,"short_name":"flag-hn","short_names":["flag-hn"],"text":null,"texts":null,"category":"Flags","sort_order":104,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HR","unified":"1F1ED-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1f7.png","sheet_x":33,"sheet_y":15,"short_name":"flag-hr","short_names":["flag-hr"],"text":null,"texts":null,"category":"Flags","sort_order":62,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HT","unified":"1F1ED-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1f9.png","sheet_x":33,"sheet_y":16,"short_name":"flag-ht","short_names":["flag-ht"],"text":null,"texts":null,"category":"Flags","sort_order":103,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS HU","unified":"1F1ED-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ed-1f1fa.png","sheet_x":33,"sheet_y":17,"short_name":"flag-hu","short_names":["flag-hu"],"text":null,"texts":null,"category":"Flags","sort_order":106,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IC","unified":"1F1EE-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1e8.png","sheet_x":33,"sheet_y":18,"short_name":"flag-ic","short_names":["flag-ic"],"text":null,"texts":null,"category":"Flags","sort_order":47,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ID","unified":"1F1EE-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1e9.png","sheet_x":33,"sheet_y":19,"short_name":"flag-id","short_names":["flag-id"],"text":null,"texts":null,"category":"Flags","sort_order":109,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IE","unified":"1F1EE-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1ea.png","sheet_x":33,"sheet_y":20,"short_name":"flag-ie","short_names":["flag-ie"],"text":null,"texts":null,"category":"Flags","sort_order":112,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IL","unified":"1F1EE-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f1.png","sheet_x":33,"sheet_y":21,"short_name":"flag-il","short_names":["flag-il"],"text":null,"texts":null,"category":"Flags","sort_order":114,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IM","unified":"1F1EE-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f2.png","sheet_x":33,"sheet_y":22,"short_name":"flag-im","short_names":["flag-im"],"text":null,"texts":null,"category":"Flags","sort_order":113,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IN","unified":"1F1EE-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f3.png","sheet_x":33,"sheet_y":23,"short_name":"flag-in","short_names":["flag-in"],"text":null,"texts":null,"category":"Flags","sort_order":108,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IO","unified":"1F1EE-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f4.png","sheet_x":33,"sheet_y":24,"short_name":"flag-io","short_names":["flag-io"],"text":null,"texts":null,"category":"Flags","sort_order":37,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IQ","unified":"1F1EE-1F1F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f6.png","sheet_x":33,"sheet_y":25,"short_name":"flag-iq","short_names":["flag-iq"],"text":null,"texts":null,"category":"Flags","sort_order":111,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IR","unified":"1F1EE-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f7.png","sheet_x":33,"sheet_y":26,"short_name":"flag-ir","short_names":["flag-ir"],"text":null,"texts":null,"category":"Flags","sort_order":110,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IS","unified":"1F1EE-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ee-1f1f8.png","sheet_x":33,"sheet_y":27,"short_name":"flag-is","short_names":["flag-is"],"text":null,"texts":null,"category":"Flags","sort_order":107,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS IT","unified":"1F1EE-1F1F9","variations":[],"docomo":null,"au":"EB0F","softbank":"E50F","google":"FE4E9","image":"1f1ee-1f1f9.png","sheet_x":33,"sheet_y":28,"short_name":"flag-it","short_names":["flag-it","it"],"text":null,"texts":null,"category":"Flags","sort_order":115,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS JE","unified":"1F1EF-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ef-1f1ea.png","sheet_x":33,"sheet_y":29,"short_name":"flag-je","short_names":["flag-je"],"text":null,"texts":null,"category":"Flags","sort_order":119,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS JM","unified":"1F1EF-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ef-1f1f2.png","sheet_x":33,"sheet_y":30,"short_name":"flag-jm","short_names":["flag-jm"],"text":null,"texts":null,"category":"Flags","sort_order":116,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS JO","unified":"1F1EF-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ef-1f1f4.png","sheet_x":33,"sheet_y":31,"short_name":"flag-jo","short_names":["flag-jo"],"text":null,"texts":null,"category":"Flags","sort_order":120,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS JP","unified":"1F1EF-1F1F5","variations":[],"docomo":null,"au":"E4CC","softbank":"E50B","google":"FE4E5","image":"1f1ef-1f1f5.png","sheet_x":33,"sheet_y":32,"short_name":"flag-jp","short_names":["flag-jp","jp"],"text":null,"texts":null,"category":"Flags","sort_order":117,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KE","unified":"1F1F0-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ea.png","sheet_x":33,"sheet_y":33,"short_name":"flag-ke","short_names":["flag-ke"],"text":null,"texts":null,"category":"Flags","sort_order":122,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KG","unified":"1F1F0-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ec.png","sheet_x":33,"sheet_y":34,"short_name":"flag-kg","short_names":["flag-kg"],"text":null,"texts":null,"category":"Flags","sort_order":126,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KH","unified":"1F1F0-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ed.png","sheet_x":33,"sheet_y":35,"short_name":"flag-kh","short_names":["flag-kh"],"text":null,"texts":null,"category":"Flags","sort_order":44,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KI","unified":"1F1F0-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ee.png","sheet_x":33,"sheet_y":36,"short_name":"flag-ki","short_names":["flag-ki"],"text":null,"texts":null,"category":"Flags","sort_order":123,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KM","unified":"1F1F0-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1f2.png","sheet_x":33,"sheet_y":37,"short_name":"flag-km","short_names":["flag-km"],"text":null,"texts":null,"category":"Flags","sort_order":56,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KN","unified":"1F1F0-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1f3.png","sheet_x":33,"sheet_y":38,"short_name":"flag-kn","short_names":["flag-kn"],"text":null,"texts":null,"category":"Flags","sort_order":193,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KP","unified":"1F1F0-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1f5.png","sheet_x":33,"sheet_y":39,"short_name":"flag-kp","short_names":["flag-kp"],"text":null,"texts":null,"category":"Flags","sort_order":171,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KR","unified":"1F1F0-1F1F7","variations":[],"docomo":null,"au":"EB12","softbank":"E514","google":"FE4EE","image":"1f1f0-1f1f7.png","sheet_x":33,"sheet_y":40,"short_name":"flag-kr","short_names":["flag-kr","kr"],"text":null,"texts":null,"category":"Flags","sort_order":213,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KW","unified":"1F1F0-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1fc.png","sheet_x":33,"sheet_y":41,"short_name":"flag-kw","short_names":["flag-kw"],"text":null,"texts":null,"category":"Flags","sort_order":125,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KY","unified":"1F1F0-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1fe.png","sheet_x":33,"sheet_y":42,"short_name":"flag-ky","short_names":["flag-ky"],"text":null,"texts":null,"category":"Flags","sort_order":48,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS KZ","unified":"1F1F0-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f0-1f1ff.png","sheet_x":33,"sheet_y":43,"short_name":"flag-kz","short_names":["flag-kz"],"text":null,"texts":null,"category":"Flags","sort_order":121,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LA","unified":"1F1F1-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1e6.png","sheet_x":33,"sheet_y":44,"short_name":"flag-la","short_names":["flag-la"],"text":null,"texts":null,"category":"Flags","sort_order":127,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LB","unified":"1F1F1-1F1E7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1e7.png","sheet_x":33,"sheet_y":45,"short_name":"flag-lb","short_names":["flag-lb"],"text":null,"texts":null,"category":"Flags","sort_order":129,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LC","unified":"1F1F1-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1e8.png","sheet_x":33,"sheet_y":46,"short_name":"flag-lc","short_names":["flag-lc"],"text":null,"texts":null,"category":"Flags","sort_order":194,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LI","unified":"1F1F1-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1ee.png","sheet_x":33,"sheet_y":47,"short_name":"flag-li","short_names":["flag-li"],"text":null,"texts":null,"category":"Flags","sort_order":133,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LK","unified":"1F1F1-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1f0.png","sheet_x":33,"sheet_y":48,"short_name":"flag-lk","short_names":["flag-lk"],"text":null,"texts":null,"category":"Flags","sort_order":216,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LR","unified":"1F1F1-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1f7.png","sheet_x":34,"sheet_y":0,"short_name":"flag-lr","short_names":["flag-lr"],"text":null,"texts":null,"category":"Flags","sort_order":131,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LS","unified":"1F1F1-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1f8.png","sheet_x":34,"sheet_y":1,"short_name":"flag-ls","short_names":["flag-ls"],"text":null,"texts":null,"category":"Flags","sort_order":130,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LT","unified":"1F1F1-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1f9.png","sheet_x":34,"sheet_y":2,"short_name":"flag-lt","short_names":["flag-lt"],"text":null,"texts":null,"category":"Flags","sort_order":134,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LU","unified":"1F1F1-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1fa.png","sheet_x":34,"sheet_y":3,"short_name":"flag-lu","short_names":["flag-lu"],"text":null,"texts":null,"category":"Flags","sort_order":135,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LV","unified":"1F1F1-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1fb.png","sheet_x":34,"sheet_y":4,"short_name":"flag-lv","short_names":["flag-lv"],"text":null,"texts":null,"category":"Flags","sort_order":128,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS LY","unified":"1F1F1-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f1-1f1fe.png","sheet_x":34,"sheet_y":5,"short_name":"flag-ly","short_names":["flag-ly"],"text":null,"texts":null,"category":"Flags","sort_order":132,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MA","unified":"1F1F2-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1e6.png","sheet_x":34,"sheet_y":6,"short_name":"flag-ma","short_names":["flag-ma"],"text":null,"texts":null,"category":"Flags","sort_order":156,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MC","unified":"1F1F2-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1e8.png","sheet_x":34,"sheet_y":7,"short_name":"flag-mc","short_names":["flag-mc"],"text":null,"texts":null,"category":"Flags","sort_order":152,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MD","unified":"1F1F2-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1e9.png","sheet_x":34,"sheet_y":8,"short_name":"flag-md","short_names":["flag-md"],"text":null,"texts":null,"category":"Flags","sort_order":151,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ME","unified":"1F1F2-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1ea.png","sheet_x":34,"sheet_y":9,"short_name":"flag-me","short_names":["flag-me"],"text":null,"texts":null,"category":"Flags","sort_order":154,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MF","unified":"1F1F2-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1eb.png","sheet_x":34,"sheet_y":10,"short_name":"flag-mf","short_names":["flag-mf"],"text":null,"texts":null,"category":"Flags","sort_order":260,"added_in":"6.0","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":34,"sheet_y":11,"short_name":"flag-mg","short_names":["flag-mg"],"text":null,"texts":null,"category":"Flags","sort_order":138,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MH","unified":"1F1F2-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1ed.png","sheet_x":34,"sheet_y":12,"short_name":"flag-mh","short_names":["flag-mh"],"text":null,"texts":null,"category":"Flags","sort_order":144,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MK","unified":"1F1F2-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f0.png","sheet_x":34,"sheet_y":13,"short_name":"flag-mk","short_names":["flag-mk"],"text":null,"texts":null,"category":"Flags","sort_order":137,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ML","unified":"1F1F2-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f1.png","sheet_x":34,"sheet_y":14,"short_name":"flag-ml","short_names":["flag-ml"],"text":null,"texts":null,"category":"Flags","sort_order":142,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MM","unified":"1F1F2-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f2.png","sheet_x":34,"sheet_y":15,"short_name":"flag-mm","short_names":["flag-mm"],"text":null,"texts":null,"category":"Flags","sort_order":158,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MN","unified":"1F1F2-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f3.png","sheet_x":34,"sheet_y":16,"short_name":"flag-mn","short_names":["flag-mn"],"text":null,"texts":null,"category":"Flags","sort_order":153,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MO","unified":"1F1F2-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f4.png","sheet_x":34,"sheet_y":17,"short_name":"flag-mo","short_names":["flag-mo"],"text":null,"texts":null,"category":"Flags","sort_order":136,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MP","unified":"1F1F2-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f5.png","sheet_x":34,"sheet_y":18,"short_name":"flag-mp","short_names":["flag-mp"],"text":null,"texts":null,"category":"Flags","sort_order":170,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MQ","unified":"1F1F2-1F1F6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f6.png","sheet_x":34,"sheet_y":19,"short_name":"flag-mq","short_names":["flag-mq"],"text":null,"texts":null,"category":"Flags","sort_order":145,"added_in":"6.0","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":34,"sheet_y":20,"short_name":"flag-mr","short_names":["flag-mr"],"text":null,"texts":null,"category":"Flags","sort_order":146,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MS","unified":"1F1F2-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f8.png","sheet_x":34,"sheet_y":21,"short_name":"flag-ms","short_names":["flag-ms"],"text":null,"texts":null,"category":"Flags","sort_order":155,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MT","unified":"1F1F2-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1f9.png","sheet_x":34,"sheet_y":22,"short_name":"flag-mt","short_names":["flag-mt"],"text":null,"texts":null,"category":"Flags","sort_order":143,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MU","unified":"1F1F2-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fa.png","sheet_x":34,"sheet_y":23,"short_name":"flag-mu","short_names":["flag-mu"],"text":null,"texts":null,"category":"Flags","sort_order":147,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MV","unified":"1F1F2-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fb.png","sheet_x":34,"sheet_y":24,"short_name":"flag-mv","short_names":["flag-mv"],"text":null,"texts":null,"category":"Flags","sort_order":141,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MW","unified":"1F1F2-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fc.png","sheet_x":34,"sheet_y":25,"short_name":"flag-mw","short_names":["flag-mw"],"text":null,"texts":null,"category":"Flags","sort_order":139,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MX","unified":"1F1F2-1F1FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fd.png","sheet_x":34,"sheet_y":26,"short_name":"flag-mx","short_names":["flag-mx"],"text":null,"texts":null,"category":"Flags","sort_order":149,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MY","unified":"1F1F2-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1fe.png","sheet_x":34,"sheet_y":27,"short_name":"flag-my","short_names":["flag-my"],"text":null,"texts":null,"category":"Flags","sort_order":140,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS MZ","unified":"1F1F2-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f2-1f1ff.png","sheet_x":34,"sheet_y":28,"short_name":"flag-mz","short_names":["flag-mz"],"text":null,"texts":null,"category":"Flags","sort_order":157,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NA","unified":"1F1F3-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1e6.png","sheet_x":34,"sheet_y":29,"short_name":"flag-na","short_names":["flag-na"],"text":null,"texts":null,"category":"Flags","sort_order":159,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NC","unified":"1F1F3-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1e8.png","sheet_x":34,"sheet_y":30,"short_name":"flag-nc","short_names":["flag-nc"],"text":null,"texts":null,"category":"Flags","sort_order":163,"added_in":"6.0","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":34,"sheet_y":31,"short_name":"flag-ne","short_names":["flag-ne"],"text":null,"texts":null,"category":"Flags","sort_order":166,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NF","unified":"1F1F3-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1eb.png","sheet_x":34,"sheet_y":32,"short_name":"flag-nf","short_names":["flag-nf"],"text":null,"texts":null,"category":"Flags","sort_order":169,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NG","unified":"1F1F3-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1ec.png","sheet_x":34,"sheet_y":33,"short_name":"flag-ng","short_names":["flag-ng"],"text":null,"texts":null,"category":"Flags","sort_order":167,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NI","unified":"1F1F3-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1ee.png","sheet_x":34,"sheet_y":34,"short_name":"flag-ni","short_names":["flag-ni"],"text":null,"texts":null,"category":"Flags","sort_order":165,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NL","unified":"1F1F3-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1f1.png","sheet_x":34,"sheet_y":35,"short_name":"flag-nl","short_names":["flag-nl"],"text":null,"texts":null,"category":"Flags","sort_order":162,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NO","unified":"1F1F3-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1f4.png","sheet_x":34,"sheet_y":36,"short_name":"flag-no","short_names":["flag-no"],"text":null,"texts":null,"category":"Flags","sort_order":172,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NP","unified":"1F1F3-1F1F5","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1f5.png","sheet_x":34,"sheet_y":37,"short_name":"flag-np","short_names":["flag-np"],"text":null,"texts":null,"category":"Flags","sort_order":161,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NR","unified":"1F1F3-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1f7.png","sheet_x":34,"sheet_y":38,"short_name":"flag-nr","short_names":["flag-nr"],"text":null,"texts":null,"category":"Flags","sort_order":160,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NU","unified":"1F1F3-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1fa.png","sheet_x":34,"sheet_y":39,"short_name":"flag-nu","short_names":["flag-nu"],"text":null,"texts":null,"category":"Flags","sort_order":168,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS NZ","unified":"1F1F3-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f3-1f1ff.png","sheet_x":34,"sheet_y":40,"short_name":"flag-nz","short_names":["flag-nz"],"text":null,"texts":null,"category":"Flags","sort_order":164,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS OM","unified":"1F1F4-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f4-1f1f2.png","sheet_x":34,"sheet_y":41,"short_name":"flag-om","short_names":["flag-om"],"text":null,"texts":null,"category":"Flags","sort_order":173,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PA","unified":"1F1F5-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1e6.png","sheet_x":34,"sheet_y":42,"short_name":"flag-pa","short_names":["flag-pa"],"text":null,"texts":null,"category":"Flags","sort_order":177,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PE","unified":"1F1F5-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1ea.png","sheet_x":34,"sheet_y":43,"short_name":"flag-pe","short_names":["flag-pe"],"text":null,"texts":null,"category":"Flags","sort_order":180,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PF","unified":"1F1F5-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1eb.png","sheet_x":34,"sheet_y":44,"short_name":"flag-pf","short_names":["flag-pf"],"text":null,"texts":null,"category":"Flags","sort_order":85,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PG","unified":"1F1F5-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1ec.png","sheet_x":34,"sheet_y":45,"short_name":"flag-pg","short_names":["flag-pg"],"text":null,"texts":null,"category":"Flags","sort_order":178,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PH","unified":"1F1F5-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1ed.png","sheet_x":34,"sheet_y":46,"short_name":"flag-ph","short_names":["flag-ph"],"text":null,"texts":null,"category":"Flags","sort_order":181,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PK","unified":"1F1F5-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f0.png","sheet_x":34,"sheet_y":47,"short_name":"flag-pk","short_names":["flag-pk"],"text":null,"texts":null,"category":"Flags","sort_order":174,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PL","unified":"1F1F5-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f1.png","sheet_x":34,"sheet_y":48,"short_name":"flag-pl","short_names":["flag-pl"],"text":null,"texts":null,"category":"Flags","sort_order":183,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PM","unified":"1F1F5-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f2.png","sheet_x":35,"sheet_y":0,"short_name":"flag-pm","short_names":["flag-pm"],"text":null,"texts":null,"category":"Flags","sort_order":195,"added_in":"6.0","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":35,"sheet_y":1,"short_name":"flag-pn","short_names":["flag-pn"],"text":null,"texts":null,"category":"Flags","sort_order":182,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PR","unified":"1F1F5-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f7.png","sheet_x":35,"sheet_y":2,"short_name":"flag-pr","short_names":["flag-pr"],"text":null,"texts":null,"category":"Flags","sort_order":185,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PS","unified":"1F1F5-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f8.png","sheet_x":35,"sheet_y":3,"short_name":"flag-ps","short_names":["flag-ps"],"text":null,"texts":null,"category":"Flags","sort_order":176,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PT","unified":"1F1F5-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1f9.png","sheet_x":35,"sheet_y":4,"short_name":"flag-pt","short_names":["flag-pt"],"text":null,"texts":null,"category":"Flags","sort_order":184,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PW","unified":"1F1F5-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1fc.png","sheet_x":35,"sheet_y":5,"short_name":"flag-pw","short_names":["flag-pw"],"text":null,"texts":null,"category":"Flags","sort_order":175,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS PY","unified":"1F1F5-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f5-1f1fe.png","sheet_x":35,"sheet_y":6,"short_name":"flag-py","short_names":["flag-py"],"text":null,"texts":null,"category":"Flags","sort_order":179,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS QA","unified":"1F1F6-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f6-1f1e6.png","sheet_x":35,"sheet_y":7,"short_name":"flag-qa","short_names":["flag-qa"],"text":null,"texts":null,"category":"Flags","sort_order":186,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS RE","unified":"1F1F7-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f7-1f1ea.png","sheet_x":35,"sheet_y":8,"short_name":"flag-re","short_names":["flag-re"],"text":null,"texts":null,"category":"Flags","sort_order":187,"added_in":"6.0","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":35,"sheet_y":9,"short_name":"flag-ro","short_names":["flag-ro"],"text":null,"texts":null,"category":"Flags","sort_order":188,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS RS","unified":"1F1F7-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f7-1f1f8.png","sheet_x":35,"sheet_y":10,"short_name":"flag-rs","short_names":["flag-rs"],"text":null,"texts":null,"category":"Flags","sort_order":202,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS RU","unified":"1F1F7-1F1FA","variations":[],"docomo":null,"au":"E5D6","softbank":"E512","google":"FE4EC","image":"1f1f7-1f1fa.png","sheet_x":35,"sheet_y":11,"short_name":"flag-ru","short_names":["flag-ru","ru"],"text":null,"texts":null,"category":"Flags","sort_order":189,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS RW","unified":"1F1F7-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f7-1f1fc.png","sheet_x":35,"sheet_y":12,"short_name":"flag-rw","short_names":["flag-rw"],"text":null,"texts":null,"category":"Flags","sort_order":190,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SA","unified":"1F1F8-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1e6.png","sheet_x":35,"sheet_y":13,"short_name":"flag-sa","short_names":["flag-sa"],"text":null,"texts":null,"category":"Flags","sort_order":200,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SB","unified":"1F1F8-1F1E7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1e7.png","sheet_x":35,"sheet_y":14,"short_name":"flag-sb","short_names":["flag-sb"],"text":null,"texts":null,"category":"Flags","sort_order":209,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SC","unified":"1F1F8-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1e8.png","sheet_x":35,"sheet_y":15,"short_name":"flag-sc","short_names":["flag-sc"],"text":null,"texts":null,"category":"Flags","sort_order":203,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SD","unified":"1F1F8-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1e9.png","sheet_x":35,"sheet_y":16,"short_name":"flag-sd","short_names":["flag-sd"],"text":null,"texts":null,"category":"Flags","sort_order":217,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SE","unified":"1F1F8-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ea.png","sheet_x":35,"sheet_y":17,"short_name":"flag-se","short_names":["flag-se"],"text":null,"texts":null,"category":"Flags","sort_order":220,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SG","unified":"1F1F8-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ec.png","sheet_x":35,"sheet_y":18,"short_name":"flag-sg","short_names":["flag-sg"],"text":null,"texts":null,"category":"Flags","sort_order":205,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SH","unified":"1F1F8-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ed.png","sheet_x":35,"sheet_y":19,"short_name":"flag-sh","short_names":["flag-sh"],"text":null,"texts":null,"category":"Flags","sort_order":192,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SI","unified":"1F1F8-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ee.png","sheet_x":35,"sheet_y":20,"short_name":"flag-si","short_names":["flag-si"],"text":null,"texts":null,"category":"Flags","sort_order":208,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SJ","unified":"1F1F8-1F1EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ef.png","sheet_x":35,"sheet_y":21,"short_name":"flag-sj","short_names":["flag-sj"],"text":null,"texts":null,"category":"Flags","sort_order":261,"added_in":"6.0","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":35,"sheet_y":22,"short_name":"flag-sk","short_names":["flag-sk"],"text":null,"texts":null,"category":"Flags","sort_order":207,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SL","unified":"1F1F8-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f1.png","sheet_x":35,"sheet_y":23,"short_name":"flag-sl","short_names":["flag-sl"],"text":null,"texts":null,"category":"Flags","sort_order":204,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SM","unified":"1F1F8-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f2.png","sheet_x":35,"sheet_y":24,"short_name":"flag-sm","short_names":["flag-sm"],"text":null,"texts":null,"category":"Flags","sort_order":198,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SN","unified":"1F1F8-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f3.png","sheet_x":35,"sheet_y":25,"short_name":"flag-sn","short_names":["flag-sn"],"text":null,"texts":null,"category":"Flags","sort_order":201,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SO","unified":"1F1F8-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f4.png","sheet_x":35,"sheet_y":26,"short_name":"flag-so","short_names":["flag-so"],"text":null,"texts":null,"category":"Flags","sort_order":210,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SR","unified":"1F1F8-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f7.png","sheet_x":35,"sheet_y":27,"short_name":"flag-sr","short_names":["flag-sr"],"text":null,"texts":null,"category":"Flags","sort_order":218,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SS","unified":"1F1F8-1F1F8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f8.png","sheet_x":35,"sheet_y":28,"short_name":"flag-ss","short_names":["flag-ss"],"text":null,"texts":null,"category":"Flags","sort_order":214,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ST","unified":"1F1F8-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1f9.png","sheet_x":35,"sheet_y":29,"short_name":"flag-st","short_names":["flag-st"],"text":null,"texts":null,"category":"Flags","sort_order":199,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SV","unified":"1F1F8-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1fb.png","sheet_x":35,"sheet_y":30,"short_name":"flag-sv","short_names":["flag-sv"],"text":null,"texts":null,"category":"Flags","sort_order":73,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SX","unified":"1F1F8-1F1FD","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1fd.png","sheet_x":35,"sheet_y":31,"short_name":"flag-sx","short_names":["flag-sx"],"text":null,"texts":null,"category":"Flags","sort_order":206,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SY","unified":"1F1F8-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1fe.png","sheet_x":35,"sheet_y":32,"short_name":"flag-sy","short_names":["flag-sy"],"text":null,"texts":null,"category":"Flags","sort_order":222,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS SZ","unified":"1F1F8-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f8-1f1ff.png","sheet_x":35,"sheet_y":33,"short_name":"flag-sz","short_names":["flag-sz"],"text":null,"texts":null,"category":"Flags","sort_order":219,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TA","unified":"1F1F9-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1e6.png","sheet_x":35,"sheet_y":34,"short_name":"flag-ta","short_names":["flag-ta"],"text":null,"texts":null,"category":"Flags","sort_order":262,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TC","unified":"1F1F9-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1e8.png","sheet_x":35,"sheet_y":35,"short_name":"flag-tc","short_names":["flag-tc"],"text":null,"texts":null,"category":"Flags","sort_order":235,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TD","unified":"1F1F9-1F1E9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1e9.png","sheet_x":35,"sheet_y":36,"short_name":"flag-td","short_names":["flag-td"],"text":null,"texts":null,"category":"Flags","sort_order":50,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TF","unified":"1F1F9-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1eb.png","sheet_x":35,"sheet_y":37,"short_name":"flag-tf","short_names":["flag-tf"],"text":null,"texts":null,"category":"Flags","sort_order":86,"added_in":"6.0","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":35,"sheet_y":38,"short_name":"flag-tg","short_names":["flag-tg"],"text":null,"texts":null,"category":"Flags","sort_order":228,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TH","unified":"1F1F9-1F1ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1ed.png","sheet_x":35,"sheet_y":39,"short_name":"flag-th","short_names":["flag-th"],"text":null,"texts":null,"category":"Flags","sort_order":226,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TJ","unified":"1F1F9-1F1EF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1ef.png","sheet_x":35,"sheet_y":40,"short_name":"flag-tj","short_names":["flag-tj"],"text":null,"texts":null,"category":"Flags","sort_order":224,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TK","unified":"1F1F9-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f0.png","sheet_x":35,"sheet_y":41,"short_name":"flag-tk","short_names":["flag-tk"],"text":null,"texts":null,"category":"Flags","sort_order":229,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TL","unified":"1F1F9-1F1F1","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f1.png","sheet_x":35,"sheet_y":42,"short_name":"flag-tl","short_names":["flag-tl"],"text":null,"texts":null,"category":"Flags","sort_order":227,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TM","unified":"1F1F9-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f2.png","sheet_x":35,"sheet_y":43,"short_name":"flag-tm","short_names":["flag-tm"],"text":null,"texts":null,"category":"Flags","sort_order":234,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TN","unified":"1F1F9-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f3.png","sheet_x":35,"sheet_y":44,"short_name":"flag-tn","short_names":["flag-tn"],"text":null,"texts":null,"category":"Flags","sort_order":232,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TO","unified":"1F1F9-1F1F4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f4.png","sheet_x":35,"sheet_y":45,"short_name":"flag-to","short_names":["flag-to"],"text":null,"texts":null,"category":"Flags","sort_order":230,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TR","unified":"1F1F9-1F1F7","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f7.png","sheet_x":35,"sheet_y":46,"short_name":"flag-tr","short_names":["flag-tr"],"text":null,"texts":null,"category":"Flags","sort_order":233,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TT","unified":"1F1F9-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1f9.png","sheet_x":35,"sheet_y":47,"short_name":"flag-tt","short_names":["flag-tt"],"text":null,"texts":null,"category":"Flags","sort_order":231,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TV","unified":"1F1F9-1F1FB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1fb.png","sheet_x":35,"sheet_y":48,"short_name":"flag-tv","short_names":["flag-tv"],"text":null,"texts":null,"category":"Flags","sort_order":236,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TW","unified":"1F1F9-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1fc.png","sheet_x":36,"sheet_y":0,"short_name":"flag-tw","short_names":["flag-tw"],"text":null,"texts":null,"category":"Flags","sort_order":223,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS TZ","unified":"1F1F9-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1f9-1f1ff.png","sheet_x":36,"sheet_y":1,"short_name":"flag-tz","short_names":["flag-tz"],"text":null,"texts":null,"category":"Flags","sort_order":225,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UA","unified":"1F1FA-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1e6.png","sheet_x":36,"sheet_y":2,"short_name":"flag-ua","short_names":["flag-ua"],"text":null,"texts":null,"category":"Flags","sort_order":238,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UG","unified":"1F1FA-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1ec.png","sheet_x":36,"sheet_y":3,"short_name":"flag-ug","short_names":["flag-ug"],"text":null,"texts":null,"category":"Flags","sort_order":237,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UM","unified":"1F1FA-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1f2.png","sheet_x":36,"sheet_y":4,"short_name":"flag-um","short_names":["flag-um"],"text":null,"texts":null,"category":"Flags","sort_order":263,"added_in":"6.0","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 UN","unified":"1F1FA-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1f3.png","sheet_x":36,"sheet_y":5,"short_name":"flag-un","short_names":["flag-un"],"text":null,"texts":null,"category":"Flags","sort_order":264,"added_in":"6.0","has_img_apple":false,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":"REGIONAL INDICATOR SYMBOL LETTERS US","unified":"1F1FA-1F1F8","variations":[],"docomo":null,"au":"E573","softbank":"E50C","google":"FE4E6","image":"1f1fa-1f1f8.png","sheet_x":36,"sheet_y":6,"short_name":"flag-us","short_names":["flag-us","us"],"text":null,"texts":null,"category":"Flags","sort_order":241,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UY","unified":"1F1FA-1F1FE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1fe.png","sheet_x":36,"sheet_y":7,"short_name":"flag-uy","short_names":["flag-uy"],"text":null,"texts":null,"category":"Flags","sort_order":243,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS UZ","unified":"1F1FA-1F1FF","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fa-1f1ff.png","sheet_x":36,"sheet_y":8,"short_name":"flag-uz","short_names":["flag-uz"],"text":null,"texts":null,"category":"Flags","sort_order":244,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VA","unified":"1F1FB-1F1E6","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1e6.png","sheet_x":36,"sheet_y":9,"short_name":"flag-va","short_names":["flag-va"],"text":null,"texts":null,"category":"Flags","sort_order":246,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VC","unified":"1F1FB-1F1E8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1e8.png","sheet_x":36,"sheet_y":10,"short_name":"flag-vc","short_names":["flag-vc"],"text":null,"texts":null,"category":"Flags","sort_order":196,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VE","unified":"1F1FB-1F1EA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1ea.png","sheet_x":36,"sheet_y":11,"short_name":"flag-ve","short_names":["flag-ve"],"text":null,"texts":null,"category":"Flags","sort_order":247,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VG","unified":"1F1FB-1F1EC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1ec.png","sheet_x":36,"sheet_y":12,"short_name":"flag-vg","short_names":["flag-vg"],"text":null,"texts":null,"category":"Flags","sort_order":38,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VI","unified":"1F1FB-1F1EE","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1ee.png","sheet_x":36,"sheet_y":13,"short_name":"flag-vi","short_names":["flag-vi"],"text":null,"texts":null,"category":"Flags","sort_order":242,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VN","unified":"1F1FB-1F1F3","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1f3.png","sheet_x":36,"sheet_y":14,"short_name":"flag-vn","short_names":["flag-vn"],"text":null,"texts":null,"category":"Flags","sort_order":248,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS VU","unified":"1F1FB-1F1FA","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fb-1f1fa.png","sheet_x":36,"sheet_y":15,"short_name":"flag-vu","short_names":["flag-vu"],"text":null,"texts":null,"category":"Flags","sort_order":245,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS WF","unified":"1F1FC-1F1EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fc-1f1eb.png","sheet_x":36,"sheet_y":16,"short_name":"flag-wf","short_names":["flag-wf"],"text":null,"texts":null,"category":"Flags","sort_order":249,"added_in":"6.0","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":36,"sheet_y":17,"short_name":"flag-ws","short_names":["flag-ws"],"text":null,"texts":null,"category":"Flags","sort_order":197,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS XK","unified":"1F1FD-1F1F0","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fd-1f1f0.png","sheet_x":36,"sheet_y":18,"short_name":"flag-xk","short_names":["flag-xk"],"text":null,"texts":null,"category":"Flags","sort_order":124,"added_in":"6.0","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":36,"sheet_y":19,"short_name":"flag-ye","short_names":["flag-ye"],"text":null,"texts":null,"category":"Flags","sort_order":251,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS YT","unified":"1F1FE-1F1F9","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1fe-1f1f9.png","sheet_x":36,"sheet_y":20,"short_name":"flag-yt","short_names":["flag-yt"],"text":null,"texts":null,"category":"Flags","sort_order":148,"added_in":"6.0","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":36,"sheet_y":21,"short_name":"flag-za","short_names":["flag-za"],"text":null,"texts":null,"category":"Flags","sort_order":211,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ZM","unified":"1F1FF-1F1F2","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ff-1f1f2.png","sheet_x":36,"sheet_y":22,"short_name":"flag-zm","short_names":["flag-zm"],"text":null,"texts":null,"category":"Flags","sort_order":252,"added_in":"6.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":"REGIONAL INDICATOR SYMBOL LETTERS ZW","unified":"1F1FF-1F1FC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f1ff-1f1fc.png","sheet_x":36,"sheet_y":23,"short_name":"flag-zw","short_names":["flag-zw"],"text":null,"texts":null,"category":"Flags","sort_order":253,"added_in":"6.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":null,"unified":"1F468-200D-1F33E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f33e.png","sheet_x":36,"sheet_y":24,"short_name":"male-farmer","short_names":["male-farmer"],"text":null,"texts":null,"category":"People","sort_order":164,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F33E","image":"1f468-1f3fb-200d-1f33e.png","sheet_x":36,"sheet_y":25,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F33E","image":"1f468-1f3fc-200d-1f33e.png","sheet_x":36,"sheet_y":26,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F33E","image":"1f468-1f3fd-200d-1f33e.png","sheet_x":36,"sheet_y":27,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F33E","image":"1f468-1f3fe-200d-1f33e.png","sheet_x":36,"sheet_y":28,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F33E","image":"1f468-1f3ff-200d-1f33e.png","sheet_x":36,"sheet_y":29,"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":null,"unified":"1F468-200D-1F373","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f373.png","sheet_x":36,"sheet_y":30,"short_name":"male-cook","short_names":["male-cook"],"text":null,"texts":null,"category":"People","sort_order":166,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F373","image":"1f468-1f3fb-200d-1f373.png","sheet_x":36,"sheet_y":31,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F373","image":"1f468-1f3fc-200d-1f373.png","sheet_x":36,"sheet_y":32,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F373","image":"1f468-1f3fd-200d-1f373.png","sheet_x":36,"sheet_y":33,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F373","image":"1f468-1f3fe-200d-1f373.png","sheet_x":36,"sheet_y":34,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F373","image":"1f468-1f3ff-200d-1f373.png","sheet_x":36,"sheet_y":35,"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":null,"unified":"1F468-200D-1F393","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f393.png","sheet_x":36,"sheet_y":36,"short_name":"male-student","short_names":["male-student"],"text":null,"texts":null,"category":"People","sort_order":168,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F393","image":"1f468-1f3fb-200d-1f393.png","sheet_x":36,"sheet_y":37,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F393","image":"1f468-1f3fc-200d-1f393.png","sheet_x":36,"sheet_y":38,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F393","image":"1f468-1f3fd-200d-1f393.png","sheet_x":36,"sheet_y":39,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F393","image":"1f468-1f3fe-200d-1f393.png","sheet_x":36,"sheet_y":40,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F393","image":"1f468-1f3ff-200d-1f393.png","sheet_x":36,"sheet_y":41,"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":null,"unified":"1F468-200D-1F3A4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f3a4.png","sheet_x":36,"sheet_y":42,"short_name":"male-singer","short_names":["male-singer"],"text":null,"texts":null,"category":"People","sort_order":170,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3A4","image":"1f468-1f3fb-200d-1f3a4.png","sheet_x":36,"sheet_y":43,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3A4","image":"1f468-1f3fc-200d-1f3a4.png","sheet_x":36,"sheet_y":44,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3A4","image":"1f468-1f3fd-200d-1f3a4.png","sheet_x":36,"sheet_y":45,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3A4","image":"1f468-1f3fe-200d-1f3a4.png","sheet_x":36,"sheet_y":46,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3A4","image":"1f468-1f3ff-200d-1f3a4.png","sheet_x":36,"sheet_y":47,"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":null,"unified":"1F468-200D-1F3A8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f3a8.png","sheet_x":36,"sheet_y":48,"short_name":"male-artist","short_names":["male-artist"],"text":null,"texts":null,"category":"People","sort_order":184,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3A8","image":"1f468-1f3fb-200d-1f3a8.png","sheet_x":37,"sheet_y":0,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3A8","image":"1f468-1f3fc-200d-1f3a8.png","sheet_x":37,"sheet_y":1,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3A8","image":"1f468-1f3fd-200d-1f3a8.png","sheet_x":37,"sheet_y":2,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3A8","image":"1f468-1f3fe-200d-1f3a8.png","sheet_x":37,"sheet_y":3,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3A8","image":"1f468-1f3ff-200d-1f3a8.png","sheet_x":37,"sheet_y":4,"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":null,"unified":"1F468-200D-1F3EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f3eb.png","sheet_x":37,"sheet_y":5,"short_name":"male-teacher","short_names":["male-teacher"],"text":null,"texts":null,"category":"People","sort_order":172,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3EB","image":"1f468-1f3fb-200d-1f3eb.png","sheet_x":37,"sheet_y":6,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3EB","image":"1f468-1f3fc-200d-1f3eb.png","sheet_x":37,"sheet_y":7,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3EB","image":"1f468-1f3fd-200d-1f3eb.png","sheet_x":37,"sheet_y":8,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3EB","image":"1f468-1f3fe-200d-1f3eb.png","sheet_x":37,"sheet_y":9,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3EB","image":"1f468-1f3ff-200d-1f3eb.png","sheet_x":37,"sheet_y":10,"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":null,"unified":"1F468-200D-1F3ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f3ed.png","sheet_x":37,"sheet_y":11,"short_name":"male-factory-worker","short_names":["male-factory-worker"],"text":null,"texts":null,"category":"People","sort_order":174,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F3ED","image":"1f468-1f3fb-200d-1f3ed.png","sheet_x":37,"sheet_y":12,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F3ED","image":"1f468-1f3fc-200d-1f3ed.png","sheet_x":37,"sheet_y":13,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F3ED","image":"1f468-1f3fd-200d-1f3ed.png","sheet_x":37,"sheet_y":14,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F3ED","image":"1f468-1f3fe-200d-1f3ed.png","sheet_x":37,"sheet_y":15,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F3ED","image":"1f468-1f3ff-200d-1f3ed.png","sheet_x":37,"sheet_y":16,"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":null,"unified":"1F468-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f466.png","sheet_x":37,"sheet_y":17,"short_name":"man-boy","short_names":["man-boy"],"text":null,"texts":null,"category":"People","sort_order":263,"added_in":"6.0","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":null,"unified":"1F468-200D-1F467","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f467.png","sheet_x":37,"sheet_y":18,"short_name":"man-girl","short_names":["man-girl"],"text":null,"texts":null,"category":"People","sort_order":264,"added_in":"6.0","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":null,"unified":"1F468-200D-1F4BB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f4bb.png","sheet_x":37,"sheet_y":19,"short_name":"male-technologist","short_names":["male-technologist"],"text":null,"texts":null,"category":"People","sort_order":176,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F4BB","image":"1f468-1f3fb-200d-1f4bb.png","sheet_x":37,"sheet_y":20,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F4BB","image":"1f468-1f3fc-200d-1f4bb.png","sheet_x":37,"sheet_y":21,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F4BB","image":"1f468-1f3fd-200d-1f4bb.png","sheet_x":37,"sheet_y":22,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F4BB","image":"1f468-1f3fe-200d-1f4bb.png","sheet_x":37,"sheet_y":23,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F4BB","image":"1f468-1f3ff-200d-1f4bb.png","sheet_x":37,"sheet_y":24,"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":null,"unified":"1F468-200D-1F4BC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f4bc.png","sheet_x":37,"sheet_y":25,"short_name":"male-office-worker","short_names":["male-office-worker"],"text":null,"texts":null,"category":"People","sort_order":178,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F4BC","image":"1f468-1f3fb-200d-1f4bc.png","sheet_x":37,"sheet_y":26,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F4BC","image":"1f468-1f3fc-200d-1f4bc.png","sheet_x":37,"sheet_y":27,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F4BC","image":"1f468-1f3fd-200d-1f4bc.png","sheet_x":37,"sheet_y":28,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F4BC","image":"1f468-1f3fe-200d-1f4bc.png","sheet_x":37,"sheet_y":29,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F4BC","image":"1f468-1f3ff-200d-1f4bc.png","sheet_x":37,"sheet_y":30,"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":null,"unified":"1F468-200D-1F527","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f527.png","sheet_x":37,"sheet_y":31,"short_name":"male-mechanic","short_names":["male-mechanic"],"text":null,"texts":null,"category":"People","sort_order":180,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F527","image":"1f468-1f3fb-200d-1f527.png","sheet_x":37,"sheet_y":32,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F527","image":"1f468-1f3fc-200d-1f527.png","sheet_x":37,"sheet_y":33,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F527","image":"1f468-1f3fd-200d-1f527.png","sheet_x":37,"sheet_y":34,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F527","image":"1f468-1f3fe-200d-1f527.png","sheet_x":37,"sheet_y":35,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F527","image":"1f468-1f3ff-200d-1f527.png","sheet_x":37,"sheet_y":36,"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":null,"unified":"1F468-200D-1F52C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f52c.png","sheet_x":37,"sheet_y":37,"short_name":"male-scientist","short_names":["male-scientist"],"text":null,"texts":null,"category":"People","sort_order":182,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F52C","image":"1f468-1f3fb-200d-1f52c.png","sheet_x":37,"sheet_y":38,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F52C","image":"1f468-1f3fc-200d-1f52c.png","sheet_x":37,"sheet_y":39,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F52C","image":"1f468-1f3fd-200d-1f52c.png","sheet_x":37,"sheet_y":40,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F52C","image":"1f468-1f3fe-200d-1f52c.png","sheet_x":37,"sheet_y":41,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F52C","image":"1f468-1f3ff-200d-1f52c.png","sheet_x":37,"sheet_y":42,"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":null,"unified":"1F468-200D-1F680","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f680.png","sheet_x":37,"sheet_y":43,"short_name":"male-astronaut","short_names":["male-astronaut"],"text":null,"texts":null,"category":"People","sort_order":190,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F680","image":"1f468-1f3fb-200d-1f680.png","sheet_x":37,"sheet_y":44,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F680","image":"1f468-1f3fc-200d-1f680.png","sheet_x":37,"sheet_y":45,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F680","image":"1f468-1f3fd-200d-1f680.png","sheet_x":37,"sheet_y":46,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F680","image":"1f468-1f3fe-200d-1f680.png","sheet_x":37,"sheet_y":47,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F680","image":"1f468-1f3ff-200d-1f680.png","sheet_x":37,"sheet_y":48,"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":null,"unified":"1F468-200D-1F692","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f692.png","sheet_x":38,"sheet_y":0,"short_name":"male-firefighter","short_names":["male-firefighter"],"text":null,"texts":null,"category":"People","sort_order":186,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-1F692","image":"1f468-1f3fb-200d-1f692.png","sheet_x":38,"sheet_y":1,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-1F692","image":"1f468-1f3fc-200d-1f692.png","sheet_x":38,"sheet_y":2,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-1F692","image":"1f468-1f3fd-200d-1f692.png","sheet_x":38,"sheet_y":3,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-1F692","image":"1f468-1f3fe-200d-1f692.png","sheet_x":38,"sheet_y":4,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-1F692","image":"1f468-1f3ff-200d-1f692.png","sheet_x":38,"sheet_y":5,"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":null,"unified":"1F469-200D-1F33E","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f33e.png","sheet_x":38,"sheet_y":6,"short_name":"female-farmer","short_names":["female-farmer"],"text":null,"texts":null,"category":"People","sort_order":163,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F33E","image":"1f469-1f3fb-200d-1f33e.png","sheet_x":38,"sheet_y":7,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F33E","image":"1f469-1f3fc-200d-1f33e.png","sheet_x":38,"sheet_y":8,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F33E","image":"1f469-1f3fd-200d-1f33e.png","sheet_x":38,"sheet_y":9,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F33E","image":"1f469-1f3fe-200d-1f33e.png","sheet_x":38,"sheet_y":10,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F33E","image":"1f469-1f3ff-200d-1f33e.png","sheet_x":38,"sheet_y":11,"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":null,"unified":"1F469-200D-1F373","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f373.png","sheet_x":38,"sheet_y":12,"short_name":"female-cook","short_names":["female-cook"],"text":null,"texts":null,"category":"People","sort_order":165,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F373","image":"1f469-1f3fb-200d-1f373.png","sheet_x":38,"sheet_y":13,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F373","image":"1f469-1f3fc-200d-1f373.png","sheet_x":38,"sheet_y":14,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F373","image":"1f469-1f3fd-200d-1f373.png","sheet_x":38,"sheet_y":15,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F373","image":"1f469-1f3fe-200d-1f373.png","sheet_x":38,"sheet_y":16,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F373","image":"1f469-1f3ff-200d-1f373.png","sheet_x":38,"sheet_y":17,"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":null,"unified":"1F469-200D-1F393","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f393.png","sheet_x":38,"sheet_y":18,"short_name":"female-student","short_names":["female-student"],"text":null,"texts":null,"category":"People","sort_order":167,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F393","image":"1f469-1f3fb-200d-1f393.png","sheet_x":38,"sheet_y":19,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F393","image":"1f469-1f3fc-200d-1f393.png","sheet_x":38,"sheet_y":20,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F393","image":"1f469-1f3fd-200d-1f393.png","sheet_x":38,"sheet_y":21,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F393","image":"1f469-1f3fe-200d-1f393.png","sheet_x":38,"sheet_y":22,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F393","image":"1f469-1f3ff-200d-1f393.png","sheet_x":38,"sheet_y":23,"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":null,"unified":"1F469-200D-1F3A4","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f3a4.png","sheet_x":38,"sheet_y":24,"short_name":"female-singer","short_names":["female-singer"],"text":null,"texts":null,"category":"People","sort_order":169,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3A4","image":"1f469-1f3fb-200d-1f3a4.png","sheet_x":38,"sheet_y":25,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3A4","image":"1f469-1f3fc-200d-1f3a4.png","sheet_x":38,"sheet_y":26,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3A4","image":"1f469-1f3fd-200d-1f3a4.png","sheet_x":38,"sheet_y":27,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3A4","image":"1f469-1f3fe-200d-1f3a4.png","sheet_x":38,"sheet_y":28,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3A4","image":"1f469-1f3ff-200d-1f3a4.png","sheet_x":38,"sheet_y":29,"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":null,"unified":"1F469-200D-1F3A8","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f3a8.png","sheet_x":38,"sheet_y":30,"short_name":"female-artist","short_names":["female-artist"],"text":null,"texts":null,"category":"People","sort_order":183,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3A8","image":"1f469-1f3fb-200d-1f3a8.png","sheet_x":38,"sheet_y":31,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3A8","image":"1f469-1f3fc-200d-1f3a8.png","sheet_x":38,"sheet_y":32,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3A8","image":"1f469-1f3fd-200d-1f3a8.png","sheet_x":38,"sheet_y":33,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3A8","image":"1f469-1f3fe-200d-1f3a8.png","sheet_x":38,"sheet_y":34,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3A8","image":"1f469-1f3ff-200d-1f3a8.png","sheet_x":38,"sheet_y":35,"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":null,"unified":"1F469-200D-1F3EB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f3eb.png","sheet_x":38,"sheet_y":36,"short_name":"female-teacher","short_names":["female-teacher"],"text":null,"texts":null,"category":"People","sort_order":171,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3EB","image":"1f469-1f3fb-200d-1f3eb.png","sheet_x":38,"sheet_y":37,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3EB","image":"1f469-1f3fc-200d-1f3eb.png","sheet_x":38,"sheet_y":38,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3EB","image":"1f469-1f3fd-200d-1f3eb.png","sheet_x":38,"sheet_y":39,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3EB","image":"1f469-1f3fe-200d-1f3eb.png","sheet_x":38,"sheet_y":40,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3EB","image":"1f469-1f3ff-200d-1f3eb.png","sheet_x":38,"sheet_y":41,"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":null,"unified":"1F469-200D-1F3ED","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f3ed.png","sheet_x":38,"sheet_y":42,"short_name":"female-factory-worker","short_names":["female-factory-worker"],"text":null,"texts":null,"category":"People","sort_order":173,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F3ED","image":"1f469-1f3fb-200d-1f3ed.png","sheet_x":38,"sheet_y":43,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F3ED","image":"1f469-1f3fc-200d-1f3ed.png","sheet_x":38,"sheet_y":44,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F3ED","image":"1f469-1f3fd-200d-1f3ed.png","sheet_x":38,"sheet_y":45,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F3ED","image":"1f469-1f3fe-200d-1f3ed.png","sheet_x":38,"sheet_y":46,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F3ED","image":"1f469-1f3ff-200d-1f3ed.png","sheet_x":38,"sheet_y":47,"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":null,"unified":"1F469-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f466.png","sheet_x":38,"sheet_y":48,"short_name":"woman-boy","short_names":["woman-boy"],"text":null,"texts":null,"category":"People","sort_order":258,"added_in":"6.0","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":null,"unified":"1F469-200D-1F467","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f467.png","sheet_x":39,"sheet_y":0,"short_name":"woman-girl","short_names":["woman-girl"],"text":null,"texts":null,"category":"People","sort_order":259,"added_in":"6.0","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":null,"unified":"1F469-200D-1F4BB","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f4bb.png","sheet_x":39,"sheet_y":1,"short_name":"female-technologist","short_names":["female-technologist"],"text":null,"texts":null,"category":"People","sort_order":175,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F4BB","image":"1f469-1f3fb-200d-1f4bb.png","sheet_x":39,"sheet_y":2,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F4BB","image":"1f469-1f3fc-200d-1f4bb.png","sheet_x":39,"sheet_y":3,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F4BB","image":"1f469-1f3fd-200d-1f4bb.png","sheet_x":39,"sheet_y":4,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F4BB","image":"1f469-1f3fe-200d-1f4bb.png","sheet_x":39,"sheet_y":5,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F4BB","image":"1f469-1f3ff-200d-1f4bb.png","sheet_x":39,"sheet_y":6,"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":null,"unified":"1F469-200D-1F4BC","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f4bc.png","sheet_x":39,"sheet_y":7,"short_name":"female-office-worker","short_names":["female-office-worker"],"text":null,"texts":null,"category":"People","sort_order":177,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F4BC","image":"1f469-1f3fb-200d-1f4bc.png","sheet_x":39,"sheet_y":8,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F4BC","image":"1f469-1f3fc-200d-1f4bc.png","sheet_x":39,"sheet_y":9,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F4BC","image":"1f469-1f3fd-200d-1f4bc.png","sheet_x":39,"sheet_y":10,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F4BC","image":"1f469-1f3fe-200d-1f4bc.png","sheet_x":39,"sheet_y":11,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F4BC","image":"1f469-1f3ff-200d-1f4bc.png","sheet_x":39,"sheet_y":12,"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":null,"unified":"1F469-200D-1F527","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f527.png","sheet_x":39,"sheet_y":13,"short_name":"female-mechanic","short_names":["female-mechanic"],"text":null,"texts":null,"category":"People","sort_order":179,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F527","image":"1f469-1f3fb-200d-1f527.png","sheet_x":39,"sheet_y":14,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F527","image":"1f469-1f3fc-200d-1f527.png","sheet_x":39,"sheet_y":15,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F527","image":"1f469-1f3fd-200d-1f527.png","sheet_x":39,"sheet_y":16,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F527","image":"1f469-1f3fe-200d-1f527.png","sheet_x":39,"sheet_y":17,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F527","image":"1f469-1f3ff-200d-1f527.png","sheet_x":39,"sheet_y":18,"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":null,"unified":"1F469-200D-1F52C","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f52c.png","sheet_x":39,"sheet_y":19,"short_name":"female-scientist","short_names":["female-scientist"],"text":null,"texts":null,"category":"People","sort_order":181,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F52C","image":"1f469-1f3fb-200d-1f52c.png","sheet_x":39,"sheet_y":20,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F52C","image":"1f469-1f3fc-200d-1f52c.png","sheet_x":39,"sheet_y":21,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F52C","image":"1f469-1f3fd-200d-1f52c.png","sheet_x":39,"sheet_y":22,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F52C","image":"1f469-1f3fe-200d-1f52c.png","sheet_x":39,"sheet_y":23,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F52C","image":"1f469-1f3ff-200d-1f52c.png","sheet_x":39,"sheet_y":24,"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":null,"unified":"1F469-200D-1F680","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f680.png","sheet_x":39,"sheet_y":25,"short_name":"female-astronaut","short_names":["female-astronaut"],"text":null,"texts":null,"category":"People","sort_order":189,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F680","image":"1f469-1f3fb-200d-1f680.png","sheet_x":39,"sheet_y":26,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F680","image":"1f469-1f3fc-200d-1f680.png","sheet_x":39,"sheet_y":27,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F680","image":"1f469-1f3fd-200d-1f680.png","sheet_x":39,"sheet_y":28,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F680","image":"1f469-1f3fe-200d-1f680.png","sheet_x":39,"sheet_y":29,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F680","image":"1f469-1f3ff-200d-1f680.png","sheet_x":39,"sheet_y":30,"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":null,"unified":"1F469-200D-1F692","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f692.png","sheet_x":39,"sheet_y":31,"short_name":"female-firefighter","short_names":["female-firefighter"],"text":null,"texts":null,"category":"People","sort_order":185,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-1F692","image":"1f469-1f3fb-200d-1f692.png","sheet_x":39,"sheet_y":32,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-1F692","image":"1f469-1f3fc-200d-1f692.png","sheet_x":39,"sheet_y":33,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-1F692","image":"1f469-1f3fd-200d-1f692.png","sheet_x":39,"sheet_y":34,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-1F692","image":"1f469-1f3fe-200d-1f692.png","sheet_x":39,"sheet_y":35,"has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-1F692","image":"1f469-1f3ff-200d-1f692.png","sheet_x":39,"sheet_y":36,"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":null,"unified":"1F3C3-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c3-200d-2640-fe0f.png","sheet_x":39,"sheet_y":37,"short_name":"woman-running","short_names":["woman-running"],"text":null,"texts":null,"category":"People","sort_order":232,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3C3-1F3FB-200D-2640-FE0F","image":"1f3c3-1f3fb-200d-2640-fe0f.png","sheet_x":39,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3C3-1F3FC-200D-2640-FE0F","image":"1f3c3-1f3fc-200d-2640-fe0f.png","sheet_x":39,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3C3-1F3FD-200D-2640-FE0F","image":"1f3c3-1f3fd-200d-2640-fe0f.png","sheet_x":39,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3C3-1F3FE-200D-2640-FE0F","image":"1f3c3-1f3fe-200d-2640-fe0f.png","sheet_x":39,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3C3-1F3FF-200D-2640-FE0F","image":"1f3c3-1f3ff-200d-2640-fe0f.png","sheet_x":39,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3C3-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c3-200d-2642-fe0f.png","sheet_x":39,"sheet_y":43,"short_name":"man-running","short_names":["man-running"],"text":null,"texts":null,"category":"People","sort_order":304,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3C3-1F3FB-200D-2642-FE0F","image":"1f3c3-1f3fb-200d-2642-fe0f.png","sheet_x":39,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3C3-1F3FC-200D-2642-FE0F","image":"1f3c3-1f3fc-200d-2642-fe0f.png","sheet_x":39,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3C3-1F3FD-200D-2642-FE0F","image":"1f3c3-1f3fd-200d-2642-fe0f.png","sheet_x":39,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3C3-1F3FE-200D-2642-FE0F","image":"1f3c3-1f3fe-200d-2642-fe0f.png","sheet_x":39,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3C3-1F3FF-200D-2642-FE0F","image":"1f3c3-1f3ff-200d-2642-fe0f.png","sheet_x":39,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3C3"},{"name":null,"unified":"1F3C4-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c4-200d-2640-fe0f.png","sheet_x":40,"sheet_y":0,"short_name":"woman-surfing","short_names":["woman-surfing"],"text":null,"texts":null,"category":"Activity","sort_order":40,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3C4-1F3FB-200D-2640-FE0F","image":"1f3c4-1f3fb-200d-2640-fe0f.png","sheet_x":40,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3C4-1F3FC-200D-2640-FE0F","image":"1f3c4-1f3fc-200d-2640-fe0f.png","sheet_x":40,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3C4-1F3FD-200D-2640-FE0F","image":"1f3c4-1f3fd-200d-2640-fe0f.png","sheet_x":40,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3C4-1F3FE-200D-2640-FE0F","image":"1f3c4-1f3fe-200d-2640-fe0f.png","sheet_x":40,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3C4-1F3FF-200D-2640-FE0F","image":"1f3c4-1f3ff-200d-2640-fe0f.png","sheet_x":40,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3C4-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3c4-200d-2642-fe0f.png","sheet_x":40,"sheet_y":6,"short_name":"man-surfing","short_names":["man-surfing"],"text":null,"texts":null,"category":"Activity","sort_order":89,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3C4-1F3FB-200D-2642-FE0F","image":"1f3c4-1f3fb-200d-2642-fe0f.png","sheet_x":40,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3C4-1F3FC-200D-2642-FE0F","image":"1f3c4-1f3fc-200d-2642-fe0f.png","sheet_x":40,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3C4-1F3FD-200D-2642-FE0F","image":"1f3c4-1f3fd-200d-2642-fe0f.png","sheet_x":40,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3C4-1F3FE-200D-2642-FE0F","image":"1f3c4-1f3fe-200d-2642-fe0f.png","sheet_x":40,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3C4-1F3FF-200D-2642-FE0F","image":"1f3c4-1f3ff-200d-2642-fe0f.png","sheet_x":40,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3C4"},{"name":null,"unified":"1F3CA-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3ca-200d-2640-fe0f.png","sheet_x":40,"sheet_y":12,"short_name":"woman-swimming","short_names":["woman-swimming"],"text":null,"texts":null,"category":"Activity","sort_order":42,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CA-1F3FB-200D-2640-FE0F","image":"1f3ca-1f3fb-200d-2640-fe0f.png","sheet_x":40,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CA-1F3FC-200D-2640-FE0F","image":"1f3ca-1f3fc-200d-2640-fe0f.png","sheet_x":40,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CA-1F3FD-200D-2640-FE0F","image":"1f3ca-1f3fd-200d-2640-fe0f.png","sheet_x":40,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CA-1F3FE-200D-2640-FE0F","image":"1f3ca-1f3fe-200d-2640-fe0f.png","sheet_x":40,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CA-1F3FF-200D-2640-FE0F","image":"1f3ca-1f3ff-200d-2640-fe0f.png","sheet_x":40,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3CA-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3ca-200d-2642-fe0f.png","sheet_x":40,"sheet_y":18,"short_name":"man-swimming","short_names":["man-swimming"],"text":null,"texts":null,"category":"Activity","sort_order":90,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CA-1F3FB-200D-2642-FE0F","image":"1f3ca-1f3fb-200d-2642-fe0f.png","sheet_x":40,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CA-1F3FC-200D-2642-FE0F","image":"1f3ca-1f3fc-200d-2642-fe0f.png","sheet_x":40,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CA-1F3FD-200D-2642-FE0F","image":"1f3ca-1f3fd-200d-2642-fe0f.png","sheet_x":40,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CA-1F3FE-200D-2642-FE0F","image":"1f3ca-1f3fe-200d-2642-fe0f.png","sheet_x":40,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CA-1F3FF-200D-2642-FE0F","image":"1f3ca-1f3ff-200d-2642-fe0f.png","sheet_x":40,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3CA"},{"name":null,"unified":"1F3CB-FE0F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cb-fe0f-200d-2640-fe0f.png","sheet_x":40,"sheet_y":24,"short_name":"woman-lifting-weights","short_names":["woman-lifting-weights"],"text":null,"texts":null,"category":"Activity","sort_order":24,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CB-1F3FB-200D-2640-FE0F","image":"1f3cb-1f3fb-200d-2640-fe0f.png","sheet_x":40,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CB-1F3FC-200D-2640-FE0F","image":"1f3cb-1f3fc-200d-2640-fe0f.png","sheet_x":40,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CB-1F3FD-200D-2640-FE0F","image":"1f3cb-1f3fd-200d-2640-fe0f.png","sheet_x":40,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CB-1F3FE-200D-2640-FE0F","image":"1f3cb-1f3fe-200d-2640-fe0f.png","sheet_x":40,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CB-1F3FF-200D-2640-FE0F","image":"1f3cb-1f3ff-200d-2640-fe0f.png","sheet_x":40,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3CB-FE0F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cb-fe0f-200d-2642-fe0f.png","sheet_x":40,"sheet_y":30,"short_name":"man-lifting-weights","short_names":["man-lifting-weights"],"text":null,"texts":null,"category":"Activity","sort_order":87,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CB-1F3FB-200D-2642-FE0F","image":"1f3cb-1f3fb-200d-2642-fe0f.png","sheet_x":40,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CB-1F3FC-200D-2642-FE0F","image":"1f3cb-1f3fc-200d-2642-fe0f.png","sheet_x":40,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CB-1F3FD-200D-2642-FE0F","image":"1f3cb-1f3fd-200d-2642-fe0f.png","sheet_x":40,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CB-1F3FE-200D-2642-FE0F","image":"1f3cb-1f3fe-200d-2642-fe0f.png","sheet_x":40,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CB-1F3FF-200D-2642-FE0F","image":"1f3cb-1f3ff-200d-2642-fe0f.png","sheet_x":40,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3CB"},{"name":null,"unified":"1F3CC-FE0F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cc-fe0f-200d-2640-fe0f.png","sheet_x":40,"sheet_y":36,"short_name":"woman-golfing","short_names":["woman-golfing"],"text":null,"texts":null,"category":"Activity","sort_order":38,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CC-1F3FB-200D-2640-FE0F","image":"1f3cc-1f3fb-200d-2640-fe0f.png","sheet_x":40,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CC-1F3FC-200D-2640-FE0F","image":"1f3cc-1f3fc-200d-2640-fe0f.png","sheet_x":40,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CC-1F3FD-200D-2640-FE0F","image":"1f3cc-1f3fd-200d-2640-fe0f.png","sheet_x":40,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CC-1F3FE-200D-2640-FE0F","image":"1f3cc-1f3fe-200d-2640-fe0f.png","sheet_x":40,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CC-1F3FF-200D-2640-FE0F","image":"1f3cc-1f3ff-200d-2640-fe0f.png","sheet_x":40,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F3CC-FE0F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3cc-fe0f-200d-2642-fe0f.png","sheet_x":40,"sheet_y":42,"short_name":"man-golfing","short_names":["man-golfing"],"text":null,"texts":null,"category":"Activity","sort_order":88,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F3CC-1F3FB-200D-2642-FE0F","image":"1f3cc-1f3fb-200d-2642-fe0f.png","sheet_x":40,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F3CC-1F3FC-200D-2642-FE0F","image":"1f3cc-1f3fc-200d-2642-fe0f.png","sheet_x":40,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F3CC-1F3FD-200D-2642-FE0F","image":"1f3cc-1f3fd-200d-2642-fe0f.png","sheet_x":40,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F3CC-1F3FE-200D-2642-FE0F","image":"1f3cc-1f3fe-200d-2642-fe0f.png","sheet_x":40,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F3CC-1F3FF-200D-2642-FE0F","image":"1f3cc-1f3ff-200d-2642-fe0f.png","sheet_x":40,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F3CC"},{"name":null,"unified":"1F3F3-FE0F-200D-1F308","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f3f3-fe0f-200d-1f308.png","sheet_x":40,"sheet_y":48,"short_name":"rainbow-flag","short_names":["rainbow-flag"],"text":null,"texts":null,"category":"Flags","sort_order":5,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},{"name":null,"unified":"1F441-FE0F-200D-1F5E8-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f441-fe0f-200d-1f5e8-fe0f.png","sheet_x":41,"sheet_y":0,"short_name":"eye-in-speech-bubble","short_names":["eye-in-speech-bubble"],"text":null,"texts":null,"category":"Symbols","sort_order":238,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":false,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":null,"unified":"1F468-200D-1F466-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f466-200d-1f466.png","sheet_x":41,"sheet_y":1,"short_name":"man-boy-boy","short_names":["man-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":266,"added_in":"6.0","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":null,"unified":"1F468-200D-1F467-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f467-200d-1f466.png","sheet_x":41,"sheet_y":2,"short_name":"man-girl-boy","short_names":["man-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":265,"added_in":"6.0","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":null,"unified":"1F468-200D-1F467-200D-1F467","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f467-200d-1f467.png","sheet_x":41,"sheet_y":3,"short_name":"man-girl-girl","short_names":["man-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":267,"added_in":"6.0","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":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":41,"sheet_y":4,"short_name":"man-man-boy","short_names":["man-man-boy"],"text":null,"texts":null,"category":"People","sort_order":253,"added_in":"6.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":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":41,"sheet_y":5,"short_name":"man-man-boy-boy","short_names":["man-man-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":256,"added_in":"6.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":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":41,"sheet_y":6,"short_name":"man-man-girl","short_names":["man-man-girl"],"text":null,"texts":null,"category":"People","sort_order":254,"added_in":"6.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":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":41,"sheet_y":7,"short_name":"man-man-girl-boy","short_names":["man-man-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":255,"added_in":"6.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":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":41,"sheet_y":8,"short_name":"man-man-girl-girl","short_names":["man-man-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":257,"added_in":"6.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":null,"unified":"1F468-200D-1F469-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-1f469-200d-1f466.png","sheet_x":41,"sheet_y":9,"short_name":"man-woman-boy","short_names":["man-woman-boy","family"],"text":null,"texts":null,"category":"People","sort_order":294,"added_in":"6.0","has_img_apple":true,"has_img_google":true,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true,"obsoletes":"1F46A"},{"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":41,"sheet_y":10,"short_name":"man-woman-boy-boy","short_names":["man-woman-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":246,"added_in":"6.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":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":41,"sheet_y":11,"short_name":"man-woman-girl","short_names":["man-woman-girl"],"text":null,"texts":null,"category":"People","sort_order":244,"added_in":"6.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":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":41,"sheet_y":12,"short_name":"man-woman-girl-boy","short_names":["man-woman-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":245,"added_in":"6.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":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":41,"sheet_y":13,"short_name":"man-woman-girl-girl","short_names":["man-woman-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":247,"added_in":"6.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":null,"unified":"1F468-200D-2695-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-2695-fe0f.png","sheet_x":41,"sheet_y":14,"short_name":"male-doctor","short_names":["male-doctor"],"text":null,"texts":null,"category":"People","sort_order":162,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-2695-FE0F","image":"1f468-1f3fb-200d-2695-fe0f.png","sheet_x":41,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-2695-FE0F","image":"1f468-1f3fc-200d-2695-fe0f.png","sheet_x":41,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-2695-FE0F","image":"1f468-1f3fd-200d-2695-fe0f.png","sheet_x":41,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-2695-FE0F","image":"1f468-1f3fe-200d-2695-fe0f.png","sheet_x":41,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-2695-FE0F","image":"1f468-1f3ff-200d-2695-fe0f.png","sheet_x":41,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F468-200D-2696-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-2696-fe0f.png","sheet_x":41,"sheet_y":20,"short_name":"male-judge","short_names":["male-judge"],"text":null,"texts":null,"category":"People","sort_order":192,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-2696-FE0F","image":"1f468-1f3fb-200d-2696-fe0f.png","sheet_x":41,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-2696-FE0F","image":"1f468-1f3fc-200d-2696-fe0f.png","sheet_x":41,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-2696-FE0F","image":"1f468-1f3fd-200d-2696-fe0f.png","sheet_x":41,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-2696-FE0F","image":"1f468-1f3fe-200d-2696-fe0f.png","sheet_x":41,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-2696-FE0F","image":"1f468-1f3ff-200d-2696-fe0f.png","sheet_x":41,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F468-200D-2708-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f468-200d-2708-fe0f.png","sheet_x":41,"sheet_y":26,"short_name":"male-pilot","short_names":["male-pilot"],"text":null,"texts":null,"category":"People","sort_order":188,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F468-1F3FB-200D-2708-FE0F","image":"1f468-1f3fb-200d-2708-fe0f.png","sheet_x":41,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F468-1F3FC-200D-2708-FE0F","image":"1f468-1f3fc-200d-2708-fe0f.png","sheet_x":41,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F468-1F3FD-200D-2708-FE0F","image":"1f468-1f3fd-200d-2708-fe0f.png","sheet_x":41,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F468-1F3FE-200D-2708-FE0F","image":"1f468-1f3fe-200d-2708-fe0f.png","sheet_x":41,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F468-1F3FF-200D-2708-FE0F","image":"1f468-1f3ff-200d-2708-fe0f.png","sheet_x":41,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"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":41,"sheet_y":32,"short_name":"man-heart-man","short_names":["man-heart-man"],"text":null,"texts":null,"category":"People","sort_order":239,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"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":41,"sheet_y":33,"short_name":"man-kiss-man","short_names":["man-kiss-man"],"text":null,"texts":null,"category":"People","sort_order":242,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},{"name":null,"unified":"1F469-200D-1F466-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f466-200d-1f466.png","sheet_x":41,"sheet_y":34,"short_name":"woman-boy-boy","short_names":["woman-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":261,"added_in":"6.0","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":null,"unified":"1F469-200D-1F467-200D-1F466","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f467-200d-1f466.png","sheet_x":41,"sheet_y":35,"short_name":"woman-girl-boy","short_names":["woman-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":260,"added_in":"6.0","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":null,"unified":"1F469-200D-1F467-200D-1F467","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-1f467-200d-1f467.png","sheet_x":41,"sheet_y":36,"short_name":"woman-girl-girl","short_names":["woman-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":262,"added_in":"6.0","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":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":41,"sheet_y":37,"short_name":"woman-woman-boy","short_names":["woman-woman-boy"],"text":null,"texts":null,"category":"People","sort_order":248,"added_in":"6.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":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":41,"sheet_y":38,"short_name":"woman-woman-boy-boy","short_names":["woman-woman-boy-boy"],"text":null,"texts":null,"category":"People","sort_order":251,"added_in":"6.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":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":41,"sheet_y":39,"short_name":"woman-woman-girl","short_names":["woman-woman-girl"],"text":null,"texts":null,"category":"People","sort_order":249,"added_in":"6.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":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":41,"sheet_y":40,"short_name":"woman-woman-girl-boy","short_names":["woman-woman-girl-boy"],"text":null,"texts":null,"category":"People","sort_order":250,"added_in":"6.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":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":41,"sheet_y":41,"short_name":"woman-woman-girl-girl","short_names":["woman-woman-girl-girl"],"text":null,"texts":null,"category":"People","sort_order":252,"added_in":"6.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":null,"unified":"1F469-200D-2695-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2695-fe0f.png","sheet_x":41,"sheet_y":42,"short_name":"female-doctor","short_names":["female-doctor"],"text":null,"texts":null,"category":"People","sort_order":161,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-2695-FE0F","image":"1f469-1f3fb-200d-2695-fe0f.png","sheet_x":41,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-2695-FE0F","image":"1f469-1f3fc-200d-2695-fe0f.png","sheet_x":41,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-2695-FE0F","image":"1f469-1f3fd-200d-2695-fe0f.png","sheet_x":41,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-2695-FE0F","image":"1f469-1f3fe-200d-2695-fe0f.png","sheet_x":41,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-2695-FE0F","image":"1f469-1f3ff-200d-2695-fe0f.png","sheet_x":41,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F469-200D-2696-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2696-fe0f.png","sheet_x":41,"sheet_y":48,"short_name":"female-judge","short_names":["female-judge"],"text":null,"texts":null,"category":"People","sort_order":191,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-2696-FE0F","image":"1f469-1f3fb-200d-2696-fe0f.png","sheet_x":42,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-2696-FE0F","image":"1f469-1f3fc-200d-2696-fe0f.png","sheet_x":42,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-2696-FE0F","image":"1f469-1f3fd-200d-2696-fe0f.png","sheet_x":42,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-2696-FE0F","image":"1f469-1f3fe-200d-2696-fe0f.png","sheet_x":42,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-2696-FE0F","image":"1f469-1f3ff-200d-2696-fe0f.png","sheet_x":42,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F469-200D-2708-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2708-fe0f.png","sheet_x":42,"sheet_y":5,"short_name":"female-pilot","short_names":["female-pilot"],"text":null,"texts":null,"category":"People","sort_order":187,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F469-1F3FB-200D-2708-FE0F","image":"1f469-1f3fb-200d-2708-fe0f.png","sheet_x":42,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F469-1F3FC-200D-2708-FE0F","image":"1f469-1f3fc-200d-2708-fe0f.png","sheet_x":42,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F469-1F3FD-200D-2708-FE0F","image":"1f469-1f3fd-200d-2708-fe0f.png","sheet_x":42,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F469-1F3FE-200D-2708-FE0F","image":"1f469-1f3fe-200d-2708-fe0f.png","sheet_x":42,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F469-1F3FF-200D-2708-FE0F","image":"1f469-1f3ff-200d-2708-fe0f.png","sheet_x":42,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F469-200D-2764-FE0F-200D-1F468","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2764-fe0f-200d-1f468.png","sheet_x":42,"sheet_y":11,"short_name":"woman-heart-man","short_names":["woman-heart-man"],"text":null,"texts":null,"category":"People","sort_order":295,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"obsoletes":"1F491"},{"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":42,"sheet_y":12,"short_name":"woman-heart-woman","short_names":["woman-heart-woman"],"text":null,"texts":null,"category":"People","sort_order":238,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"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-1F468","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.png","sheet_x":42,"sheet_y":13,"short_name":"woman-kiss-man","short_names":["woman-kiss-man"],"text":null,"texts":null,"category":"People","sort_order":296,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":false,"obsoletes":"1F48F"},{"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":42,"sheet_y":14,"short_name":"woman-kiss-woman","short_names":["woman-kiss-woman"],"text":null,"texts":null,"category":"People","sort_order":241,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":true,"has_img_messenger":true},{"name":null,"unified":"1F46E-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46e-200d-2640-fe0f.png","sheet_x":42,"sheet_y":15,"short_name":"female-police-officer","short_names":["female-police-officer"],"text":null,"texts":null,"category":"People","sort_order":153,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F46E-1F3FB-200D-2640-FE0F","image":"1f46e-1f3fb-200d-2640-fe0f.png","sheet_x":42,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F46E-1F3FC-200D-2640-FE0F","image":"1f46e-1f3fc-200d-2640-fe0f.png","sheet_x":42,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F46E-1F3FD-200D-2640-FE0F","image":"1f46e-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F46E-1F3FE-200D-2640-FE0F","image":"1f46e-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F46E-1F3FF-200D-2640-FE0F","image":"1f46e-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F46E-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46e-200d-2642-fe0f.png","sheet_x":42,"sheet_y":21,"short_name":"male-police-officer","short_names":["male-police-officer"],"text":null,"texts":null,"category":"People","sort_order":297,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F46E-1F3FB-200D-2642-FE0F","image":"1f46e-1f3fb-200d-2642-fe0f.png","sheet_x":42,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F46E-1F3FC-200D-2642-FE0F","image":"1f46e-1f3fc-200d-2642-fe0f.png","sheet_x":42,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F46E-1F3FD-200D-2642-FE0F","image":"1f46e-1f3fd-200d-2642-fe0f.png","sheet_x":42,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F46E-1F3FE-200D-2642-FE0F","image":"1f46e-1f3fe-200d-2642-fe0f.png","sheet_x":42,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F46E-1F3FF-200D-2642-FE0F","image":"1f46e-1f3ff-200d-2642-fe0f.png","sheet_x":42,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F46E"},{"name":null,"unified":"1F46F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46f-200d-2640-fe0f.png","sheet_x":42,"sheet_y":27,"short_name":"woman-with-bunny-ears-partying","short_names":["woman-with-bunny-ears-partying"],"text":null,"texts":null,"category":"People","sort_order":303,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"obsoletes":"1F46F"},{"name":null,"unified":"1F46F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f46f-200d-2642-fe0f.png","sheet_x":42,"sheet_y":28,"short_name":"man-with-bunny-ears-partying","short_names":["man-with-bunny-ears-partying"],"text":null,"texts":null,"category":"People","sort_order":229,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":null,"unified":"1F471-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f471-200d-2640-fe0f.png","sheet_x":42,"sheet_y":29,"short_name":"blond-haired-woman","short_names":["blond-haired-woman"],"text":null,"texts":null,"category":"People","sort_order":146,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F471-1F3FB-200D-2640-FE0F","image":"1f471-1f3fb-200d-2640-fe0f.png","sheet_x":42,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F471-1F3FC-200D-2640-FE0F","image":"1f471-1f3fc-200d-2640-fe0f.png","sheet_x":42,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F471-1F3FD-200D-2640-FE0F","image":"1f471-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F471-1F3FE-200D-2640-FE0F","image":"1f471-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F471-1F3FF-200D-2640-FE0F","image":"1f471-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F471-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f471-200d-2642-fe0f.png","sheet_x":42,"sheet_y":35,"short_name":"blond-haired-man","short_names":["blond-haired-man"],"text":null,"texts":null,"category":"People","sort_order":298,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F471-1F3FB-200D-2642-FE0F","image":"1f471-1f3fb-200d-2642-fe0f.png","sheet_x":42,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F471-1F3FC-200D-2642-FE0F","image":"1f471-1f3fc-200d-2642-fe0f.png","sheet_x":42,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F471-1F3FD-200D-2642-FE0F","image":"1f471-1f3fd-200d-2642-fe0f.png","sheet_x":42,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F471-1F3FE-200D-2642-FE0F","image":"1f471-1f3fe-200d-2642-fe0f.png","sheet_x":42,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F471-1F3FF-200D-2642-FE0F","image":"1f471-1f3ff-200d-2642-fe0f.png","sheet_x":42,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F471"},{"name":null,"unified":"1F473-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f473-200d-2640-fe0f.png","sheet_x":42,"sheet_y":41,"short_name":"woman-wearing-turban","short_names":["woman-wearing-turban"],"text":null,"texts":null,"category":"People","sort_order":151,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F473-1F3FB-200D-2640-FE0F","image":"1f473-1f3fb-200d-2640-fe0f.png","sheet_x":42,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F473-1F3FC-200D-2640-FE0F","image":"1f473-1f3fc-200d-2640-fe0f.png","sheet_x":42,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F473-1F3FD-200D-2640-FE0F","image":"1f473-1f3fd-200d-2640-fe0f.png","sheet_x":42,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F473-1F3FE-200D-2640-FE0F","image":"1f473-1f3fe-200d-2640-fe0f.png","sheet_x":42,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F473-1F3FF-200D-2640-FE0F","image":"1f473-1f3ff-200d-2640-fe0f.png","sheet_x":42,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F473-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f473-200d-2642-fe0f.png","sheet_x":42,"sheet_y":47,"short_name":"man-wearing-turban","short_names":["man-wearing-turban"],"text":null,"texts":null,"category":"People","sort_order":299,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F473-1F3FB-200D-2642-FE0F","image":"1f473-1f3fb-200d-2642-fe0f.png","sheet_x":42,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F473-1F3FC-200D-2642-FE0F","image":"1f473-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F473-1F3FD-200D-2642-FE0F","image":"1f473-1f3fd-200d-2642-fe0f.png","sheet_x":43,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F473-1F3FE-200D-2642-FE0F","image":"1f473-1f3fe-200d-2642-fe0f.png","sheet_x":43,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F473-1F3FF-200D-2642-FE0F","image":"1f473-1f3ff-200d-2642-fe0f.png","sheet_x":43,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F473"},{"name":null,"unified":"1F477-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f477-200d-2640-fe0f.png","sheet_x":43,"sheet_y":4,"short_name":"female-construction-worker","short_names":["female-construction-worker"],"text":null,"texts":null,"category":"People","sort_order":155,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F477-1F3FB-200D-2640-FE0F","image":"1f477-1f3fb-200d-2640-fe0f.png","sheet_x":43,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F477-1F3FC-200D-2640-FE0F","image":"1f477-1f3fc-200d-2640-fe0f.png","sheet_x":43,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F477-1F3FD-200D-2640-FE0F","image":"1f477-1f3fd-200d-2640-fe0f.png","sheet_x":43,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F477-1F3FE-200D-2640-FE0F","image":"1f477-1f3fe-200d-2640-fe0f.png","sheet_x":43,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F477-1F3FF-200D-2640-FE0F","image":"1f477-1f3ff-200d-2640-fe0f.png","sheet_x":43,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F477-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f477-200d-2642-fe0f.png","sheet_x":43,"sheet_y":10,"short_name":"male-construction-worker","short_names":["male-construction-worker"],"text":null,"texts":null,"category":"People","sort_order":300,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F477-1F3FB-200D-2642-FE0F","image":"1f477-1f3fb-200d-2642-fe0f.png","sheet_x":43,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F477-1F3FC-200D-2642-FE0F","image":"1f477-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F477-1F3FD-200D-2642-FE0F","image":"1f477-1f3fd-200d-2642-fe0f.png","sheet_x":43,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F477-1F3FE-200D-2642-FE0F","image":"1f477-1f3fe-200d-2642-fe0f.png","sheet_x":43,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F477-1F3FF-200D-2642-FE0F","image":"1f477-1f3ff-200d-2642-fe0f.png","sheet_x":43,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F477"},{"name":null,"unified":"1F481-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f481-200d-2640-fe0f.png","sheet_x":43,"sheet_y":16,"short_name":"woman-tipping-hand","short_names":["woman-tipping-hand"],"text":null,"texts":null,"category":"People","sort_order":308,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F481-1F3FB-200D-2640-FE0F","image":"1f481-1f3fb-200d-2640-fe0f.png","sheet_x":43,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F481-1F3FC-200D-2640-FE0F","image":"1f481-1f3fc-200d-2640-fe0f.png","sheet_x":43,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F481-1F3FD-200D-2640-FE0F","image":"1f481-1f3fd-200d-2640-fe0f.png","sheet_x":43,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F481-1F3FE-200D-2640-FE0F","image":"1f481-1f3fe-200d-2640-fe0f.png","sheet_x":43,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F481-1F3FF-200D-2640-FE0F","image":"1f481-1f3ff-200d-2640-fe0f.png","sheet_x":43,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F481"},{"name":null,"unified":"1F481-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f481-200d-2642-fe0f.png","sheet_x":43,"sheet_y":22,"short_name":"man-tipping-hand","short_names":["man-tipping-hand"],"text":null,"texts":null,"category":"People","sort_order":204,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F481-1F3FB-200D-2642-FE0F","image":"1f481-1f3fb-200d-2642-fe0f.png","sheet_x":43,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F481-1F3FC-200D-2642-FE0F","image":"1f481-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F481-1F3FD-200D-2642-FE0F","image":"1f481-1f3fd-200d-2642-fe0f.png","sheet_x":43,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F481-1F3FE-200D-2642-FE0F","image":"1f481-1f3fe-200d-2642-fe0f.png","sheet_x":43,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F481-1F3FF-200D-2642-FE0F","image":"1f481-1f3ff-200d-2642-fe0f.png","sheet_x":43,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F482-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f482-200d-2640-fe0f.png","sheet_x":43,"sheet_y":28,"short_name":"female-guard","short_names":["female-guard"],"text":null,"texts":null,"category":"People","sort_order":157,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F482-1F3FB-200D-2640-FE0F","image":"1f482-1f3fb-200d-2640-fe0f.png","sheet_x":43,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F482-1F3FC-200D-2640-FE0F","image":"1f482-1f3fc-200d-2640-fe0f.png","sheet_x":43,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F482-1F3FD-200D-2640-FE0F","image":"1f482-1f3fd-200d-2640-fe0f.png","sheet_x":43,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F482-1F3FE-200D-2640-FE0F","image":"1f482-1f3fe-200d-2640-fe0f.png","sheet_x":43,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F482-1F3FF-200D-2640-FE0F","image":"1f482-1f3ff-200d-2640-fe0f.png","sheet_x":43,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F482-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f482-200d-2642-fe0f.png","sheet_x":43,"sheet_y":34,"short_name":"male-guard","short_names":["male-guard"],"text":null,"texts":null,"category":"People","sort_order":301,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F482-1F3FB-200D-2642-FE0F","image":"1f482-1f3fb-200d-2642-fe0f.png","sheet_x":43,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F482-1F3FC-200D-2642-FE0F","image":"1f482-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F482-1F3FD-200D-2642-FE0F","image":"1f482-1f3fd-200d-2642-fe0f.png","sheet_x":43,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F482-1F3FE-200D-2642-FE0F","image":"1f482-1f3fe-200d-2642-fe0f.png","sheet_x":43,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F482-1F3FF-200D-2642-FE0F","image":"1f482-1f3ff-200d-2642-fe0f.png","sheet_x":43,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F482"},{"name":null,"unified":"1F486-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f486-200d-2640-fe0f.png","sheet_x":43,"sheet_y":40,"short_name":"woman-getting-massage","short_names":["woman-getting-massage"],"text":null,"texts":null,"category":"People","sort_order":305,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F486-1F3FB-200D-2640-FE0F","image":"1f486-1f3fb-200d-2640-fe0f.png","sheet_x":43,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F486-1F3FC-200D-2640-FE0F","image":"1f486-1f3fc-200d-2640-fe0f.png","sheet_x":43,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F486-1F3FD-200D-2640-FE0F","image":"1f486-1f3fd-200d-2640-fe0f.png","sheet_x":43,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F486-1F3FE-200D-2640-FE0F","image":"1f486-1f3fe-200d-2640-fe0f.png","sheet_x":43,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F486-1F3FF-200D-2640-FE0F","image":"1f486-1f3ff-200d-2640-fe0f.png","sheet_x":43,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F486"},{"name":null,"unified":"1F486-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f486-200d-2642-fe0f.png","sheet_x":43,"sheet_y":46,"short_name":"man-getting-massage","short_names":["man-getting-massage"],"text":null,"texts":null,"category":"People","sort_order":224,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F486-1F3FB-200D-2642-FE0F","image":"1f486-1f3fb-200d-2642-fe0f.png","sheet_x":43,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F486-1F3FC-200D-2642-FE0F","image":"1f486-1f3fc-200d-2642-fe0f.png","sheet_x":43,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F486-1F3FD-200D-2642-FE0F","image":"1f486-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F486-1F3FE-200D-2642-FE0F","image":"1f486-1f3fe-200d-2642-fe0f.png","sheet_x":44,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F486-1F3FF-200D-2642-FE0F","image":"1f486-1f3ff-200d-2642-fe0f.png","sheet_x":44,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F487-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f487-200d-2640-fe0f.png","sheet_x":44,"sheet_y":3,"short_name":"woman-getting-haircut","short_names":["woman-getting-haircut"],"text":null,"texts":null,"category":"People","sort_order":306,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F487-1F3FB-200D-2640-FE0F","image":"1f487-1f3fb-200d-2640-fe0f.png","sheet_x":44,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F487-1F3FC-200D-2640-FE0F","image":"1f487-1f3fc-200d-2640-fe0f.png","sheet_x":44,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F487-1F3FD-200D-2640-FE0F","image":"1f487-1f3fd-200d-2640-fe0f.png","sheet_x":44,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F487-1F3FE-200D-2640-FE0F","image":"1f487-1f3fe-200d-2640-fe0f.png","sheet_x":44,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F487-1F3FF-200D-2640-FE0F","image":"1f487-1f3ff-200d-2640-fe0f.png","sheet_x":44,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F487"},{"name":null,"unified":"1F487-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f487-200d-2642-fe0f.png","sheet_x":44,"sheet_y":9,"short_name":"man-getting-haircut","short_names":["man-getting-haircut"],"text":null,"texts":null,"category":"People","sort_order":222,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F487-1F3FB-200D-2642-FE0F","image":"1f487-1f3fb-200d-2642-fe0f.png","sheet_x":44,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F487-1F3FC-200D-2642-FE0F","image":"1f487-1f3fc-200d-2642-fe0f.png","sheet_x":44,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F487-1F3FD-200D-2642-FE0F","image":"1f487-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F487-1F3FE-200D-2642-FE0F","image":"1f487-1f3fe-200d-2642-fe0f.png","sheet_x":44,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F487-1F3FF-200D-2642-FE0F","image":"1f487-1f3ff-200d-2642-fe0f.png","sheet_x":44,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F575-FE0F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f575-fe0f-200d-2640-fe0f.png","sheet_x":44,"sheet_y":15,"short_name":"female-detective","short_names":["female-detective"],"text":null,"texts":null,"category":"People","sort_order":159,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F575-1F3FB-200D-2640-FE0F","image":"1f575-1f3fb-200d-2640-fe0f.png","sheet_x":44,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F575-1F3FC-200D-2640-FE0F","image":"1f575-1f3fc-200d-2640-fe0f.png","sheet_x":44,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F575-1F3FD-200D-2640-FE0F","image":"1f575-1f3fd-200d-2640-fe0f.png","sheet_x":44,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F575-1F3FE-200D-2640-FE0F","image":"1f575-1f3fe-200d-2640-fe0f.png","sheet_x":44,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F575-1F3FF-200D-2640-FE0F","image":"1f575-1f3ff-200d-2640-fe0f.png","sheet_x":44,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F575-FE0F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f575-fe0f-200d-2642-fe0f.png","sheet_x":44,"sheet_y":21,"short_name":"male-detective","short_names":["male-detective"],"text":null,"texts":null,"category":"People","sort_order":302,"added_in":"7.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F575-1F3FB-200D-2642-FE0F","image":"1f575-1f3fb-200d-2642-fe0f.png","sheet_x":44,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F575-1F3FC-200D-2642-FE0F","image":"1f575-1f3fc-200d-2642-fe0f.png","sheet_x":44,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F575-1F3FD-200D-2642-FE0F","image":"1f575-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F575-1F3FE-200D-2642-FE0F","image":"1f575-1f3fe-200d-2642-fe0f.png","sheet_x":44,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F575-1F3FF-200D-2642-FE0F","image":"1f575-1f3ff-200d-2642-fe0f.png","sheet_x":44,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F575"},{"name":null,"unified":"1F645-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f645-200d-2640-fe0f.png","sheet_x":44,"sheet_y":27,"short_name":"woman-gesturing-no","short_names":["woman-gesturing-no"],"text":null,"texts":null,"category":"People","sort_order":309,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F645-1F3FB-200D-2640-FE0F","image":"1f645-1f3fb-200d-2640-fe0f.png","sheet_x":44,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F645-1F3FC-200D-2640-FE0F","image":"1f645-1f3fc-200d-2640-fe0f.png","sheet_x":44,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F645-1F3FD-200D-2640-FE0F","image":"1f645-1f3fd-200d-2640-fe0f.png","sheet_x":44,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F645-1F3FE-200D-2640-FE0F","image":"1f645-1f3fe-200d-2640-fe0f.png","sheet_x":44,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F645-1F3FF-200D-2640-FE0F","image":"1f645-1f3ff-200d-2640-fe0f.png","sheet_x":44,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F645"},{"name":null,"unified":"1F645-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f645-200d-2642-fe0f.png","sheet_x":44,"sheet_y":33,"short_name":"man-gesturing-no","short_names":["man-gesturing-no"],"text":null,"texts":null,"category":"People","sort_order":206,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F645-1F3FB-200D-2642-FE0F","image":"1f645-1f3fb-200d-2642-fe0f.png","sheet_x":44,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F645-1F3FC-200D-2642-FE0F","image":"1f645-1f3fc-200d-2642-fe0f.png","sheet_x":44,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F645-1F3FD-200D-2642-FE0F","image":"1f645-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F645-1F3FE-200D-2642-FE0F","image":"1f645-1f3fe-200d-2642-fe0f.png","sheet_x":44,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F645-1F3FF-200D-2642-FE0F","image":"1f645-1f3ff-200d-2642-fe0f.png","sheet_x":44,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F646-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f646-200d-2640-fe0f.png","sheet_x":44,"sheet_y":39,"short_name":"woman-gesturing-ok","short_names":["woman-gesturing-ok"],"text":null,"texts":null,"category":"People","sort_order":310,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F646-1F3FB-200D-2640-FE0F","image":"1f646-1f3fb-200d-2640-fe0f.png","sheet_x":44,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F646-1F3FC-200D-2640-FE0F","image":"1f646-1f3fc-200d-2640-fe0f.png","sheet_x":44,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F646-1F3FD-200D-2640-FE0F","image":"1f646-1f3fd-200d-2640-fe0f.png","sheet_x":44,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F646-1F3FE-200D-2640-FE0F","image":"1f646-1f3fe-200d-2640-fe0f.png","sheet_x":44,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F646-1F3FF-200D-2640-FE0F","image":"1f646-1f3ff-200d-2640-fe0f.png","sheet_x":44,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F646"},{"name":null,"unified":"1F646-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f646-200d-2642-fe0f.png","sheet_x":44,"sheet_y":45,"short_name":"man-gesturing-ok","short_names":["man-gesturing-ok"],"text":null,"texts":null,"category":"People","sort_order":208,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F646-1F3FB-200D-2642-FE0F","image":"1f646-1f3fb-200d-2642-fe0f.png","sheet_x":44,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F646-1F3FC-200D-2642-FE0F","image":"1f646-1f3fc-200d-2642-fe0f.png","sheet_x":44,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F646-1F3FD-200D-2642-FE0F","image":"1f646-1f3fd-200d-2642-fe0f.png","sheet_x":44,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F646-1F3FE-200D-2642-FE0F","image":"1f646-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F646-1F3FF-200D-2642-FE0F","image":"1f646-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F647-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f647-200d-2640-fe0f.png","sheet_x":45,"sheet_y":2,"short_name":"woman-bowing","short_names":["woman-bowing"],"text":null,"texts":null,"category":"People","sort_order":201,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F647-1F3FB-200D-2640-FE0F","image":"1f647-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F647-1F3FC-200D-2640-FE0F","image":"1f647-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F647-1F3FD-200D-2640-FE0F","image":"1f647-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F647-1F3FE-200D-2640-FE0F","image":"1f647-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F647-1F3FF-200D-2640-FE0F","image":"1f647-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F647-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f647-200d-2642-fe0f.png","sheet_x":45,"sheet_y":8,"short_name":"man-bowing","short_names":["man-bowing"],"text":null,"texts":null,"category":"People","sort_order":311,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F647-1F3FB-200D-2642-FE0F","image":"1f647-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F647-1F3FC-200D-2642-FE0F","image":"1f647-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F647-1F3FD-200D-2642-FE0F","image":"1f647-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F647-1F3FE-200D-2642-FE0F","image":"1f647-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F647-1F3FF-200D-2642-FE0F","image":"1f647-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F647"},{"name":null,"unified":"1F64B-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64b-200d-2640-fe0f.png","sheet_x":45,"sheet_y":14,"short_name":"woman-raising-hand","short_names":["woman-raising-hand"],"text":null,"texts":null,"category":"People","sort_order":312,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64B-1F3FB-200D-2640-FE0F","image":"1f64b-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64B-1F3FC-200D-2640-FE0F","image":"1f64b-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64B-1F3FD-200D-2640-FE0F","image":"1f64b-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64B-1F3FE-200D-2640-FE0F","image":"1f64b-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64B-1F3FF-200D-2640-FE0F","image":"1f64b-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F64B"},{"name":null,"unified":"1F64B-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64b-200d-2642-fe0f.png","sheet_x":45,"sheet_y":20,"short_name":"man-raising-hand","short_names":["man-raising-hand"],"text":null,"texts":null,"category":"People","sort_order":210,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64B-1F3FB-200D-2642-FE0F","image":"1f64b-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64B-1F3FC-200D-2642-FE0F","image":"1f64b-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64B-1F3FD-200D-2642-FE0F","image":"1f64b-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64B-1F3FE-200D-2642-FE0F","image":"1f64b-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64B-1F3FF-200D-2642-FE0F","image":"1f64b-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F64D-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64d-200d-2640-fe0f.png","sheet_x":45,"sheet_y":26,"short_name":"woman-frowning","short_names":["woman-frowning"],"text":null,"texts":null,"category":"People","sort_order":313,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64D-1F3FB-200D-2640-FE0F","image":"1f64d-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64D-1F3FC-200D-2640-FE0F","image":"1f64d-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64D-1F3FD-200D-2640-FE0F","image":"1f64d-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64D-1F3FE-200D-2640-FE0F","image":"1f64d-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64D-1F3FF-200D-2640-FE0F","image":"1f64d-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F64D"},{"name":null,"unified":"1F64D-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64d-200d-2642-fe0f.png","sheet_x":45,"sheet_y":32,"short_name":"man-frowning","short_names":["man-frowning"],"text":null,"texts":null,"category":"People","sort_order":220,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64D-1F3FB-200D-2642-FE0F","image":"1f64d-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64D-1F3FC-200D-2642-FE0F","image":"1f64d-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64D-1F3FD-200D-2642-FE0F","image":"1f64d-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64D-1F3FE-200D-2642-FE0F","image":"1f64d-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64D-1F3FF-200D-2642-FE0F","image":"1f64d-1f3ff-200d-2642-fe0f.png","sheet_x":45,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F64E-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64e-200d-2640-fe0f.png","sheet_x":45,"sheet_y":38,"short_name":"woman-pouting","short_names":["woman-pouting"],"text":null,"texts":null,"category":"People","sort_order":314,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64E-1F3FB-200D-2640-FE0F","image":"1f64e-1f3fb-200d-2640-fe0f.png","sheet_x":45,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64E-1F3FC-200D-2640-FE0F","image":"1f64e-1f3fc-200d-2640-fe0f.png","sheet_x":45,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64E-1F3FD-200D-2640-FE0F","image":"1f64e-1f3fd-200d-2640-fe0f.png","sheet_x":45,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64E-1F3FE-200D-2640-FE0F","image":"1f64e-1f3fe-200d-2640-fe0f.png","sheet_x":45,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64E-1F3FF-200D-2640-FE0F","image":"1f64e-1f3ff-200d-2640-fe0f.png","sheet_x":45,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F64E"},{"name":null,"unified":"1F64E-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f64e-200d-2642-fe0f.png","sheet_x":45,"sheet_y":44,"short_name":"man-pouting","short_names":["man-pouting"],"text":null,"texts":null,"category":"People","sort_order":218,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F64E-1F3FB-200D-2642-FE0F","image":"1f64e-1f3fb-200d-2642-fe0f.png","sheet_x":45,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F64E-1F3FC-200D-2642-FE0F","image":"1f64e-1f3fc-200d-2642-fe0f.png","sheet_x":45,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F64E-1F3FD-200D-2642-FE0F","image":"1f64e-1f3fd-200d-2642-fe0f.png","sheet_x":45,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F64E-1F3FE-200D-2642-FE0F","image":"1f64e-1f3fe-200d-2642-fe0f.png","sheet_x":45,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F64E-1F3FF-200D-2642-FE0F","image":"1f64e-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":0,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6A3-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a3-200d-2640-fe0f.png","sheet_x":46,"sheet_y":1,"short_name":"woman-rowing-boat","short_names":["woman-rowing-boat"],"text":null,"texts":null,"category":"Activity","sort_order":47,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6A3-1F3FB-200D-2640-FE0F","image":"1f6a3-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6A3-1F3FC-200D-2640-FE0F","image":"1f6a3-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6A3-1F3FD-200D-2640-FE0F","image":"1f6a3-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6A3-1F3FE-200D-2640-FE0F","image":"1f6a3-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6A3-1F3FF-200D-2640-FE0F","image":"1f6a3-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6A3-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6a3-200d-2642-fe0f.png","sheet_x":46,"sheet_y":7,"short_name":"man-rowing-boat","short_names":["man-rowing-boat"],"text":null,"texts":null,"category":"Activity","sort_order":91,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6A3-1F3FB-200D-2642-FE0F","image":"1f6a3-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6A3-1F3FC-200D-2642-FE0F","image":"1f6a3-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6A3-1F3FD-200D-2642-FE0F","image":"1f6a3-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6A3-1F3FE-200D-2642-FE0F","image":"1f6a3-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6A3-1F3FF-200D-2642-FE0F","image":"1f6a3-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F6A3"},{"name":null,"unified":"1F6B4-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b4-200d-2640-fe0f.png","sheet_x":46,"sheet_y":13,"short_name":"woman-biking","short_names":["woman-biking"],"text":null,"texts":null,"category":"Activity","sort_order":50,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B4-1F3FB-200D-2640-FE0F","image":"1f6b4-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B4-1F3FC-200D-2640-FE0F","image":"1f6b4-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B4-1F3FD-200D-2640-FE0F","image":"1f6b4-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B4-1F3FE-200D-2640-FE0F","image":"1f6b4-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B4-1F3FF-200D-2640-FE0F","image":"1f6b4-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6B4-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b4-200d-2642-fe0f.png","sheet_x":46,"sheet_y":19,"short_name":"man-biking","short_names":["man-biking"],"text":null,"texts":null,"category":"Activity","sort_order":92,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B4-1F3FB-200D-2642-FE0F","image":"1f6b4-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B4-1F3FC-200D-2642-FE0F","image":"1f6b4-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B4-1F3FD-200D-2642-FE0F","image":"1f6b4-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B4-1F3FE-200D-2642-FE0F","image":"1f6b4-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B4-1F3FF-200D-2642-FE0F","image":"1f6b4-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F6B4"},{"name":null,"unified":"1F6B5-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b5-200d-2640-fe0f.png","sheet_x":46,"sheet_y":25,"short_name":"woman-mountain-biking","short_names":["woman-mountain-biking"],"text":null,"texts":null,"category":"Activity","sort_order":52,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B5-1F3FB-200D-2640-FE0F","image":"1f6b5-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B5-1F3FC-200D-2640-FE0F","image":"1f6b5-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B5-1F3FD-200D-2640-FE0F","image":"1f6b5-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B5-1F3FE-200D-2640-FE0F","image":"1f6b5-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B5-1F3FF-200D-2640-FE0F","image":"1f6b5-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6B5-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b5-200d-2642-fe0f.png","sheet_x":46,"sheet_y":31,"short_name":"man-mountain-biking","short_names":["man-mountain-biking"],"text":null,"texts":null,"category":"Activity","sort_order":93,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B5-1F3FB-200D-2642-FE0F","image":"1f6b5-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B5-1F3FC-200D-2642-FE0F","image":"1f6b5-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B5-1F3FD-200D-2642-FE0F","image":"1f6b5-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B5-1F3FE-200D-2642-FE0F","image":"1f6b5-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B5-1F3FF-200D-2642-FE0F","image":"1f6b5-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F6B5"},{"name":null,"unified":"1F6B6-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b6-200d-2640-fe0f.png","sheet_x":46,"sheet_y":37,"short_name":"woman-walking","short_names":["woman-walking"],"text":null,"texts":null,"category":"People","sort_order":230,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B6-1F3FB-200D-2640-FE0F","image":"1f6b6-1f3fb-200d-2640-fe0f.png","sheet_x":46,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B6-1F3FC-200D-2640-FE0F","image":"1f6b6-1f3fc-200d-2640-fe0f.png","sheet_x":46,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B6-1F3FD-200D-2640-FE0F","image":"1f6b6-1f3fd-200d-2640-fe0f.png","sheet_x":46,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B6-1F3FE-200D-2640-FE0F","image":"1f6b6-1f3fe-200d-2640-fe0f.png","sheet_x":46,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B6-1F3FF-200D-2640-FE0F","image":"1f6b6-1f3ff-200d-2640-fe0f.png","sheet_x":46,"sheet_y":42,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F6B6-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f6b6-200d-2642-fe0f.png","sheet_x":46,"sheet_y":43,"short_name":"man-walking","short_names":["man-walking"],"text":null,"texts":null,"category":"People","sort_order":307,"added_in":"6.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F6B6-1F3FB-200D-2642-FE0F","image":"1f6b6-1f3fb-200d-2642-fe0f.png","sheet_x":46,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F6B6-1F3FC-200D-2642-FE0F","image":"1f6b6-1f3fc-200d-2642-fe0f.png","sheet_x":46,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F6B6-1F3FD-200D-2642-FE0F","image":"1f6b6-1f3fd-200d-2642-fe0f.png","sheet_x":46,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F6B6-1F3FE-200D-2642-FE0F","image":"1f6b6-1f3fe-200d-2642-fe0f.png","sheet_x":46,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F6B6-1F3FF-200D-2642-FE0F","image":"1f6b6-1f3ff-200d-2642-fe0f.png","sheet_x":46,"sheet_y":48,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"1F6B6"},{"name":null,"unified":"1F926-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f926-200d-2640-fe0f.png","sheet_x":47,"sheet_y":0,"short_name":"woman-facepalming","short_names":["woman-facepalming"],"text":null,"texts":null,"category":"People","sort_order":212,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F926-1F3FB-200D-2640-FE0F","image":"1f926-1f3fb-200d-2640-fe0f.png","sheet_x":47,"sheet_y":1,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F926-1F3FC-200D-2640-FE0F","image":"1f926-1f3fc-200d-2640-fe0f.png","sheet_x":47,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F926-1F3FD-200D-2640-FE0F","image":"1f926-1f3fd-200d-2640-fe0f.png","sheet_x":47,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F926-1F3FE-200D-2640-FE0F","image":"1f926-1f3fe-200d-2640-fe0f.png","sheet_x":47,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F926-1F3FF-200D-2640-FE0F","image":"1f926-1f3ff-200d-2640-fe0f.png","sheet_x":47,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F926-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f926-200d-2642-fe0f.png","sheet_x":47,"sheet_y":6,"short_name":"man-facepalming","short_names":["man-facepalming"],"text":null,"texts":null,"category":"People","sort_order":213,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F926-1F3FB-200D-2642-FE0F","image":"1f926-1f3fb-200d-2642-fe0f.png","sheet_x":47,"sheet_y":7,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F926-1F3FC-200D-2642-FE0F","image":"1f926-1f3fc-200d-2642-fe0f.png","sheet_x":47,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F926-1F3FD-200D-2642-FE0F","image":"1f926-1f3fd-200d-2642-fe0f.png","sheet_x":47,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F926-1F3FE-200D-2642-FE0F","image":"1f926-1f3fe-200d-2642-fe0f.png","sheet_x":47,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F926-1F3FF-200D-2642-FE0F","image":"1f926-1f3ff-200d-2642-fe0f.png","sheet_x":47,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F937-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f937-200d-2640-fe0f.png","sheet_x":47,"sheet_y":12,"short_name":"woman-shrugging","short_names":["woman-shrugging"],"text":null,"texts":null,"category":"People","sort_order":215,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F937-1F3FB-200D-2640-FE0F","image":"1f937-1f3fb-200d-2640-fe0f.png","sheet_x":47,"sheet_y":13,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F937-1F3FC-200D-2640-FE0F","image":"1f937-1f3fc-200d-2640-fe0f.png","sheet_x":47,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F937-1F3FD-200D-2640-FE0F","image":"1f937-1f3fd-200d-2640-fe0f.png","sheet_x":47,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F937-1F3FE-200D-2640-FE0F","image":"1f937-1f3fe-200d-2640-fe0f.png","sheet_x":47,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F937-1F3FF-200D-2640-FE0F","image":"1f937-1f3ff-200d-2640-fe0f.png","sheet_x":47,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F937-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f937-200d-2642-fe0f.png","sheet_x":47,"sheet_y":18,"short_name":"man-shrugging","short_names":["man-shrugging"],"text":null,"texts":null,"category":"People","sort_order":216,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F937-1F3FB-200D-2642-FE0F","image":"1f937-1f3fb-200d-2642-fe0f.png","sheet_x":47,"sheet_y":19,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F937-1F3FC-200D-2642-FE0F","image":"1f937-1f3fc-200d-2642-fe0f.png","sheet_x":47,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F937-1F3FD-200D-2642-FE0F","image":"1f937-1f3fd-200d-2642-fe0f.png","sheet_x":47,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F937-1F3FE-200D-2642-FE0F","image":"1f937-1f3fe-200d-2642-fe0f.png","sheet_x":47,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F937-1F3FF-200D-2642-FE0F","image":"1f937-1f3ff-200d-2642-fe0f.png","sheet_x":47,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F938-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f938-200d-2640-fe0f.png","sheet_x":47,"sheet_y":24,"short_name":"woman-cartwheeling","short_names":["woman-cartwheeling"],"text":null,"texts":null,"category":"Activity","sort_order":31,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F938-1F3FB-200D-2640-FE0F","image":"1f938-1f3fb-200d-2640-fe0f.png","sheet_x":47,"sheet_y":25,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F938-1F3FC-200D-2640-FE0F","image":"1f938-1f3fc-200d-2640-fe0f.png","sheet_x":47,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F938-1F3FD-200D-2640-FE0F","image":"1f938-1f3fd-200d-2640-fe0f.png","sheet_x":47,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F938-1F3FE-200D-2640-FE0F","image":"1f938-1f3fe-200d-2640-fe0f.png","sheet_x":47,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F938-1F3FF-200D-2640-FE0F","image":"1f938-1f3ff-200d-2640-fe0f.png","sheet_x":47,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F938-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f938-200d-2642-fe0f.png","sheet_x":47,"sheet_y":30,"short_name":"man-cartwheeling","short_names":["man-cartwheeling"],"text":null,"texts":null,"category":"Activity","sort_order":32,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F938-1F3FB-200D-2642-FE0F","image":"1f938-1f3fb-200d-2642-fe0f.png","sheet_x":47,"sheet_y":31,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F938-1F3FC-200D-2642-FE0F","image":"1f938-1f3fc-200d-2642-fe0f.png","sheet_x":47,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F938-1F3FD-200D-2642-FE0F","image":"1f938-1f3fd-200d-2642-fe0f.png","sheet_x":47,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F938-1F3FE-200D-2642-FE0F","image":"1f938-1f3fe-200d-2642-fe0f.png","sheet_x":47,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F938-1F3FF-200D-2642-FE0F","image":"1f938-1f3ff-200d-2642-fe0f.png","sheet_x":47,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F939-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f939-200d-2640-fe0f.png","sheet_x":47,"sheet_y":36,"short_name":"woman-juggling","short_names":["woman-juggling"],"text":null,"texts":null,"category":"Activity","sort_order":67,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F939-1F3FB-200D-2640-FE0F","image":"1f939-1f3fb-200d-2640-fe0f.png","sheet_x":47,"sheet_y":37,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F939-1F3FC-200D-2640-FE0F","image":"1f939-1f3fc-200d-2640-fe0f.png","sheet_x":47,"sheet_y":38,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F939-1F3FD-200D-2640-FE0F","image":"1f939-1f3fd-200d-2640-fe0f.png","sheet_x":47,"sheet_y":39,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F939-1F3FE-200D-2640-FE0F","image":"1f939-1f3fe-200d-2640-fe0f.png","sheet_x":47,"sheet_y":40,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F939-1F3FF-200D-2640-FE0F","image":"1f939-1f3ff-200d-2640-fe0f.png","sheet_x":47,"sheet_y":41,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F939-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f939-200d-2642-fe0f.png","sheet_x":47,"sheet_y":42,"short_name":"man-juggling","short_names":["man-juggling"],"text":null,"texts":null,"category":"Activity","sort_order":68,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F939-1F3FB-200D-2642-FE0F","image":"1f939-1f3fb-200d-2642-fe0f.png","sheet_x":47,"sheet_y":43,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F939-1F3FC-200D-2642-FE0F","image":"1f939-1f3fc-200d-2642-fe0f.png","sheet_x":47,"sheet_y":44,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F939-1F3FD-200D-2642-FE0F","image":"1f939-1f3fd-200d-2642-fe0f.png","sheet_x":47,"sheet_y":45,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F939-1F3FE-200D-2642-FE0F","image":"1f939-1f3fe-200d-2642-fe0f.png","sheet_x":47,"sheet_y":46,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F939-1F3FF-200D-2642-FE0F","image":"1f939-1f3ff-200d-2642-fe0f.png","sheet_x":47,"sheet_y":47,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F93C-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93c-200d-2640-fe0f.png","sheet_x":47,"sheet_y":48,"short_name":"woman-wrestling","short_names":["woman-wrestling"],"text":null,"texts":null,"category":"Activity","sort_order":28,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":null,"unified":"1F93C-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93c-200d-2642-fe0f.png","sheet_x":48,"sheet_y":0,"short_name":"man-wrestling","short_names":["man-wrestling"],"text":null,"texts":null,"category":"Activity","sort_order":29,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},{"name":null,"unified":"1F93D-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93d-200d-2640-fe0f.png","sheet_x":48,"sheet_y":1,"short_name":"woman-playing-water-polo","short_names":["woman-playing-water-polo"],"text":null,"texts":null,"category":"Activity","sort_order":45,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F93D-1F3FB-200D-2640-FE0F","image":"1f93d-1f3fb-200d-2640-fe0f.png","sheet_x":48,"sheet_y":2,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F93D-1F3FC-200D-2640-FE0F","image":"1f93d-1f3fc-200d-2640-fe0f.png","sheet_x":48,"sheet_y":3,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F93D-1F3FD-200D-2640-FE0F","image":"1f93d-1f3fd-200d-2640-fe0f.png","sheet_x":48,"sheet_y":4,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F93D-1F3FE-200D-2640-FE0F","image":"1f93d-1f3fe-200d-2640-fe0f.png","sheet_x":48,"sheet_y":5,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F93D-1F3FF-200D-2640-FE0F","image":"1f93d-1f3ff-200d-2640-fe0f.png","sheet_x":48,"sheet_y":6,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F93D-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93d-200d-2642-fe0f.png","sheet_x":48,"sheet_y":7,"short_name":"man-playing-water-polo","short_names":["man-playing-water-polo"],"text":null,"texts":null,"category":"Activity","sort_order":46,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F93D-1F3FB-200D-2642-FE0F","image":"1f93d-1f3fb-200d-2642-fe0f.png","sheet_x":48,"sheet_y":8,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F93D-1F3FC-200D-2642-FE0F","image":"1f93d-1f3fc-200d-2642-fe0f.png","sheet_x":48,"sheet_y":9,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F93D-1F3FD-200D-2642-FE0F","image":"1f93d-1f3fd-200d-2642-fe0f.png","sheet_x":48,"sheet_y":10,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F93D-1F3FE-200D-2642-FE0F","image":"1f93d-1f3fe-200d-2642-fe0f.png","sheet_x":48,"sheet_y":11,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F93D-1F3FF-200D-2642-FE0F","image":"1f93d-1f3ff-200d-2642-fe0f.png","sheet_x":48,"sheet_y":12,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F93E-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93e-200d-2640-fe0f.png","sheet_x":48,"sheet_y":13,"short_name":"woman-playing-handball","short_names":["woman-playing-handball"],"text":null,"texts":null,"category":"Activity","sort_order":36,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F93E-1F3FB-200D-2640-FE0F","image":"1f93e-1f3fb-200d-2640-fe0f.png","sheet_x":48,"sheet_y":14,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F93E-1F3FC-200D-2640-FE0F","image":"1f93e-1f3fc-200d-2640-fe0f.png","sheet_x":48,"sheet_y":15,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F93E-1F3FD-200D-2640-FE0F","image":"1f93e-1f3fd-200d-2640-fe0f.png","sheet_x":48,"sheet_y":16,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F93E-1F3FE-200D-2640-FE0F","image":"1f93e-1f3fe-200d-2640-fe0f.png","sheet_x":48,"sheet_y":17,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F93E-1F3FF-200D-2640-FE0F","image":"1f93e-1f3ff-200d-2640-fe0f.png","sheet_x":48,"sheet_y":18,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"1F93E-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"1f93e-200d-2642-fe0f.png","sheet_x":48,"sheet_y":19,"short_name":"man-playing-handball","short_names":["man-playing-handball"],"text":null,"texts":null,"category":"Activity","sort_order":37,"added_in":"9.0","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"1F93E-1F3FB-200D-2642-FE0F","image":"1f93e-1f3fb-200d-2642-fe0f.png","sheet_x":48,"sheet_y":20,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"1F93E-1F3FC-200D-2642-FE0F","image":"1f93e-1f3fc-200d-2642-fe0f.png","sheet_x":48,"sheet_y":21,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"1F93E-1F3FD-200D-2642-FE0F","image":"1f93e-1f3fd-200d-2642-fe0f.png","sheet_x":48,"sheet_y":22,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"1F93E-1F3FE-200D-2642-FE0F","image":"1f93e-1f3fe-200d-2642-fe0f.png","sheet_x":48,"sheet_y":23,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"1F93E-1F3FF-200D-2642-FE0F","image":"1f93e-1f3ff-200d-2642-fe0f.png","sheet_x":48,"sheet_y":24,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"26F9-FE0F-200D-2640-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f9-fe0f-200d-2640-fe0f.png","sheet_x":48,"sheet_y":25,"short_name":"woman-bouncing-ball","short_names":["woman-bouncing-ball"],"text":null,"texts":null,"category":"Activity","sort_order":33,"added_in":"5.2","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"26F9-1F3FB-200D-2640-FE0F","image":"26f9-1f3fb-200d-2640-fe0f.png","sheet_x":48,"sheet_y":26,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"26F9-1F3FC-200D-2640-FE0F","image":"26f9-1f3fc-200d-2640-fe0f.png","sheet_x":48,"sheet_y":27,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"26F9-1F3FD-200D-2640-FE0F","image":"26f9-1f3fd-200d-2640-fe0f.png","sheet_x":48,"sheet_y":28,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"26F9-1F3FE-200D-2640-FE0F","image":"26f9-1f3fe-200d-2640-fe0f.png","sheet_x":48,"sheet_y":29,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"26F9-1F3FF-200D-2640-FE0F","image":"26f9-1f3ff-200d-2640-fe0f.png","sheet_x":48,"sheet_y":30,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}}},{"name":null,"unified":"26F9-FE0F-200D-2642-FE0F","variations":[],"docomo":null,"au":null,"softbank":null,"google":null,"image":"26f9-fe0f-200d-2642-fe0f.png","sheet_x":48,"sheet_y":31,"short_name":"man-bouncing-ball","short_names":["man-bouncing-ball"],"text":null,"texts":null,"category":"Activity","sort_order":86,"added_in":"5.2","has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false,"skin_variations":{"1F3FB":{"unified":"26F9-1F3FB-200D-2642-FE0F","image":"26f9-1f3fb-200d-2642-fe0f.png","sheet_x":48,"sheet_y":32,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FC":{"unified":"26F9-1F3FC-200D-2642-FE0F","image":"26f9-1f3fc-200d-2642-fe0f.png","sheet_x":48,"sheet_y":33,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FD":{"unified":"26F9-1F3FD-200D-2642-FE0F","image":"26f9-1f3fd-200d-2642-fe0f.png","sheet_x":48,"sheet_y":34,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FE":{"unified":"26F9-1F3FE-200D-2642-FE0F","image":"26f9-1f3fe-200d-2642-fe0f.png","sheet_x":48,"sheet_y":35,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false},"1F3FF":{"unified":"26F9-1F3FF-200D-2642-FE0F","image":"26f9-1f3ff-200d-2642-fe0f.png","sheet_x":48,"sheet_y":36,"has_img_apple":true,"has_img_google":false,"has_img_twitter":true,"has_img_emojione":false,"has_img_facebook":false,"has_img_messenger":false}},"obsoletes":"26F9"}] \ No newline at end of file From f4db76523958225fdad96703a54853c469bbf58e Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 28 Jun 2017 10:32:46 +0100 Subject: [PATCH 3/8] Fix indentation --- src/autocomplete/EmojiProvider.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/autocomplete/EmojiProvider.js b/src/autocomplete/EmojiProvider.js index 14c64a0816..b694f8f57a 100644 --- a/src/autocomplete/EmojiProvider.js +++ b/src/autocomplete/EmojiProvider.js @@ -38,15 +38,15 @@ const emojiDataWithEmojiOneSupport = EmojiData.filter((a) => { const LIMIT = 20; const CATEGORY_ORDER = [ - 'People', - 'Foods', - 'Objects', - 'Activity', - 'Skin Tones', - 'Nature', - 'Places', - 'Flags', - 'Symbols', + 'People', + 'Foods', + 'Objects', + 'Activity', + 'Skin Tones', + 'Nature', + 'Places', + 'Flags', + 'Symbols', ]; const EMOJI_REGEX = /:\w*:?/g; From 8ca3b382edd6522813a69f855192f44e1dcfc469 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 28 Jun 2017 11:19:16 +0100 Subject: [PATCH 4/8] Use emojione/emoji.json because we don't want two sets of emoji meta --- package.json | 1 - src/autocomplete/EmojiProvider.js | 41 ++++++++++++------------------- 2 files changed, 16 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 32f6998003..8d638a5928 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,6 @@ "draft-js": "^0.9.1", "draft-js-export-html": "^0.5.0", "draft-js-export-markdown": "^0.2.0", - "emoji-datasource": "^3.0.0", "emojione": "2.2.3", "file-saver": "^1.3.3", "filesize": "3.5.6", diff --git a/src/autocomplete/EmojiProvider.js b/src/autocomplete/EmojiProvider.js index b694f8f57a..6adb820cd8 100644 --- a/src/autocomplete/EmojiProvider.js +++ b/src/autocomplete/EmojiProvider.js @@ -24,43 +24,34 @@ import sdk from '../index'; import {PillCompletion} from './Components'; import type {SelectionRange, Completion} from './Autocompleter'; -import EmojiData from 'emoji-datasource/emoji'; - -const emojiDataToEmojiOne = (name) => ':' + name + ':'; - -// Only include emojis that are in both data sets -const emojiOneShortNames = Object.keys(emojioneList); -const emojiDataWithEmojiOneSupport = EmojiData.filter((a) => { - return emojiOneShortNames.indexOf( - emojiDataToEmojiOne(a.short_name), - ) !== -1; -}); +import EmojiData from 'emojione/emoji.json'; const LIMIT = 20; const CATEGORY_ORDER = [ - 'People', - 'Foods', - 'Objects', - 'Activity', - 'Skin Tones', - 'Nature', - 'Places', - 'Flags', - 'Symbols', + 'people', + 'food', + 'objects', + 'activity', + 'nature', + 'travel', + 'flags', + 'symbols', + 'unicode9', + 'modifier', ]; const EMOJI_REGEX = /:\w*:?/g; -const EMOJI_SHORTNAMES = emojiDataWithEmojiOneSupport.sort( +const EMOJI_SHORTNAMES = Object.keys(EmojiData).map((key) => EmojiData[key]).sort( (a, b) => { if (a.category === b.category) { - return a.sort_order - b.sort_order; + return a.emoji_order - b.emoji_order; } return CATEGORY_ORDER.indexOf(a.category) - CATEGORY_ORDER.indexOf(b.category); }, ).map((a) => { return { - shortname: emojiDataToEmojiOne(a.short_name), - shortnames: a.short_names.join(','), + name: a.name, + shortname: a.shortname, }; }); @@ -70,7 +61,7 @@ export default class EmojiProvider extends AutocompleteProvider { constructor() { super(EMOJI_REGEX); this.matcher = new FuzzyMatcher(EMOJI_SHORTNAMES, { - keys: ['shortname', 'shortnames'], + keys: ['shortname', 'name'], }); } From 2b8da85726a50c792ace2faaa663d4966af8c107 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 28 Jun 2017 11:35:14 +0100 Subject: [PATCH 5/8] Strip the emoji meta-data for the data we need This is done at build time by parsing emojione/emoji.json, stripping it and then writing to ./lib/stripped-emoji.json. --- package.json | 5 +++-- scripts/emoji-data-strip.js | 17 +++++++++++++++++ src/autocomplete/EmojiProvider.js | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 scripts/emoji-data-strip.js diff --git a/package.json b/package.json index 8d638a5928..cd0946ffc8 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,9 @@ "scripts": { "reskindex": "node scripts/reskindex.js -h header", "reskindex:watch": "node scripts/reskindex.js -h header -w", - "build": "npm run reskindex && babel src -d lib --source-maps", - "build:watch": "babel src -w -d lib --source-maps", + "build": "npm run emoji-data-strip && npm run reskindex && babel src -d lib --source-maps", + "build:watch": "npm run emoji-data-strip && babel src -w -d lib --source-maps", + "emoji-data-strip": "node scripts/emoji-data-strip.js", "start": "parallelshell \"npm run build:watch\" \"npm run reskindex:watch\"", "lint": "eslint src/", "lintall": "eslint src/ test/", diff --git a/scripts/emoji-data-strip.js b/scripts/emoji-data-strip.js new file mode 100644 index 0000000000..14110c1c8b --- /dev/null +++ b/scripts/emoji-data-strip.js @@ -0,0 +1,17 @@ +#!/usr/bin/env node +const EMOJI_DATA = require('emojione/emoji.json'); +const fs = require('fs'); + +const output = Object.keys(EMOJI_DATA).map( + (key) => { + const datum = EMOJI_DATA[key]; + return { + name: datum.name, + shortname: datum.shortname, + category: datum.category, + emoji_order: datum.emoji_order, + }; + } +); + +fs.writeFileSync('./lib/stripped-emoji.json', JSON.stringify(output)); diff --git a/src/autocomplete/EmojiProvider.js b/src/autocomplete/EmojiProvider.js index 6adb820cd8..fb7936d77e 100644 --- a/src/autocomplete/EmojiProvider.js +++ b/src/autocomplete/EmojiProvider.js @@ -24,7 +24,7 @@ import sdk from '../index'; import {PillCompletion} from './Components'; import type {SelectionRange, Completion} from './Autocompleter'; -import EmojiData from 'emojione/emoji.json'; +import EmojiData from '../stripped-emoji.json'; const LIMIT = 20; const CATEGORY_ORDER = [ From 22ddbc63c3e63302f24158d76523d096e8f347b6 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 28 Jun 2017 11:54:05 +0100 Subject: [PATCH 6/8] Make lib dir prior to building -p option will not error if lib already exists --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd0946ffc8..d5dcff831d 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,9 @@ "scripts": { "reskindex": "node scripts/reskindex.js -h header", "reskindex:watch": "node scripts/reskindex.js -h header -w", - "build": "npm run emoji-data-strip && npm run reskindex && babel src -d lib --source-maps", - "build:watch": "npm run emoji-data-strip && babel src -w -d lib --source-maps", + "build:init": "mkdir -p lib && npm run emoji-data-strip", + "build": "npm run build:init && npm run reskindex && babel src -d lib --source-maps", + "build:watch": "npm run build:init && babel src -w -d lib --source-maps", "emoji-data-strip": "node scripts/emoji-data-strip.js", "start": "parallelshell \"npm run build:watch\" \"npm run reskindex:watch\"", "lint": "eslint src/", From 30f80b57f267c610eb3750724e982092f0596b71 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 28 Jun 2017 13:28:48 +0100 Subject: [PATCH 7/8] Instead of making this part of the build process, let the devs generate stripped-emoji.json With the expectation that when the file needs to be regenerated to include other keys, the developer will run this script. --- package.json | 5 ++--- scripts/emoji-data-strip.js | 5 +++-- src/stripped-emoji.json | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 src/stripped-emoji.json diff --git a/package.json b/package.json index d5dcff831d..ed12e6a5e4 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,8 @@ "scripts": { "reskindex": "node scripts/reskindex.js -h header", "reskindex:watch": "node scripts/reskindex.js -h header -w", - "build:init": "mkdir -p lib && npm run emoji-data-strip", - "build": "npm run build:init && npm run reskindex && babel src -d lib --source-maps", - "build:watch": "npm run build:init && babel src -w -d lib --source-maps", + "build": "npm run reskindex && babel src -d lib --source-maps --copy-files", + "build:watch": "babel src -w -d lib --source-maps --copy-files", "emoji-data-strip": "node scripts/emoji-data-strip.js", "start": "parallelshell \"npm run build:watch\" \"npm run reskindex:watch\"", "lint": "eslint src/", diff --git a/scripts/emoji-data-strip.js b/scripts/emoji-data-strip.js index 14110c1c8b..45b4c96e1d 100644 --- a/scripts/emoji-data-strip.js +++ b/scripts/emoji-data-strip.js @@ -11,7 +11,8 @@ const output = Object.keys(EMOJI_DATA).map( category: datum.category, emoji_order: datum.emoji_order, }; - } + }, ); -fs.writeFileSync('./lib/stripped-emoji.json', JSON.stringify(output)); +// Write to a file in src. Changes should be checked in to git +fs.writeFileSync('./src/stripped-emoji.json', JSON.stringify(output)); diff --git a/src/stripped-emoji.json b/src/stripped-emoji.json new file mode 100644 index 0000000000..6971c1496d --- /dev/null +++ b/src/stripped-emoji.json @@ -0,0 +1 @@ +[{"name":"modern pentathlon","shortname":"","category":"unicode9","emoji_order":"67"},{"name":"hundred points symbol","shortname":":100:","category":"symbols","emoji_order":"856"},{"name":"input symbol for numbers","shortname":":1234:","category":"symbols","emoji_order":"913"},{"name":"grinning face","shortname":":grinning:","category":"people","emoji_order":"1"},{"name":"grimacing face","shortname":":grimacing:","category":"people","emoji_order":"2"},{"name":"grinning face with smiling eyes","shortname":":grin:","category":"people","emoji_order":"3"},{"name":"face with tears of joy","shortname":":joy:","category":"people","emoji_order":"4"},{"name":"smiling face with open mouth","shortname":":smiley:","category":"people","emoji_order":"5"},{"name":"smiling face with open mouth and smiling eyes","shortname":":smile:","category":"people","emoji_order":"6"},{"name":"smiling face with open mouth and cold sweat","shortname":":sweat_smile:","category":"people","emoji_order":"7"},{"name":"smiling face with open mouth and tightly-closed eyes","shortname":":laughing:","category":"people","emoji_order":"8"},{"name":"smiling face with halo","shortname":":innocent:","category":"people","emoji_order":"9"},{"name":"winking face","shortname":":wink:","category":"people","emoji_order":"10"},{"name":"smiling face with smiling eyes","shortname":":blush:","category":"people","emoji_order":"11"},{"name":"slightly smiling face","shortname":":slight_smile:","category":"people","emoji_order":"12"},{"name":"upside-down face","shortname":":upside_down:","category":"people","emoji_order":"13"},{"name":"white smiling face","shortname":":relaxed:","category":"people","emoji_order":"14"},{"name":"face savouring delicious food","shortname":":yum:","category":"people","emoji_order":"15"},{"name":"relieved face","shortname":":relieved:","category":"people","emoji_order":"16"},{"name":"smiling face with heart-shaped eyes","shortname":":heart_eyes:","category":"people","emoji_order":"17"},{"name":"face throwing a kiss","shortname":":kissing_heart:","category":"people","emoji_order":"18"},{"name":"kissing face","shortname":":kissing:","category":"people","emoji_order":"19"},{"name":"kissing face with smiling eyes","shortname":":kissing_smiling_eyes:","category":"people","emoji_order":"20"},{"name":"kissing face with closed eyes","shortname":":kissing_closed_eyes:","category":"people","emoji_order":"21"},{"name":"face with stuck-out tongue and winking eye","shortname":":stuck_out_tongue_winking_eye:","category":"people","emoji_order":"22"},{"name":"face with stuck-out tongue and tightly-closed eyes","shortname":":stuck_out_tongue_closed_eyes:","category":"people","emoji_order":"23"},{"name":"face with stuck-out tongue","shortname":":stuck_out_tongue:","category":"people","emoji_order":"24"},{"name":"money-mouth face","shortname":":money_mouth:","category":"people","emoji_order":"25"},{"name":"nerd face","shortname":":nerd:","category":"people","emoji_order":"26"},{"name":"smiling face with sunglasses","shortname":":sunglasses:","category":"people","emoji_order":"27"},{"name":"hugging face","shortname":":hugging:","category":"people","emoji_order":"28"},{"name":"smirking face","shortname":":smirk:","category":"people","emoji_order":"29"},{"name":"face without mouth","shortname":":no_mouth:","category":"people","emoji_order":"30"},{"name":"neutral face","shortname":":neutral_face:","category":"people","emoji_order":"31"},{"name":"expressionless face","shortname":":expressionless:","category":"people","emoji_order":"32"},{"name":"unamused face","shortname":":unamused:","category":"people","emoji_order":"33"},{"name":"face with rolling eyes","shortname":":rolling_eyes:","category":"people","emoji_order":"34"},{"name":"thinking face","shortname":":thinking:","category":"people","emoji_order":"35"},{"name":"flushed face","shortname":":flushed:","category":"people","emoji_order":"36"},{"name":"disappointed face","shortname":":disappointed:","category":"people","emoji_order":"37"},{"name":"worried face","shortname":":worried:","category":"people","emoji_order":"38"},{"name":"angry face","shortname":":angry:","category":"people","emoji_order":"39"},{"name":"pouting face","shortname":":rage:","category":"people","emoji_order":"40"},{"name":"pensive face","shortname":":pensive:","category":"people","emoji_order":"41"},{"name":"confused face","shortname":":confused:","category":"people","emoji_order":"42"},{"name":"slightly frowning face","shortname":":slight_frown:","category":"people","emoji_order":"43"},{"name":"white frowning face","shortname":":frowning2:","category":"people","emoji_order":"44"},{"name":"persevering face","shortname":":persevere:","category":"people","emoji_order":"45"},{"name":"confounded face","shortname":":confounded:","category":"people","emoji_order":"46"},{"name":"tired face","shortname":":tired_face:","category":"people","emoji_order":"47"},{"name":"weary face","shortname":":weary:","category":"people","emoji_order":"48"},{"name":"face with look of triumph","shortname":":triumph:","category":"people","emoji_order":"49"},{"name":"face with open mouth","shortname":":open_mouth:","category":"people","emoji_order":"50"},{"name":"face screaming in fear","shortname":":scream:","category":"people","emoji_order":"51"},{"name":"fearful face","shortname":":fearful:","category":"people","emoji_order":"52"},{"name":"face with open mouth and cold sweat","shortname":":cold_sweat:","category":"people","emoji_order":"53"},{"name":"hushed face","shortname":":hushed:","category":"people","emoji_order":"54"},{"name":"frowning face with open mouth","shortname":":frowning:","category":"people","emoji_order":"55"},{"name":"anguished face","shortname":":anguished:","category":"people","emoji_order":"56"},{"name":"crying face","shortname":":cry:","category":"people","emoji_order":"57"},{"name":"disappointed but relieved face","shortname":":disappointed_relieved:","category":"people","emoji_order":"58"},{"name":"sleepy face","shortname":":sleepy:","category":"people","emoji_order":"59"},{"name":"face with cold sweat","shortname":":sweat:","category":"people","emoji_order":"60"},{"name":"loudly crying face","shortname":":sob:","category":"people","emoji_order":"61"},{"name":"dizzy face","shortname":":dizzy_face:","category":"people","emoji_order":"62"},{"name":"astonished face","shortname":":astonished:","category":"people","emoji_order":"63"},{"name":"zipper-mouth face","shortname":":zipper_mouth:","category":"people","emoji_order":"64"},{"name":"face with medical mask","shortname":":mask:","category":"people","emoji_order":"65"},{"name":"face with thermometer","shortname":":thermometer_face:","category":"people","emoji_order":"66"},{"name":"face with head-bandage","shortname":":head_bandage:","category":"people","emoji_order":"67"},{"name":"sleeping face","shortname":":sleeping:","category":"people","emoji_order":"68"},{"name":"sleeping symbol","shortname":":zzz:","category":"people","emoji_order":"69"},{"name":"pile of poo","shortname":":poop:","category":"people","emoji_order":"70"},{"name":"smiling face with horns","shortname":":smiling_imp:","category":"people","emoji_order":"71"},{"name":"imp","shortname":":imp:","category":"people","emoji_order":"72"},{"name":"japanese ogre","shortname":":japanese_ogre:","category":"people","emoji_order":"73"},{"name":"japanese goblin","shortname":":japanese_goblin:","category":"people","emoji_order":"74"},{"name":"skull","shortname":":skull:","category":"people","emoji_order":"75"},{"name":"ghost","shortname":":ghost:","category":"people","emoji_order":"76"},{"name":"extraterrestrial alien","shortname":":alien:","category":"people","emoji_order":"77"},{"name":"robot face","shortname":":robot:","category":"people","emoji_order":"78"},{"name":"smiling cat face with open mouth","shortname":":smiley_cat:","category":"people","emoji_order":"79"},{"name":"grinning cat face with smiling eyes","shortname":":smile_cat:","category":"people","emoji_order":"80"},{"name":"cat face with tears of joy","shortname":":joy_cat:","category":"people","emoji_order":"81"},{"name":"smiling cat face with heart-shaped eyes","shortname":":heart_eyes_cat:","category":"people","emoji_order":"82"},{"name":"cat face with wry smile","shortname":":smirk_cat:","category":"people","emoji_order":"83"},{"name":"kissing cat face with closed eyes","shortname":":kissing_cat:","category":"people","emoji_order":"84"},{"name":"weary cat face","shortname":":scream_cat:","category":"people","emoji_order":"85"},{"name":"crying cat face","shortname":":crying_cat_face:","category":"people","emoji_order":"86"},{"name":"pouting cat face","shortname":":pouting_cat:","category":"people","emoji_order":"87"},{"name":"person raising both hands in celebration","shortname":":raised_hands:","category":"people","emoji_order":"88"},{"name":"clapping hands sign","shortname":":clap:","category":"people","emoji_order":"89"},{"name":"waving hand sign","shortname":":wave:","category":"people","emoji_order":"90"},{"name":"thumbs up sign","shortname":":thumbsup:","category":"people","emoji_order":"91"},{"name":"thumbs down sign","shortname":":thumbsdown:","category":"people","emoji_order":"92"},{"name":"fisted hand sign","shortname":":punch:","category":"people","emoji_order":"93"},{"name":"raised fist","shortname":":fist:","category":"people","emoji_order":"94"},{"name":"victory hand","shortname":":v:","category":"people","emoji_order":"95"},{"name":"ok hand sign","shortname":":ok_hand:","category":"people","emoji_order":"96"},{"name":"raised hand","shortname":":raised_hand:","category":"people","emoji_order":"97"},{"name":"open hands sign","shortname":":open_hands:","category":"people","emoji_order":"98"},{"name":"flexed biceps","shortname":":muscle:","category":"people","emoji_order":"99"},{"name":"person with folded hands","shortname":":pray:","category":"people","emoji_order":"100"},{"name":"white up pointing index","shortname":":point_up:","category":"people","emoji_order":"101"},{"name":"white up pointing backhand index","shortname":":point_up_2:","category":"people","emoji_order":"102"},{"name":"white down pointing backhand index","shortname":":point_down:","category":"people","emoji_order":"103"},{"name":"white left pointing backhand index","shortname":":point_left:","category":"people","emoji_order":"104"},{"name":"white right pointing backhand index","shortname":":point_right:","category":"people","emoji_order":"105"},{"name":"reversed hand with middle finger extended","shortname":":middle_finger:","category":"people","emoji_order":"106"},{"name":"raised hand with fingers splayed","shortname":":hand_splayed:","category":"people","emoji_order":"107"},{"name":"sign of the horns","shortname":":metal:","category":"people","emoji_order":"108"},{"name":"raised hand with part between middle and ring fingers","shortname":":vulcan:","category":"people","emoji_order":"109"},{"name":"writing hand","shortname":":writing_hand:","category":"people","emoji_order":"110"},{"name":"nail polish","shortname":":nail_care:","category":"people","emoji_order":"111"},{"name":"mouth","shortname":":lips:","category":"people","emoji_order":"112"},{"name":"tongue","shortname":":tongue:","category":"people","emoji_order":"113"},{"name":"ear","shortname":":ear:","category":"people","emoji_order":"114"},{"name":"nose","shortname":":nose:","category":"people","emoji_order":"115"},{"name":"eye","shortname":":eye:","category":"people","emoji_order":"116"},{"name":"eyes","shortname":":eyes:","category":"people","emoji_order":"117"},{"name":"bust in silhouette","shortname":":bust_in_silhouette:","category":"people","emoji_order":"118"},{"name":"busts in silhouette","shortname":":busts_in_silhouette:","category":"people","emoji_order":"119"},{"name":"speaking head in silhouette","shortname":":speaking_head:","category":"people","emoji_order":"120"},{"name":"baby","shortname":":baby:","category":"people","emoji_order":"121"},{"name":"boy","shortname":":boy:","category":"people","emoji_order":"122"},{"name":"girl","shortname":":girl:","category":"people","emoji_order":"123"},{"name":"man","shortname":":man:","category":"people","emoji_order":"124"},{"name":"woman","shortname":":woman:","category":"people","emoji_order":"125"},{"name":"person with blond hair","shortname":":person_with_blond_hair:","category":"people","emoji_order":"126"},{"name":"older man","shortname":":older_man:","category":"people","emoji_order":"127"},{"name":"older woman","shortname":":older_woman:","category":"people","emoji_order":"128"},{"name":"man with gua pi mao","shortname":":man_with_gua_pi_mao:","category":"people","emoji_order":"129"},{"name":"man with turban","shortname":":man_with_turban:","category":"people","emoji_order":"130"},{"name":"police officer","shortname":":cop:","category":"people","emoji_order":"131"},{"name":"construction worker","shortname":":construction_worker:","category":"people","emoji_order":"132"},{"name":"guardsman","shortname":":guardsman:","category":"people","emoji_order":"133"},{"name":"sleuth or spy","shortname":":spy:","category":"people","emoji_order":"134"},{"name":"father christmas","shortname":":santa:","category":"people","emoji_order":"135"},{"name":"baby angel","shortname":":angel:","category":"people","emoji_order":"136"},{"name":"princess","shortname":":princess:","category":"people","emoji_order":"137"},{"name":"bride with veil","shortname":":bride_with_veil:","category":"people","emoji_order":"138"},{"name":"pedestrian","shortname":":walking:","category":"people","emoji_order":"139"},{"name":"runner","shortname":":runner:","category":"people","emoji_order":"140"},{"name":"dancer","shortname":":dancer:","category":"people","emoji_order":"141"},{"name":"woman with bunny ears","shortname":":dancers:","category":"people","emoji_order":"142"},{"name":"man and woman holding hands","shortname":":couple:","category":"people","emoji_order":"143"},{"name":"two men holding hands","shortname":":two_men_holding_hands:","category":"people","emoji_order":"144"},{"name":"two women holding hands","shortname":":two_women_holding_hands:","category":"people","emoji_order":"145"},{"name":"person bowing deeply","shortname":":bow:","category":"people","emoji_order":"146"},{"name":"information desk person","shortname":":information_desk_person:","category":"people","emoji_order":"147"},{"name":"face with no good gesture","shortname":":no_good:","category":"people","emoji_order":"148"},{"name":"face with ok gesture","shortname":":ok_woman:","category":"people","emoji_order":"149"},{"name":"happy person raising one hand","shortname":":raising_hand:","category":"people","emoji_order":"150"},{"name":"person with pouting face","shortname":":person_with_pouting_face:","category":"people","emoji_order":"151"},{"name":"person frowning","shortname":":person_frowning:","category":"people","emoji_order":"152"},{"name":"haircut","shortname":":haircut:","category":"people","emoji_order":"153"},{"name":"face massage","shortname":":massage:","category":"people","emoji_order":"154"},{"name":"couple with heart","shortname":":couple_with_heart:","category":"people","emoji_order":"155"},{"name":"couple (woman,woman)","shortname":":couple_ww:","category":"people","emoji_order":"156"},{"name":"couple (man,man)","shortname":":couple_mm:","category":"people","emoji_order":"157"},{"name":"kiss","shortname":":couplekiss:","category":"people","emoji_order":"158"},{"name":"kiss (woman,woman)","shortname":":kiss_ww:","category":"people","emoji_order":"159"},{"name":"kiss (man,man)","shortname":":kiss_mm:","category":"people","emoji_order":"160"},{"name":"family","shortname":":family:","category":"people","emoji_order":"161"},{"name":"family (man,woman,girl)","shortname":":family_mwg:","category":"people","emoji_order":"162"},{"name":"family (man,woman,girl,boy)","shortname":":family_mwgb:","category":"people","emoji_order":"163"},{"name":"family (man,woman,boy,boy)","shortname":":family_mwbb:","category":"people","emoji_order":"164"},{"name":"family (man,woman,girl,girl)","shortname":":family_mwgg:","category":"people","emoji_order":"165"},{"name":"family (woman,woman,boy)","shortname":":family_wwb:","category":"people","emoji_order":"166"},{"name":"family (woman,woman,girl)","shortname":":family_wwg:","category":"people","emoji_order":"167"},{"name":"family (woman,woman,girl,boy)","shortname":":family_wwgb:","category":"people","emoji_order":"168"},{"name":"family (woman,woman,boy,boy)","shortname":":family_wwbb:","category":"people","emoji_order":"169"},{"name":"family (woman,woman,girl,girl)","shortname":":family_wwgg:","category":"people","emoji_order":"170"},{"name":"family (man,man,boy)","shortname":":family_mmb:","category":"people","emoji_order":"171"},{"name":"family (man,man,girl)","shortname":":family_mmg:","category":"people","emoji_order":"172"},{"name":"family (man,man,girl,boy)","shortname":":family_mmgb:","category":"people","emoji_order":"173"},{"name":"family (man,man,boy,boy)","shortname":":family_mmbb:","category":"people","emoji_order":"174"},{"name":"family (man,man,girl,girl)","shortname":":family_mmgg:","category":"people","emoji_order":"175"},{"name":"womans clothes","shortname":":womans_clothes:","category":"people","emoji_order":"176"},{"name":"t-shirt","shortname":":shirt:","category":"people","emoji_order":"177"},{"name":"jeans","shortname":":jeans:","category":"people","emoji_order":"178"},{"name":"necktie","shortname":":necktie:","category":"people","emoji_order":"179"},{"name":"dress","shortname":":dress:","category":"people","emoji_order":"180"},{"name":"bikini","shortname":":bikini:","category":"people","emoji_order":"181"},{"name":"kimono","shortname":":kimono:","category":"people","emoji_order":"182"},{"name":"lipstick","shortname":":lipstick:","category":"people","emoji_order":"183"},{"name":"kiss mark","shortname":":kiss:","category":"people","emoji_order":"184"},{"name":"footprints","shortname":":footprints:","category":"people","emoji_order":"185"},{"name":"high-heeled shoe","shortname":":high_heel:","category":"people","emoji_order":"186"},{"name":"womans sandal","shortname":":sandal:","category":"people","emoji_order":"187"},{"name":"womans boots","shortname":":boot:","category":"people","emoji_order":"188"},{"name":"mans shoe","shortname":":mans_shoe:","category":"people","emoji_order":"189"},{"name":"athletic shoe","shortname":":athletic_shoe:","category":"people","emoji_order":"190"},{"name":"womans hat","shortname":":womans_hat:","category":"people","emoji_order":"191"},{"name":"top hat","shortname":":tophat:","category":"people","emoji_order":"192"},{"name":"helmet with white cross","shortname":":helmet_with_cross:","category":"people","emoji_order":"193"},{"name":"graduation cap","shortname":":mortar_board:","category":"people","emoji_order":"194"},{"name":"crown","shortname":":crown:","category":"people","emoji_order":"195"},{"name":"school satchel","shortname":":school_satchel:","category":"people","emoji_order":"196"},{"name":"pouch","shortname":":pouch:","category":"people","emoji_order":"197"},{"name":"purse","shortname":":purse:","category":"people","emoji_order":"198"},{"name":"handbag","shortname":":handbag:","category":"people","emoji_order":"199"},{"name":"briefcase","shortname":":briefcase:","category":"people","emoji_order":"200"},{"name":"eyeglasses","shortname":":eyeglasses:","category":"people","emoji_order":"201"},{"name":"dark sunglasses","shortname":":dark_sunglasses:","category":"people","emoji_order":"202"},{"name":"ring","shortname":":ring:","category":"people","emoji_order":"203"},{"name":"closed umbrella","shortname":":closed_umbrella:","category":"people","emoji_order":"204"},{"name":"dog face","shortname":":dog:","category":"nature","emoji_order":"205"},{"name":"cat face","shortname":":cat:","category":"nature","emoji_order":"206"},{"name":"mouse face","shortname":":mouse:","category":"nature","emoji_order":"207"},{"name":"hamster face","shortname":":hamster:","category":"nature","emoji_order":"208"},{"name":"rabbit face","shortname":":rabbit:","category":"nature","emoji_order":"209"},{"name":"bear face","shortname":":bear:","category":"nature","emoji_order":"210"},{"name":"panda face","shortname":":panda_face:","category":"nature","emoji_order":"211"},{"name":"koala","shortname":":koala:","category":"nature","emoji_order":"212"},{"name":"tiger face","shortname":":tiger:","category":"nature","emoji_order":"213"},{"name":"lion face","shortname":":lion_face:","category":"nature","emoji_order":"214"},{"name":"cow face","shortname":":cow:","category":"nature","emoji_order":"215"},{"name":"pig face","shortname":":pig:","category":"nature","emoji_order":"216"},{"name":"pig nose","shortname":":pig_nose:","category":"nature","emoji_order":"217"},{"name":"frog face","shortname":":frog:","category":"nature","emoji_order":"218"},{"name":"octopus","shortname":":octopus:","category":"nature","emoji_order":"219"},{"name":"monkey face","shortname":":monkey_face:","category":"nature","emoji_order":"220"},{"name":"see-no-evil monkey","shortname":":see_no_evil:","category":"nature","emoji_order":"221"},{"name":"hear-no-evil monkey","shortname":":hear_no_evil:","category":"nature","emoji_order":"222"},{"name":"speak-no-evil monkey","shortname":":speak_no_evil:","category":"nature","emoji_order":"223"},{"name":"monkey","shortname":":monkey:","category":"nature","emoji_order":"224"},{"name":"chicken","shortname":":chicken:","category":"nature","emoji_order":"225"},{"name":"penguin","shortname":":penguin:","category":"nature","emoji_order":"226"},{"name":"bird","shortname":":bird:","category":"nature","emoji_order":"227"},{"name":"baby chick","shortname":":baby_chick:","category":"nature","emoji_order":"228"},{"name":"hatching chick","shortname":":hatching_chick:","category":"nature","emoji_order":"229"},{"name":"front-facing baby chick","shortname":":hatched_chick:","category":"nature","emoji_order":"230"},{"name":"wolf face","shortname":":wolf:","category":"nature","emoji_order":"231"},{"name":"boar","shortname":":boar:","category":"nature","emoji_order":"232"},{"name":"horse face","shortname":":horse:","category":"nature","emoji_order":"233"},{"name":"unicorn face","shortname":":unicorn:","category":"nature","emoji_order":"234"},{"name":"honeybee","shortname":":bee:","category":"nature","emoji_order":"235"},{"name":"bug","shortname":":bug:","category":"nature","emoji_order":"236"},{"name":"snail","shortname":":snail:","category":"nature","emoji_order":"237"},{"name":"lady beetle","shortname":":beetle:","category":"nature","emoji_order":"238"},{"name":"ant","shortname":":ant:","category":"nature","emoji_order":"239"},{"name":"spider","shortname":":spider:","category":"nature","emoji_order":"240"},{"name":"scorpion","shortname":":scorpion:","category":"nature","emoji_order":"241"},{"name":"crab","shortname":":crab:","category":"nature","emoji_order":"242"},{"name":"snake","shortname":":snake:","category":"nature","emoji_order":"243"},{"name":"turtle","shortname":":turtle:","category":"nature","emoji_order":"244"},{"name":"tropical fish","shortname":":tropical_fish:","category":"nature","emoji_order":"245"},{"name":"fish","shortname":":fish:","category":"nature","emoji_order":"246"},{"name":"blowfish","shortname":":blowfish:","category":"nature","emoji_order":"247"},{"name":"dolphin","shortname":":dolphin:","category":"nature","emoji_order":"248"},{"name":"spouting whale","shortname":":whale:","category":"nature","emoji_order":"249"},{"name":"whale","shortname":":whale2:","category":"nature","emoji_order":"250"},{"name":"crocodile","shortname":":crocodile:","category":"nature","emoji_order":"251"},{"name":"leopard","shortname":":leopard:","category":"nature","emoji_order":"252"},{"name":"tiger","shortname":":tiger2:","category":"nature","emoji_order":"253"},{"name":"water buffalo","shortname":":water_buffalo:","category":"nature","emoji_order":"254"},{"name":"ox","shortname":":ox:","category":"nature","emoji_order":"255"},{"name":"cow","shortname":":cow2:","category":"nature","emoji_order":"256"},{"name":"dromedary camel","shortname":":dromedary_camel:","category":"nature","emoji_order":"257"},{"name":"bactrian camel","shortname":":camel:","category":"nature","emoji_order":"258"},{"name":"elephant","shortname":":elephant:","category":"nature","emoji_order":"259"},{"name":"goat","shortname":":goat:","category":"nature","emoji_order":"260"},{"name":"ram","shortname":":ram:","category":"nature","emoji_order":"261"},{"name":"sheep","shortname":":sheep:","category":"nature","emoji_order":"262"},{"name":"horse","shortname":":racehorse:","category":"nature","emoji_order":"263"},{"name":"pig","shortname":":pig2:","category":"nature","emoji_order":"264"},{"name":"rat","shortname":":rat:","category":"nature","emoji_order":"265"},{"name":"mouse","shortname":":mouse2:","category":"nature","emoji_order":"266"},{"name":"rooster","shortname":":rooster:","category":"nature","emoji_order":"267"},{"name":"turkey","shortname":":turkey:","category":"nature","emoji_order":"268"},{"name":"dove of peace","shortname":":dove:","category":"nature","emoji_order":"269"},{"name":"dog","shortname":":dog2:","category":"nature","emoji_order":"270"},{"name":"poodle","shortname":":poodle:","category":"nature","emoji_order":"271"},{"name":"cat","shortname":":cat2:","category":"nature","emoji_order":"272"},{"name":"rabbit","shortname":":rabbit2:","category":"nature","emoji_order":"273"},{"name":"chipmunk","shortname":":chipmunk:","category":"nature","emoji_order":"274"},{"name":"paw prints","shortname":":feet:","category":"nature","emoji_order":"275"},{"name":"dragon","shortname":":dragon:","category":"nature","emoji_order":"276"},{"name":"dragon face","shortname":":dragon_face:","category":"nature","emoji_order":"277"},{"name":"cactus","shortname":":cactus:","category":"nature","emoji_order":"278"},{"name":"christmas tree","shortname":":christmas_tree:","category":"nature","emoji_order":"279"},{"name":"evergreen tree","shortname":":evergreen_tree:","category":"nature","emoji_order":"280"},{"name":"deciduous tree","shortname":":deciduous_tree:","category":"nature","emoji_order":"281"},{"name":"palm tree","shortname":":palm_tree:","category":"nature","emoji_order":"282"},{"name":"seedling","shortname":":seedling:","category":"nature","emoji_order":"283"},{"name":"herb","shortname":":herb:","category":"nature","emoji_order":"284"},{"name":"shamrock","shortname":":shamrock:","category":"nature","emoji_order":"285"},{"name":"four leaf clover","shortname":":four_leaf_clover:","category":"nature","emoji_order":"286"},{"name":"pine decoration","shortname":":bamboo:","category":"nature","emoji_order":"287"},{"name":"tanabata tree","shortname":":tanabata_tree:","category":"nature","emoji_order":"288"},{"name":"leaf fluttering in wind","shortname":":leaves:","category":"nature","emoji_order":"289"},{"name":"fallen leaf","shortname":":fallen_leaf:","category":"nature","emoji_order":"290"},{"name":"maple leaf","shortname":":maple_leaf:","category":"nature","emoji_order":"291"},{"name":"ear of rice","shortname":":ear_of_rice:","category":"nature","emoji_order":"292"},{"name":"hibiscus","shortname":":hibiscus:","category":"nature","emoji_order":"293"},{"name":"sunflower","shortname":":sunflower:","category":"nature","emoji_order":"294"},{"name":"rose","shortname":":rose:","category":"nature","emoji_order":"295"},{"name":"tulip","shortname":":tulip:","category":"nature","emoji_order":"296"},{"name":"blossom","shortname":":blossom:","category":"nature","emoji_order":"297"},{"name":"cherry blossom","shortname":":cherry_blossom:","category":"nature","emoji_order":"298"},{"name":"bouquet","shortname":":bouquet:","category":"nature","emoji_order":"299"},{"name":"mushroom","shortname":":mushroom:","category":"nature","emoji_order":"300"},{"name":"chestnut","shortname":":chestnut:","category":"nature","emoji_order":"301"},{"name":"jack-o-lantern","shortname":":jack_o_lantern:","category":"nature","emoji_order":"302"},{"name":"spiral shell","shortname":":shell:","category":"nature","emoji_order":"303"},{"name":"spider web","shortname":":spider_web:","category":"nature","emoji_order":"304"},{"name":"earth globe americas","shortname":":earth_americas:","category":"nature","emoji_order":"305"},{"name":"earth globe europe-africa","shortname":":earth_africa:","category":"nature","emoji_order":"306"},{"name":"earth globe asia-australia","shortname":":earth_asia:","category":"nature","emoji_order":"307"},{"name":"full moon symbol","shortname":":full_moon:","category":"nature","emoji_order":"308"},{"name":"waning gibbous moon symbol","shortname":":waning_gibbous_moon:","category":"nature","emoji_order":"309"},{"name":"last quarter moon symbol","shortname":":last_quarter_moon:","category":"nature","emoji_order":"310"},{"name":"waning crescent moon symbol","shortname":":waning_crescent_moon:","category":"nature","emoji_order":"311"},{"name":"new moon symbol","shortname":":new_moon:","category":"nature","emoji_order":"312"},{"name":"waxing crescent moon symbol","shortname":":waxing_crescent_moon:","category":"nature","emoji_order":"313"},{"name":"first quarter moon symbol","shortname":":first_quarter_moon:","category":"nature","emoji_order":"314"},{"name":"waxing gibbous moon symbol","shortname":":waxing_gibbous_moon:","category":"nature","emoji_order":"315"},{"name":"new moon with face","shortname":":new_moon_with_face:","category":"nature","emoji_order":"316"},{"name":"full moon with face","shortname":":full_moon_with_face:","category":"nature","emoji_order":"317"},{"name":"first quarter moon with face","shortname":":first_quarter_moon_with_face:","category":"nature","emoji_order":"318"},{"name":"last quarter moon with face","shortname":":last_quarter_moon_with_face:","category":"nature","emoji_order":"319"},{"name":"sun with face","shortname":":sun_with_face:","category":"nature","emoji_order":"320"},{"name":"crescent moon","shortname":":crescent_moon:","category":"nature","emoji_order":"321"},{"name":"white medium star","shortname":":star:","category":"nature","emoji_order":"322"},{"name":"glowing star","shortname":":star2:","category":"nature","emoji_order":"323"},{"name":"dizzy symbol","shortname":":dizzy:","category":"nature","emoji_order":"324"},{"name":"sparkles","shortname":":sparkles:","category":"nature","emoji_order":"325"},{"name":"comet","shortname":":comet:","category":"nature","emoji_order":"326"},{"name":"black sun with rays","shortname":":sunny:","category":"nature","emoji_order":"327"},{"name":"white sun with small cloud","shortname":":white_sun_small_cloud:","category":"nature","emoji_order":"328"},{"name":"sun behind cloud","shortname":":partly_sunny:","category":"nature","emoji_order":"329"},{"name":"white sun behind cloud","shortname":":white_sun_cloud:","category":"nature","emoji_order":"330"},{"name":"white sun behind cloud with rain","shortname":":white_sun_rain_cloud:","category":"nature","emoji_order":"331"},{"name":"cloud","shortname":":cloud:","category":"nature","emoji_order":"332"},{"name":"cloud with rain","shortname":":cloud_rain:","category":"nature","emoji_order":"333"},{"name":"thunder cloud and rain","shortname":":thunder_cloud_rain:","category":"nature","emoji_order":"334"},{"name":"cloud with lightning","shortname":":cloud_lightning:","category":"nature","emoji_order":"335"},{"name":"high voltage sign","shortname":":zap:","category":"nature","emoji_order":"336"},{"name":"fire","shortname":":fire:","category":"nature","emoji_order":"337"},{"name":"collision symbol","shortname":":boom:","category":"nature","emoji_order":"338"},{"name":"snowflake","shortname":":snowflake:","category":"nature","emoji_order":"339"},{"name":"cloud with snow","shortname":":cloud_snow:","category":"nature","emoji_order":"340"},{"name":"snowman","shortname":":snowman2:","category":"nature","emoji_order":"341"},{"name":"snowman without snow","shortname":":snowman:","category":"nature","emoji_order":"342"},{"name":"wind blowing face","shortname":":wind_blowing_face:","category":"nature","emoji_order":"343"},{"name":"dash symbol","shortname":":dash:","category":"nature","emoji_order":"344"},{"name":"cloud with tornado","shortname":":cloud_tornado:","category":"nature","emoji_order":"345"},{"name":"fog","shortname":":fog:","category":"nature","emoji_order":"346"},{"name":"umbrella","shortname":":umbrella2:","category":"nature","emoji_order":"347"},{"name":"umbrella with rain drops","shortname":":umbrella:","category":"nature","emoji_order":"348"},{"name":"droplet","shortname":":droplet:","category":"nature","emoji_order":"349"},{"name":"splashing sweat symbol","shortname":":sweat_drops:","category":"nature","emoji_order":"350"},{"name":"water wave","shortname":":ocean:","category":"nature","emoji_order":"351"},{"name":"green apple","shortname":":green_apple:","category":"food","emoji_order":"352"},{"name":"red apple","shortname":":apple:","category":"food","emoji_order":"353"},{"name":"pear","shortname":":pear:","category":"food","emoji_order":"354"},{"name":"tangerine","shortname":":tangerine:","category":"food","emoji_order":"355"},{"name":"lemon","shortname":":lemon:","category":"food","emoji_order":"356"},{"name":"banana","shortname":":banana:","category":"food","emoji_order":"357"},{"name":"watermelon","shortname":":watermelon:","category":"food","emoji_order":"358"},{"name":"grapes","shortname":":grapes:","category":"food","emoji_order":"359"},{"name":"strawberry","shortname":":strawberry:","category":"food","emoji_order":"360"},{"name":"melon","shortname":":melon:","category":"food","emoji_order":"361"},{"name":"cherries","shortname":":cherries:","category":"food","emoji_order":"362"},{"name":"peach","shortname":":peach:","category":"food","emoji_order":"363"},{"name":"pineapple","shortname":":pineapple:","category":"food","emoji_order":"364"},{"name":"tomato","shortname":":tomato:","category":"food","emoji_order":"365"},{"name":"aubergine","shortname":":eggplant:","category":"food","emoji_order":"366"},{"name":"hot pepper","shortname":":hot_pepper:","category":"food","emoji_order":"367"},{"name":"ear of maize","shortname":":corn:","category":"food","emoji_order":"368"},{"name":"roasted sweet potato","shortname":":sweet_potato:","category":"food","emoji_order":"369"},{"name":"honey pot","shortname":":honey_pot:","category":"food","emoji_order":"370"},{"name":"bread","shortname":":bread:","category":"food","emoji_order":"371"},{"name":"cheese wedge","shortname":":cheese:","category":"food","emoji_order":"372"},{"name":"poultry leg","shortname":":poultry_leg:","category":"food","emoji_order":"373"},{"name":"meat on bone","shortname":":meat_on_bone:","category":"food","emoji_order":"374"},{"name":"fried shrimp","shortname":":fried_shrimp:","category":"food","emoji_order":"375"},{"name":"egg","shortname":":egg:","category":"unicode9","emoji_order":"75"},{"name":"hamburger","shortname":":hamburger:","category":"food","emoji_order":"377"},{"name":"french fries","shortname":":fries:","category":"food","emoji_order":"378"},{"name":"hot dog","shortname":":hotdog:","category":"food","emoji_order":"379"},{"name":"slice of pizza","shortname":":pizza:","category":"food","emoji_order":"380"},{"name":"spaghetti","shortname":":spaghetti:","category":"food","emoji_order":"381"},{"name":"taco","shortname":":taco:","category":"food","emoji_order":"382"},{"name":"burrito","shortname":":burrito:","category":"food","emoji_order":"383"},{"name":"steaming bowl","shortname":":ramen:","category":"food","emoji_order":"384"},{"name":"pot of food","shortname":":stew:","category":"food","emoji_order":"385"},{"name":"fish cake with swirl design","shortname":":fish_cake:","category":"food","emoji_order":"386"},{"name":"sushi","shortname":":sushi:","category":"food","emoji_order":"387"},{"name":"bento box","shortname":":bento:","category":"food","emoji_order":"388"},{"name":"curry and rice","shortname":":curry:","category":"food","emoji_order":"389"},{"name":"rice ball","shortname":":rice_ball:","category":"food","emoji_order":"390"},{"name":"cooked rice","shortname":":rice:","category":"food","emoji_order":"391"},{"name":"rice cracker","shortname":":rice_cracker:","category":"food","emoji_order":"392"},{"name":"oden","shortname":":oden:","category":"food","emoji_order":"393"},{"name":"dango","shortname":":dango:","category":"food","emoji_order":"394"},{"name":"shaved ice","shortname":":shaved_ice:","category":"food","emoji_order":"395"},{"name":"ice cream","shortname":":ice_cream:","category":"food","emoji_order":"396"},{"name":"soft ice cream","shortname":":icecream:","category":"food","emoji_order":"397"},{"name":"shortcake","shortname":":cake:","category":"food","emoji_order":"398"},{"name":"birthday cake","shortname":":birthday:","category":"food","emoji_order":"399"},{"name":"custard","shortname":":custard:","category":"food","emoji_order":"400"},{"name":"candy","shortname":":candy:","category":"food","emoji_order":"401"},{"name":"lollipop","shortname":":lollipop:","category":"food","emoji_order":"402"},{"name":"chocolate bar","shortname":":chocolate_bar:","category":"food","emoji_order":"403"},{"name":"popcorn","shortname":":popcorn:","category":"food","emoji_order":"404"},{"name":"doughnut","shortname":":doughnut:","category":"food","emoji_order":"405"},{"name":"cookie","shortname":":cookie:","category":"food","emoji_order":"406"},{"name":"beer mug","shortname":":beer:","category":"food","emoji_order":"407"},{"name":"clinking beer mugs","shortname":":beers:","category":"food","emoji_order":"408"},{"name":"wine glass","shortname":":wine_glass:","category":"food","emoji_order":"409"},{"name":"cocktail glass","shortname":":cocktail:","category":"food","emoji_order":"410"},{"name":"tropical drink","shortname":":tropical_drink:","category":"food","emoji_order":"411"},{"name":"bottle with popping cork","shortname":":champagne:","category":"food","emoji_order":"412"},{"name":"sake bottle and cup","shortname":":sake:","category":"food","emoji_order":"413"},{"name":"teacup without handle","shortname":":tea:","category":"food","emoji_order":"414"},{"name":"hot beverage","shortname":":coffee:","category":"food","emoji_order":"415"},{"name":"baby bottle","shortname":":baby_bottle:","category":"food","emoji_order":"416"},{"name":"fork and knife","shortname":":fork_and_knife:","category":"food","emoji_order":"417"},{"name":"fork and knife with plate","shortname":":fork_knife_plate:","category":"food","emoji_order":"418"},{"name":"soccer ball","shortname":":soccer:","category":"activity","emoji_order":"419"},{"name":"basketball and hoop","shortname":":basketball:","category":"activity","emoji_order":"420"},{"name":"american football","shortname":":football:","category":"activity","emoji_order":"421"},{"name":"baseball","shortname":":baseball:","category":"activity","emoji_order":"422"},{"name":"tennis racquet and ball","shortname":":tennis:","category":"activity","emoji_order":"423"},{"name":"volleyball","shortname":":volleyball:","category":"activity","emoji_order":"424"},{"name":"rugby football","shortname":":rugby_football:","category":"activity","emoji_order":"425"},{"name":"billiards","shortname":":8ball:","category":"activity","emoji_order":"426"},{"name":"flag in hole","shortname":":golf:","category":"activity","emoji_order":"427"},{"name":"golfer","shortname":":golfer:","category":"activity","emoji_order":"428"},{"name":"table tennis paddle and ball","shortname":":ping_pong:","category":"activity","emoji_order":"429"},{"name":"badminton racquet","shortname":":badminton:","category":"activity","emoji_order":"430"},{"name":"ice hockey stick and puck","shortname":":hockey:","category":"activity","emoji_order":"431"},{"name":"field hockey stick and ball","shortname":":field_hockey:","category":"activity","emoji_order":"432"},{"name":"cricket bat and ball","shortname":":cricket:","category":"activity","emoji_order":"433"},{"name":"ski and ski boot","shortname":":ski:","category":"activity","emoji_order":"434"},{"name":"skier","shortname":":skier:","category":"activity","emoji_order":"435"},{"name":"snowboarder","shortname":":snowboarder:","category":"activity","emoji_order":"436"},{"name":"ice skate","shortname":":ice_skate:","category":"activity","emoji_order":"437"},{"name":"bow and arrow","shortname":":bow_and_arrow:","category":"activity","emoji_order":"438"},{"name":"fishing pole and fish","shortname":":fishing_pole_and_fish:","category":"activity","emoji_order":"439"},{"name":"rowboat","shortname":":rowboat:","category":"activity","emoji_order":"440"},{"name":"swimmer","shortname":":swimmer:","category":"activity","emoji_order":"441"},{"name":"surfer","shortname":":surfer:","category":"activity","emoji_order":"442"},{"name":"bath","shortname":":bath:","category":"activity","emoji_order":"443"},{"name":"person with ball","shortname":":basketball_player:","category":"activity","emoji_order":"444"},{"name":"weight lifter","shortname":":lifter:","category":"activity","emoji_order":"445"},{"name":"bicyclist","shortname":":bicyclist:","category":"activity","emoji_order":"446"},{"name":"mountain bicyclist","shortname":":mountain_bicyclist:","category":"activity","emoji_order":"447"},{"name":"horse racing","shortname":":horse_racing:","category":"activity","emoji_order":"448"},{"name":"man in business suit levitating","shortname":":levitate:","category":"activity","emoji_order":"449"},{"name":"trophy","shortname":":trophy:","category":"activity","emoji_order":"450"},{"name":"running shirt with sash","shortname":":running_shirt_with_sash:","category":"activity","emoji_order":"451"},{"name":"sports medal","shortname":":medal:","category":"activity","emoji_order":"452"},{"name":"military medal","shortname":":military_medal:","category":"activity","emoji_order":"453"},{"name":"reminder ribbon","shortname":":reminder_ribbon:","category":"activity","emoji_order":"454"},{"name":"rosette","shortname":":rosette:","category":"activity","emoji_order":"455"},{"name":"ticket","shortname":":ticket:","category":"activity","emoji_order":"456"},{"name":"admission tickets","shortname":":tickets:","category":"activity","emoji_order":"457"},{"name":"performing arts","shortname":":performing_arts:","category":"activity","emoji_order":"458"},{"name":"artist palette","shortname":":art:","category":"activity","emoji_order":"459"},{"name":"circus tent","shortname":":circus_tent:","category":"activity","emoji_order":"460"},{"name":"microphone","shortname":":microphone:","category":"activity","emoji_order":"461"},{"name":"headphone","shortname":":headphones:","category":"activity","emoji_order":"462"},{"name":"musical score","shortname":":musical_score:","category":"activity","emoji_order":"463"},{"name":"musical keyboard","shortname":":musical_keyboard:","category":"activity","emoji_order":"464"},{"name":"saxophone","shortname":":saxophone:","category":"activity","emoji_order":"465"},{"name":"trumpet","shortname":":trumpet:","category":"activity","emoji_order":"466"},{"name":"guitar","shortname":":guitar:","category":"activity","emoji_order":"467"},{"name":"violin","shortname":":violin:","category":"activity","emoji_order":"468"},{"name":"clapper board","shortname":":clapper:","category":"activity","emoji_order":"469"},{"name":"video game","shortname":":video_game:","category":"activity","emoji_order":"470"},{"name":"alien monster","shortname":":space_invader:","category":"activity","emoji_order":"471"},{"name":"direct hit","shortname":":dart:","category":"activity","emoji_order":"472"},{"name":"game die","shortname":":game_die:","category":"activity","emoji_order":"473"},{"name":"slot machine","shortname":":slot_machine:","category":"activity","emoji_order":"474"},{"name":"bowling","shortname":":bowling:","category":"activity","emoji_order":"475"},{"name":"automobile","shortname":":red_car:","category":"travel","emoji_order":"476"},{"name":"taxi","shortname":":taxi:","category":"travel","emoji_order":"477"},{"name":"recreational vehicle","shortname":":blue_car:","category":"travel","emoji_order":"478"},{"name":"bus","shortname":":bus:","category":"travel","emoji_order":"479"},{"name":"trolleybus","shortname":":trolleybus:","category":"travel","emoji_order":"480"},{"name":"racing car","shortname":":race_car:","category":"travel","emoji_order":"481"},{"name":"police car","shortname":":police_car:","category":"travel","emoji_order":"482"},{"name":"ambulance","shortname":":ambulance:","category":"travel","emoji_order":"483"},{"name":"fire engine","shortname":":fire_engine:","category":"travel","emoji_order":"484"},{"name":"minibus","shortname":":minibus:","category":"travel","emoji_order":"485"},{"name":"delivery truck","shortname":":truck:","category":"travel","emoji_order":"486"},{"name":"articulated lorry","shortname":":articulated_lorry:","category":"travel","emoji_order":"487"},{"name":"tractor","shortname":":tractor:","category":"travel","emoji_order":"488"},{"name":"racing motorcycle","shortname":":motorcycle:","category":"travel","emoji_order":"489"},{"name":"bicycle","shortname":":bike:","category":"travel","emoji_order":"490"},{"name":"police cars revolving light","shortname":":rotating_light:","category":"travel","emoji_order":"491"},{"name":"oncoming police car","shortname":":oncoming_police_car:","category":"travel","emoji_order":"492"},{"name":"oncoming bus","shortname":":oncoming_bus:","category":"travel","emoji_order":"493"},{"name":"oncoming automobile","shortname":":oncoming_automobile:","category":"travel","emoji_order":"494"},{"name":"oncoming taxi","shortname":":oncoming_taxi:","category":"travel","emoji_order":"495"},{"name":"aerial tramway","shortname":":aerial_tramway:","category":"travel","emoji_order":"496"},{"name":"mountain cableway","shortname":":mountain_cableway:","category":"travel","emoji_order":"497"},{"name":"suspension railway","shortname":":suspension_railway:","category":"travel","emoji_order":"498"},{"name":"railway car","shortname":":railway_car:","category":"travel","emoji_order":"499"},{"name":"tram car","shortname":":train:","category":"travel","emoji_order":"500"},{"name":"monorail","shortname":":monorail:","category":"travel","emoji_order":"501"},{"name":"high-speed train","shortname":":bullettrain_side:","category":"travel","emoji_order":"502"},{"name":"high-speed train with bullet nose","shortname":":bullettrain_front:","category":"travel","emoji_order":"503"},{"name":"light rail","shortname":":light_rail:","category":"travel","emoji_order":"504"},{"name":"mountain railway","shortname":":mountain_railway:","category":"travel","emoji_order":"505"},{"name":"steam locomotive","shortname":":steam_locomotive:","category":"travel","emoji_order":"506"},{"name":"train","shortname":":train2:","category":"travel","emoji_order":"507"},{"name":"metro","shortname":":metro:","category":"travel","emoji_order":"508"},{"name":"tram","shortname":":tram:","category":"travel","emoji_order":"509"},{"name":"station","shortname":":station:","category":"travel","emoji_order":"510"},{"name":"helicopter","shortname":":helicopter:","category":"travel","emoji_order":"511"},{"name":"small airplane","shortname":":airplane_small:","category":"travel","emoji_order":"512"},{"name":"airplane","shortname":":airplane:","category":"travel","emoji_order":"513"},{"name":"airplane departure","shortname":":airplane_departure:","category":"travel","emoji_order":"514"},{"name":"airplane arriving","shortname":":airplane_arriving:","category":"travel","emoji_order":"515"},{"name":"sailboat","shortname":":sailboat:","category":"travel","emoji_order":"516"},{"name":"motorboat","shortname":":motorboat:","category":"travel","emoji_order":"517"},{"name":"speedboat","shortname":":speedboat:","category":"travel","emoji_order":"518"},{"name":"ferry","shortname":":ferry:","category":"travel","emoji_order":"519"},{"name":"passenger ship","shortname":":cruise_ship:","category":"travel","emoji_order":"520"},{"name":"rocket","shortname":":rocket:","category":"travel","emoji_order":"521"},{"name":"satellite","shortname":":satellite_orbital:","category":"travel","emoji_order":"522"},{"name":"seat","shortname":":seat:","category":"travel","emoji_order":"523"},{"name":"anchor","shortname":":anchor:","category":"travel","emoji_order":"524"},{"name":"construction sign","shortname":":construction:","category":"travel","emoji_order":"525"},{"name":"fuel pump","shortname":":fuelpump:","category":"travel","emoji_order":"526"},{"name":"bus stop","shortname":":busstop:","category":"travel","emoji_order":"527"},{"name":"vertical traffic light","shortname":":vertical_traffic_light:","category":"travel","emoji_order":"528"},{"name":"horizontal traffic light","shortname":":traffic_light:","category":"travel","emoji_order":"529"},{"name":"chequered flag","shortname":":checkered_flag:","category":"travel","emoji_order":"530"},{"name":"ship","shortname":":ship:","category":"travel","emoji_order":"531"},{"name":"ferris wheel","shortname":":ferris_wheel:","category":"travel","emoji_order":"532"},{"name":"roller coaster","shortname":":roller_coaster:","category":"travel","emoji_order":"533"},{"name":"carousel horse","shortname":":carousel_horse:","category":"travel","emoji_order":"534"},{"name":"building construction","shortname":":construction_site:","category":"travel","emoji_order":"535"},{"name":"foggy","shortname":":foggy:","category":"travel","emoji_order":"536"},{"name":"tokyo tower","shortname":":tokyo_tower:","category":"travel","emoji_order":"537"},{"name":"factory","shortname":":factory:","category":"travel","emoji_order":"538"},{"name":"fountain","shortname":":fountain:","category":"travel","emoji_order":"539"},{"name":"moon viewing ceremony","shortname":":rice_scene:","category":"travel","emoji_order":"540"},{"name":"mountain","shortname":":mountain:","category":"travel","emoji_order":"541"},{"name":"snow capped mountain","shortname":":mountain_snow:","category":"travel","emoji_order":"542"},{"name":"mount fuji","shortname":":mount_fuji:","category":"travel","emoji_order":"543"},{"name":"volcano","shortname":":volcano:","category":"travel","emoji_order":"544"},{"name":"silhouette of japan","shortname":":japan:","category":"travel","emoji_order":"545"},{"name":"camping","shortname":":camping:","category":"travel","emoji_order":"546"},{"name":"tent","shortname":":tent:","category":"travel","emoji_order":"547"},{"name":"national park","shortname":":park:","category":"travel","emoji_order":"548"},{"name":"motorway","shortname":":motorway:","category":"travel","emoji_order":"549"},{"name":"railway track","shortname":":railway_track:","category":"travel","emoji_order":"550"},{"name":"sunrise","shortname":":sunrise:","category":"travel","emoji_order":"551"},{"name":"sunrise over mountains","shortname":":sunrise_over_mountains:","category":"travel","emoji_order":"552"},{"name":"desert","shortname":":desert:","category":"travel","emoji_order":"553"},{"name":"beach with umbrella","shortname":":beach:","category":"travel","emoji_order":"554"},{"name":"desert island","shortname":":island:","category":"travel","emoji_order":"555"},{"name":"sunset over buildings","shortname":":city_sunset:","category":"travel","emoji_order":"556"},{"name":"cityscape at dusk","shortname":":city_dusk:","category":"travel","emoji_order":"557"},{"name":"cityscape","shortname":":cityscape:","category":"travel","emoji_order":"558"},{"name":"night with stars","shortname":":night_with_stars:","category":"travel","emoji_order":"559"},{"name":"bridge at night","shortname":":bridge_at_night:","category":"travel","emoji_order":"560"},{"name":"milky way","shortname":":milky_way:","category":"travel","emoji_order":"561"},{"name":"shooting star","shortname":":stars:","category":"travel","emoji_order":"562"},{"name":"firework sparkler","shortname":":sparkler:","category":"travel","emoji_order":"563"},{"name":"fireworks","shortname":":fireworks:","category":"travel","emoji_order":"564"},{"name":"rainbow","shortname":":rainbow:","category":"travel","emoji_order":"565"},{"name":"house buildings","shortname":":homes:","category":"travel","emoji_order":"566"},{"name":"european castle","shortname":":european_castle:","category":"travel","emoji_order":"567"},{"name":"japanese castle","shortname":":japanese_castle:","category":"travel","emoji_order":"568"},{"name":"stadium","shortname":":stadium:","category":"travel","emoji_order":"569"},{"name":"statue of liberty","shortname":":statue_of_liberty:","category":"travel","emoji_order":"570"},{"name":"house building","shortname":":house:","category":"travel","emoji_order":"571"},{"name":"house with garden","shortname":":house_with_garden:","category":"travel","emoji_order":"572"},{"name":"derelict house building","shortname":":house_abandoned:","category":"travel","emoji_order":"573"},{"name":"office building","shortname":":office:","category":"travel","emoji_order":"574"},{"name":"department store","shortname":":department_store:","category":"travel","emoji_order":"575"},{"name":"japanese post office","shortname":":post_office:","category":"travel","emoji_order":"576"},{"name":"european post office","shortname":":european_post_office:","category":"travel","emoji_order":"577"},{"name":"hospital","shortname":":hospital:","category":"travel","emoji_order":"578"},{"name":"bank","shortname":":bank:","category":"travel","emoji_order":"579"},{"name":"hotel","shortname":":hotel:","category":"travel","emoji_order":"580"},{"name":"convenience store","shortname":":convenience_store:","category":"travel","emoji_order":"581"},{"name":"school","shortname":":school:","category":"travel","emoji_order":"582"},{"name":"love hotel","shortname":":love_hotel:","category":"travel","emoji_order":"583"},{"name":"wedding","shortname":":wedding:","category":"travel","emoji_order":"584"},{"name":"classical building","shortname":":classical_building:","category":"travel","emoji_order":"585"},{"name":"church","shortname":":church:","category":"travel","emoji_order":"586"},{"name":"mosque","shortname":":mosque:","category":"travel","emoji_order":"587"},{"name":"synagogue","shortname":":synagogue:","category":"travel","emoji_order":"588"},{"name":"kaaba","shortname":":kaaba:","category":"travel","emoji_order":"589"},{"name":"shinto shrine","shortname":":shinto_shrine:","category":"travel","emoji_order":"590"},{"name":"watch","shortname":":watch:","category":"objects","emoji_order":"591"},{"name":"mobile phone","shortname":":iphone:","category":"objects","emoji_order":"592"},{"name":"mobile phone with rightwards arrow at left","shortname":":calling:","category":"objects","emoji_order":"593"},{"name":"personal computer","shortname":":computer:","category":"objects","emoji_order":"594"},{"name":"keyboard","shortname":":keyboard:","category":"objects","emoji_order":"595"},{"name":"desktop computer","shortname":":desktop:","category":"objects","emoji_order":"596"},{"name":"printer","shortname":":printer:","category":"objects","emoji_order":"597"},{"name":"three button mouse","shortname":":mouse_three_button:","category":"objects","emoji_order":"598"},{"name":"trackball","shortname":":trackball:","category":"objects","emoji_order":"599"},{"name":"joystick","shortname":":joystick:","category":"objects","emoji_order":"600"},{"name":"compression","shortname":":compression:","category":"objects","emoji_order":"601"},{"name":"minidisc","shortname":":minidisc:","category":"objects","emoji_order":"602"},{"name":"floppy disk","shortname":":floppy_disk:","category":"objects","emoji_order":"603"},{"name":"optical disc","shortname":":cd:","category":"objects","emoji_order":"604"},{"name":"dvd","shortname":":dvd:","category":"objects","emoji_order":"605"},{"name":"videocassette","shortname":":vhs:","category":"objects","emoji_order":"606"},{"name":"camera","shortname":":camera:","category":"objects","emoji_order":"607"},{"name":"camera with flash","shortname":":camera_with_flash:","category":"objects","emoji_order":"608"},{"name":"video camera","shortname":":video_camera:","category":"objects","emoji_order":"609"},{"name":"movie camera","shortname":":movie_camera:","category":"objects","emoji_order":"610"},{"name":"film projector","shortname":":projector:","category":"objects","emoji_order":"611"},{"name":"film frames","shortname":":film_frames:","category":"objects","emoji_order":"612"},{"name":"telephone receiver","shortname":":telephone_receiver:","category":"objects","emoji_order":"613"},{"name":"black telephone","shortname":":telephone:","category":"objects","emoji_order":"614"},{"name":"pager","shortname":":pager:","category":"objects","emoji_order":"615"},{"name":"fax machine","shortname":":fax:","category":"objects","emoji_order":"616"},{"name":"television","shortname":":tv:","category":"objects","emoji_order":"617"},{"name":"radio","shortname":":radio:","category":"objects","emoji_order":"618"},{"name":"studio microphone","shortname":":microphone2:","category":"objects","emoji_order":"619"},{"name":"level slider","shortname":":level_slider:","category":"objects","emoji_order":"620"},{"name":"control knobs","shortname":":control_knobs:","category":"objects","emoji_order":"621"},{"name":"stopwatch","shortname":":stopwatch:","category":"objects","emoji_order":"622"},{"name":"timer clock","shortname":":timer:","category":"objects","emoji_order":"623"},{"name":"alarm clock","shortname":":alarm_clock:","category":"objects","emoji_order":"624"},{"name":"mantlepiece clock","shortname":":clock:","category":"objects","emoji_order":"625"},{"name":"hourglass with flowing sand","shortname":":hourglass_flowing_sand:","category":"objects","emoji_order":"626"},{"name":"hourglass","shortname":":hourglass:","category":"objects","emoji_order":"627"},{"name":"satellite antenna","shortname":":satellite:","category":"objects","emoji_order":"628"},{"name":"battery","shortname":":battery:","category":"objects","emoji_order":"629"},{"name":"electric plug","shortname":":electric_plug:","category":"objects","emoji_order":"630"},{"name":"electric light bulb","shortname":":bulb:","category":"objects","emoji_order":"631"},{"name":"electric torch","shortname":":flashlight:","category":"objects","emoji_order":"632"},{"name":"candle","shortname":":candle:","category":"objects","emoji_order":"633"},{"name":"wastebasket","shortname":":wastebasket:","category":"objects","emoji_order":"634"},{"name":"oil drum","shortname":":oil:","category":"objects","emoji_order":"635"},{"name":"money with wings","shortname":":money_with_wings:","category":"objects","emoji_order":"636"},{"name":"banknote with dollar sign","shortname":":dollar:","category":"objects","emoji_order":"637"},{"name":"banknote with yen sign","shortname":":yen:","category":"objects","emoji_order":"638"},{"name":"banknote with euro sign","shortname":":euro:","category":"objects","emoji_order":"639"},{"name":"banknote with pound sign","shortname":":pound:","category":"objects","emoji_order":"640"},{"name":"money bag","shortname":":moneybag:","category":"objects","emoji_order":"641"},{"name":"credit card","shortname":":credit_card:","category":"objects","emoji_order":"642"},{"name":"gem stone","shortname":":gem:","category":"objects","emoji_order":"643"},{"name":"scales","shortname":":scales:","category":"objects","emoji_order":"644"},{"name":"wrench","shortname":":wrench:","category":"objects","emoji_order":"645"},{"name":"hammer","shortname":":hammer:","category":"objects","emoji_order":"646"},{"name":"hammer and pick","shortname":":hammer_pick:","category":"objects","emoji_order":"647"},{"name":"hammer and wrench","shortname":":tools:","category":"objects","emoji_order":"648"},{"name":"pick","shortname":":pick:","category":"objects","emoji_order":"649"},{"name":"nut and bolt","shortname":":nut_and_bolt:","category":"objects","emoji_order":"650"},{"name":"gear","shortname":":gear:","category":"objects","emoji_order":"651"},{"name":"chains","shortname":":chains:","category":"objects","emoji_order":"652"},{"name":"pistol","shortname":":gun:","category":"objects","emoji_order":"653"},{"name":"bomb","shortname":":bomb:","category":"objects","emoji_order":"654"},{"name":"hocho","shortname":":knife:","category":"objects","emoji_order":"655"},{"name":"dagger knife","shortname":":dagger:","category":"objects","emoji_order":"656"},{"name":"crossed swords","shortname":":crossed_swords:","category":"objects","emoji_order":"657"},{"name":"shield","shortname":":shield:","category":"objects","emoji_order":"658"},{"name":"smoking symbol","shortname":":smoking:","category":"objects","emoji_order":"659"},{"name":"skull and crossbones","shortname":":skull_crossbones:","category":"objects","emoji_order":"660"},{"name":"coffin","shortname":":coffin:","category":"objects","emoji_order":"661"},{"name":"funeral urn","shortname":":urn:","category":"objects","emoji_order":"662"},{"name":"amphora","shortname":":amphora:","category":"objects","emoji_order":"663"},{"name":"crystal ball","shortname":":crystal_ball:","category":"objects","emoji_order":"664"},{"name":"prayer beads","shortname":":prayer_beads:","category":"objects","emoji_order":"665"},{"name":"barber pole","shortname":":barber:","category":"objects","emoji_order":"666"},{"name":"alembic","shortname":":alembic:","category":"objects","emoji_order":"667"},{"name":"telescope","shortname":":telescope:","category":"objects","emoji_order":"668"},{"name":"microscope","shortname":":microscope:","category":"objects","emoji_order":"669"},{"name":"hole","shortname":":hole:","category":"objects","emoji_order":"670"},{"name":"pill","shortname":":pill:","category":"objects","emoji_order":"671"},{"name":"syringe","shortname":":syringe:","category":"objects","emoji_order":"672"},{"name":"thermometer","shortname":":thermometer:","category":"objects","emoji_order":"673"},{"name":"label","shortname":":label:","category":"objects","emoji_order":"674"},{"name":"bookmark","shortname":":bookmark:","category":"objects","emoji_order":"675"},{"name":"toilet","shortname":":toilet:","category":"objects","emoji_order":"676"},{"name":"shower","shortname":":shower:","category":"objects","emoji_order":"677"},{"name":"bathtub","shortname":":bathtub:","category":"objects","emoji_order":"678"},{"name":"key","shortname":":key:","category":"objects","emoji_order":"679"},{"name":"old key","shortname":":key2:","category":"objects","emoji_order":"680"},{"name":"couch and lamp","shortname":":couch:","category":"objects","emoji_order":"681"},{"name":"sleeping accommodation","shortname":":sleeping_accommodation:","category":"objects","emoji_order":"682"},{"name":"bed","shortname":":bed:","category":"objects","emoji_order":"683"},{"name":"door","shortname":":door:","category":"objects","emoji_order":"684"},{"name":"bellhop bell","shortname":":bellhop:","category":"objects","emoji_order":"685"},{"name":"frame with picture","shortname":":frame_photo:","category":"objects","emoji_order":"686"},{"name":"world map","shortname":":map:","category":"objects","emoji_order":"687"},{"name":"umbrella on ground","shortname":":beach_umbrella:","category":"objects","emoji_order":"688"},{"name":"moyai","shortname":":moyai:","category":"objects","emoji_order":"689"},{"name":"shopping bags","shortname":":shopping_bags:","category":"objects","emoji_order":"690"},{"name":"balloon","shortname":":balloon:","category":"objects","emoji_order":"691"},{"name":"carp streamer","shortname":":flags:","category":"objects","emoji_order":"692"},{"name":"ribbon","shortname":":ribbon:","category":"objects","emoji_order":"693"},{"name":"wrapped present","shortname":":gift:","category":"objects","emoji_order":"694"},{"name":"confetti ball","shortname":":confetti_ball:","category":"objects","emoji_order":"695"},{"name":"party popper","shortname":":tada:","category":"objects","emoji_order":"696"},{"name":"japanese dolls","shortname":":dolls:","category":"objects","emoji_order":"697"},{"name":"wind chime","shortname":":wind_chime:","category":"objects","emoji_order":"698"},{"name":"crossed flags","shortname":":crossed_flags:","category":"objects","emoji_order":"699"},{"name":"izakaya lantern","shortname":":izakaya_lantern:","category":"objects","emoji_order":"700"},{"name":"envelope","shortname":":envelope:","category":"objects","emoji_order":"701"},{"name":"envelope with downwards arrow above","shortname":":envelope_with_arrow:","category":"objects","emoji_order":"702"},{"name":"incoming envelope","shortname":":incoming_envelope:","category":"objects","emoji_order":"703"},{"name":"e-mail symbol","shortname":":e-mail:","category":"objects","emoji_order":"704"},{"name":"love letter","shortname":":love_letter:","category":"objects","emoji_order":"705"},{"name":"postbox","shortname":":postbox:","category":"objects","emoji_order":"706"},{"name":"closed mailbox with lowered flag","shortname":":mailbox_closed:","category":"objects","emoji_order":"707"},{"name":"closed mailbox with raised flag","shortname":":mailbox:","category":"objects","emoji_order":"708"},{"name":"open mailbox with raised flag","shortname":":mailbox_with_mail:","category":"objects","emoji_order":"709"},{"name":"open mailbox with lowered flag","shortname":":mailbox_with_no_mail:","category":"objects","emoji_order":"710"},{"name":"package","shortname":":package:","category":"objects","emoji_order":"711"},{"name":"postal horn","shortname":":postal_horn:","category":"objects","emoji_order":"712"},{"name":"inbox tray","shortname":":inbox_tray:","category":"objects","emoji_order":"713"},{"name":"outbox tray","shortname":":outbox_tray:","category":"objects","emoji_order":"714"},{"name":"scroll","shortname":":scroll:","category":"objects","emoji_order":"715"},{"name":"page with curl","shortname":":page_with_curl:","category":"objects","emoji_order":"716"},{"name":"bookmark tabs","shortname":":bookmark_tabs:","category":"objects","emoji_order":"717"},{"name":"bar chart","shortname":":bar_chart:","category":"objects","emoji_order":"718"},{"name":"chart with upwards trend","shortname":":chart_with_upwards_trend:","category":"objects","emoji_order":"719"},{"name":"chart with downwards trend","shortname":":chart_with_downwards_trend:","category":"objects","emoji_order":"720"},{"name":"page facing up","shortname":":page_facing_up:","category":"objects","emoji_order":"721"},{"name":"calendar","shortname":":date:","category":"objects","emoji_order":"722"},{"name":"tear-off calendar","shortname":":calendar:","category":"objects","emoji_order":"723"},{"name":"spiral calendar pad","shortname":":calendar_spiral:","category":"objects","emoji_order":"724"},{"name":"card index","shortname":":card_index:","category":"objects","emoji_order":"725"},{"name":"card file box","shortname":":card_box:","category":"objects","emoji_order":"726"},{"name":"ballot box with ballot","shortname":":ballot_box:","category":"objects","emoji_order":"727"},{"name":"file cabinet","shortname":":file_cabinet:","category":"objects","emoji_order":"728"},{"name":"clipboard","shortname":":clipboard:","category":"objects","emoji_order":"729"},{"name":"spiral note pad","shortname":":notepad_spiral:","category":"objects","emoji_order":"730"},{"name":"file folder","shortname":":file_folder:","category":"objects","emoji_order":"731"},{"name":"open file folder","shortname":":open_file_folder:","category":"objects","emoji_order":"732"},{"name":"card index dividers","shortname":":dividers:","category":"objects","emoji_order":"733"},{"name":"rolled-up newspaper","shortname":":newspaper2:","category":"objects","emoji_order":"734"},{"name":"newspaper","shortname":":newspaper:","category":"objects","emoji_order":"735"},{"name":"notebook","shortname":":notebook:","category":"objects","emoji_order":"736"},{"name":"closed book","shortname":":closed_book:","category":"objects","emoji_order":"737"},{"name":"green book","shortname":":green_book:","category":"objects","emoji_order":"738"},{"name":"blue book","shortname":":blue_book:","category":"objects","emoji_order":"739"},{"name":"orange book","shortname":":orange_book:","category":"objects","emoji_order":"740"},{"name":"notebook with decorative cover","shortname":":notebook_with_decorative_cover:","category":"objects","emoji_order":"741"},{"name":"ledger","shortname":":ledger:","category":"objects","emoji_order":"742"},{"name":"books","shortname":":books:","category":"objects","emoji_order":"743"},{"name":"open book","shortname":":book:","category":"objects","emoji_order":"744"},{"name":"link symbol","shortname":":link:","category":"objects","emoji_order":"745"},{"name":"paperclip","shortname":":paperclip:","category":"objects","emoji_order":"746"},{"name":"linked paperclips","shortname":":paperclips:","category":"objects","emoji_order":"747"},{"name":"black scissors","shortname":":scissors:","category":"objects","emoji_order":"748"},{"name":"triangular ruler","shortname":":triangular_ruler:","category":"objects","emoji_order":"749"},{"name":"straight ruler","shortname":":straight_ruler:","category":"objects","emoji_order":"750"},{"name":"pushpin","shortname":":pushpin:","category":"objects","emoji_order":"751"},{"name":"round pushpin","shortname":":round_pushpin:","category":"objects","emoji_order":"752"},{"name":"triangular flag on post","shortname":":triangular_flag_on_post:","category":"objects","emoji_order":"753"},{"name":"waving white flag","shortname":":flag_white:","category":"objects","emoji_order":"754"},{"name":"waving black flag","shortname":":flag_black:","category":"objects","emoji_order":"755"},{"name":"closed lock with key","shortname":":closed_lock_with_key:","category":"objects","emoji_order":"756"},{"name":"lock","shortname":":lock:","category":"objects","emoji_order":"757"},{"name":"open lock","shortname":":unlock:","category":"objects","emoji_order":"758"},{"name":"lock with ink pen","shortname":":lock_with_ink_pen:","category":"objects","emoji_order":"759"},{"name":"lower left ballpoint pen","shortname":":pen_ballpoint:","category":"objects","emoji_order":"760"},{"name":"lower left fountain pen","shortname":":pen_fountain:","category":"objects","emoji_order":"761"},{"name":"black nib","shortname":":black_nib:","category":"objects","emoji_order":"762"},{"name":"memo","shortname":":pencil:","category":"objects","emoji_order":"763"},{"name":"pencil","shortname":":pencil2:","category":"objects","emoji_order":"764"},{"name":"lower left crayon","shortname":":crayon:","category":"objects","emoji_order":"765"},{"name":"lower left paintbrush","shortname":":paintbrush:","category":"objects","emoji_order":"766"},{"name":"left-pointing magnifying glass","shortname":":mag:","category":"objects","emoji_order":"767"},{"name":"right-pointing magnifying glass","shortname":":mag_right:","category":"objects","emoji_order":"768"},{"name":"heavy black heart","shortname":":heart:","category":"symbols","emoji_order":"769"},{"name":"yellow heart","shortname":":yellow_heart:","category":"symbols","emoji_order":"770"},{"name":"green heart","shortname":":green_heart:","category":"symbols","emoji_order":"771"},{"name":"blue heart","shortname":":blue_heart:","category":"symbols","emoji_order":"772"},{"name":"purple heart","shortname":":purple_heart:","category":"symbols","emoji_order":"773"},{"name":"broken heart","shortname":":broken_heart:","category":"symbols","emoji_order":"774"},{"name":"heavy heart exclamation mark ornament","shortname":":heart_exclamation:","category":"symbols","emoji_order":"775"},{"name":"two hearts","shortname":":two_hearts:","category":"symbols","emoji_order":"776"},{"name":"revolving hearts","shortname":":revolving_hearts:","category":"symbols","emoji_order":"777"},{"name":"beating heart","shortname":":heartbeat:","category":"symbols","emoji_order":"778"},{"name":"growing heart","shortname":":heartpulse:","category":"symbols","emoji_order":"779"},{"name":"sparkling heart","shortname":":sparkling_heart:","category":"symbols","emoji_order":"780"},{"name":"heart with arrow","shortname":":cupid:","category":"symbols","emoji_order":"781"},{"name":"heart with ribbon","shortname":":gift_heart:","category":"symbols","emoji_order":"782"},{"name":"heart decoration","shortname":":heart_decoration:","category":"symbols","emoji_order":"783"},{"name":"peace symbol","shortname":":peace:","category":"symbols","emoji_order":"784"},{"name":"latin cross","shortname":":cross:","category":"symbols","emoji_order":"785"},{"name":"star and crescent","shortname":":star_and_crescent:","category":"symbols","emoji_order":"786"},{"name":"om symbol","shortname":":om_symbol:","category":"symbols","emoji_order":"787"},{"name":"wheel of dharma","shortname":":wheel_of_dharma:","category":"symbols","emoji_order":"788"},{"name":"star of david","shortname":":star_of_david:","category":"symbols","emoji_order":"789"},{"name":"six pointed star with middle dot","shortname":":six_pointed_star:","category":"symbols","emoji_order":"790"},{"name":"menorah with nine branches","shortname":":menorah:","category":"symbols","emoji_order":"791"},{"name":"yin yang","shortname":":yin_yang:","category":"symbols","emoji_order":"792"},{"name":"orthodox cross","shortname":":orthodox_cross:","category":"symbols","emoji_order":"793"},{"name":"place of worship","shortname":":place_of_worship:","category":"symbols","emoji_order":"794"},{"name":"ophiuchus","shortname":":ophiuchus:","category":"symbols","emoji_order":"795"},{"name":"aries","shortname":":aries:","category":"symbols","emoji_order":"796"},{"name":"taurus","shortname":":taurus:","category":"symbols","emoji_order":"797"},{"name":"gemini","shortname":":gemini:","category":"symbols","emoji_order":"798"},{"name":"cancer","shortname":":cancer:","category":"symbols","emoji_order":"799"},{"name":"leo","shortname":":leo:","category":"symbols","emoji_order":"800"},{"name":"virgo","shortname":":virgo:","category":"symbols","emoji_order":"801"},{"name":"libra","shortname":":libra:","category":"symbols","emoji_order":"802"},{"name":"scorpius","shortname":":scorpius:","category":"symbols","emoji_order":"803"},{"name":"sagittarius","shortname":":sagittarius:","category":"symbols","emoji_order":"804"},{"name":"capricorn","shortname":":capricorn:","category":"symbols","emoji_order":"805"},{"name":"aquarius","shortname":":aquarius:","category":"symbols","emoji_order":"806"},{"name":"pisces","shortname":":pisces:","category":"symbols","emoji_order":"807"},{"name":"squared id","shortname":":id:","category":"symbols","emoji_order":"808"},{"name":"atom symbol","shortname":":atom:","category":"symbols","emoji_order":"809"},{"name":"squared cjk unified ideograph-7a7a","shortname":":u7a7a:","category":"symbols","emoji_order":"810"},{"name":"squared cjk unified ideograph-5272","shortname":":u5272:","category":"symbols","emoji_order":"811"},{"name":"radioactive sign","shortname":":radioactive:","category":"symbols","emoji_order":"812"},{"name":"biohazard sign","shortname":":biohazard:","category":"symbols","emoji_order":"813"},{"name":"mobile phone off","shortname":":mobile_phone_off:","category":"symbols","emoji_order":"814"},{"name":"vibration mode","shortname":":vibration_mode:","category":"symbols","emoji_order":"815"},{"name":"squared cjk unified ideograph-6709","shortname":":u6709:","category":"symbols","emoji_order":"816"},{"name":"squared cjk unified ideograph-7121","shortname":":u7121:","category":"symbols","emoji_order":"817"},{"name":"squared cjk unified ideograph-7533","shortname":":u7533:","category":"symbols","emoji_order":"818"},{"name":"squared cjk unified ideograph-55b6","shortname":":u55b6:","category":"symbols","emoji_order":"819"},{"name":"squared cjk unified ideograph-6708","shortname":":u6708:","category":"symbols","emoji_order":"820"},{"name":"eight pointed black star","shortname":":eight_pointed_black_star:","category":"symbols","emoji_order":"821"},{"name":"squared vs","shortname":":vs:","category":"symbols","emoji_order":"822"},{"name":"circled ideograph accept","shortname":":accept:","category":"symbols","emoji_order":"823"},{"name":"white flower","shortname":":white_flower:","category":"symbols","emoji_order":"824"},{"name":"circled ideograph advantage","shortname":":ideograph_advantage:","category":"symbols","emoji_order":"825"},{"name":"circled ideograph secret","shortname":":secret:","category":"symbols","emoji_order":"826"},{"name":"circled ideograph congratulation","shortname":":congratulations:","category":"symbols","emoji_order":"827"},{"name":"squared cjk unified ideograph-5408","shortname":":u5408:","category":"symbols","emoji_order":"828"},{"name":"squared cjk unified ideograph-6e80","shortname":":u6e80:","category":"symbols","emoji_order":"829"},{"name":"squared cjk unified ideograph-7981","shortname":":u7981:","category":"symbols","emoji_order":"830"},{"name":"negative squared latin capital letter a","shortname":":a:","category":"symbols","emoji_order":"831"},{"name":"negative squared latin capital letter b","shortname":":b:","category":"symbols","emoji_order":"832"},{"name":"negative squared ab","shortname":":ab:","category":"symbols","emoji_order":"833"},{"name":"squared cl","shortname":":cl:","category":"symbols","emoji_order":"834"},{"name":"negative squared latin capital letter o","shortname":":o2:","category":"symbols","emoji_order":"835"},{"name":"squared sos","shortname":":sos:","category":"symbols","emoji_order":"836"},{"name":"no entry","shortname":":no_entry:","category":"symbols","emoji_order":"837"},{"name":"name badge","shortname":":name_badge:","category":"symbols","emoji_order":"838"},{"name":"no entry sign","shortname":":no_entry_sign:","category":"symbols","emoji_order":"839"},{"name":"cross mark","shortname":":x:","category":"symbols","emoji_order":"840"},{"name":"heavy large circle","shortname":":o:","category":"symbols","emoji_order":"841"},{"name":"anger symbol","shortname":":anger:","category":"symbols","emoji_order":"842"},{"name":"hot springs","shortname":":hotsprings:","category":"symbols","emoji_order":"843"},{"name":"no pedestrians","shortname":":no_pedestrians:","category":"symbols","emoji_order":"844"},{"name":"do not litter symbol","shortname":":do_not_litter:","category":"symbols","emoji_order":"845"},{"name":"no bicycles","shortname":":no_bicycles:","category":"symbols","emoji_order":"846"},{"name":"non-potable water symbol","shortname":":non-potable_water:","category":"symbols","emoji_order":"847"},{"name":"no one under eighteen symbol","shortname":":underage:","category":"symbols","emoji_order":"848"},{"name":"no mobile phones","shortname":":no_mobile_phones:","category":"symbols","emoji_order":"849"},{"name":"heavy exclamation mark symbol","shortname":":exclamation:","category":"symbols","emoji_order":"850"},{"name":"white exclamation mark ornament","shortname":":grey_exclamation:","category":"symbols","emoji_order":"851"},{"name":"black question mark ornament","shortname":":question:","category":"symbols","emoji_order":"852"},{"name":"white question mark ornament","shortname":":grey_question:","category":"symbols","emoji_order":"853"},{"name":"double exclamation mark","shortname":":bangbang:","category":"symbols","emoji_order":"854"},{"name":"exclamation question mark","shortname":":interrobang:","category":"symbols","emoji_order":"855"},{"name":"low brightness symbol","shortname":":low_brightness:","category":"symbols","emoji_order":"857"},{"name":"high brightness symbol","shortname":":high_brightness:","category":"symbols","emoji_order":"858"},{"name":"trident emblem","shortname":":trident:","category":"symbols","emoji_order":"859"},{"name":"fleur-de-lis","shortname":":fleur-de-lis:","category":"symbols","emoji_order":"860"},{"name":"part alternation mark","shortname":":part_alternation_mark:","category":"symbols","emoji_order":"861"},{"name":"warning sign","shortname":":warning:","category":"symbols","emoji_order":"862"},{"name":"children crossing","shortname":":children_crossing:","category":"symbols","emoji_order":"863"},{"name":"japanese symbol for beginner","shortname":":beginner:","category":"symbols","emoji_order":"864"},{"name":"black universal recycling symbol","shortname":":recycle:","category":"symbols","emoji_order":"865"},{"name":"squared cjk unified ideograph-6307","shortname":":u6307:","category":"symbols","emoji_order":"866"},{"name":"chart with upwards trend and yen sign","shortname":":chart:","category":"symbols","emoji_order":"867"},{"name":"sparkle","shortname":":sparkle:","category":"symbols","emoji_order":"868"},{"name":"eight spoked asterisk","shortname":":eight_spoked_asterisk:","category":"symbols","emoji_order":"869"},{"name":"negative squared cross mark","shortname":":negative_squared_cross_mark:","category":"symbols","emoji_order":"870"},{"name":"white heavy check mark","shortname":":white_check_mark:","category":"symbols","emoji_order":"871"},{"name":"diamond shape with a dot inside","shortname":":diamond_shape_with_a_dot_inside:","category":"symbols","emoji_order":"872"},{"name":"cyclone","shortname":":cyclone:","category":"symbols","emoji_order":"873"},{"name":"double curly loop","shortname":":loop:","category":"symbols","emoji_order":"874"},{"name":"globe with meridians","shortname":":globe_with_meridians:","category":"symbols","emoji_order":"875"},{"name":"circled latin capital letter m","shortname":":m:","category":"symbols","emoji_order":"876"},{"name":"automated teller machine","shortname":":atm:","category":"symbols","emoji_order":"877"},{"name":"squared katakana sa","shortname":":sa:","category":"symbols","emoji_order":"878"},{"name":"passport control","shortname":":passport_control:","category":"symbols","emoji_order":"879"},{"name":"customs","shortname":":customs:","category":"symbols","emoji_order":"880"},{"name":"baggage claim","shortname":":baggage_claim:","category":"symbols","emoji_order":"881"},{"name":"left luggage","shortname":":left_luggage:","category":"symbols","emoji_order":"882"},{"name":"wheelchair symbol","shortname":":wheelchair:","category":"symbols","emoji_order":"883"},{"name":"no smoking symbol","shortname":":no_smoking:","category":"symbols","emoji_order":"884"},{"name":"water closet","shortname":":wc:","category":"symbols","emoji_order":"885"},{"name":"negative squared latin capital letter p","shortname":":parking:","category":"symbols","emoji_order":"886"},{"name":"potable water symbol","shortname":":potable_water:","category":"symbols","emoji_order":"887"},{"name":"mens symbol","shortname":":mens:","category":"symbols","emoji_order":"888"},{"name":"womens symbol","shortname":":womens:","category":"symbols","emoji_order":"889"},{"name":"baby symbol","shortname":":baby_symbol:","category":"symbols","emoji_order":"890"},{"name":"restroom","shortname":":restroom:","category":"symbols","emoji_order":"891"},{"name":"put litter in its place symbol","shortname":":put_litter_in_its_place:","category":"symbols","emoji_order":"892"},{"name":"cinema","shortname":":cinema:","category":"symbols","emoji_order":"893"},{"name":"antenna with bars","shortname":":signal_strength:","category":"symbols","emoji_order":"894"},{"name":"squared katakana koko","shortname":":koko:","category":"symbols","emoji_order":"895"},{"name":"squared ng","shortname":":ng:","category":"symbols","emoji_order":"896"},{"name":"squared ok","shortname":":ok:","category":"symbols","emoji_order":"897"},{"name":"squared up with exclamation mark","shortname":":up:","category":"symbols","emoji_order":"898"},{"name":"squared cool","shortname":":cool:","category":"symbols","emoji_order":"899"},{"name":"squared new","shortname":":new:","category":"symbols","emoji_order":"900"},{"name":"squared free","shortname":":free:","category":"symbols","emoji_order":"901"},{"name":"keycap digit zero","shortname":":zero:","category":"symbols","emoji_order":"902"},{"name":"keycap digit one","shortname":":one:","category":"symbols","emoji_order":"903"},{"name":"keycap digit two","shortname":":two:","category":"symbols","emoji_order":"904"},{"name":"keycap digit three","shortname":":three:","category":"symbols","emoji_order":"905"},{"name":"keycap digit four","shortname":":four:","category":"symbols","emoji_order":"906"},{"name":"keycap digit five","shortname":":five:","category":"symbols","emoji_order":"907"},{"name":"keycap digit six","shortname":":six:","category":"symbols","emoji_order":"908"},{"name":"keycap digit seven","shortname":":seven:","category":"symbols","emoji_order":"909"},{"name":"keycap digit eight","shortname":":eight:","category":"symbols","emoji_order":"910"},{"name":"keycap digit nine","shortname":":nine:","category":"symbols","emoji_order":"911"},{"name":"keycap ten","shortname":":ten:","category":"symbols","emoji_order":"912"},{"name":"black right-pointing triangle","shortname":":arrow_forward:","category":"symbols","emoji_order":"914"},{"name":"double vertical bar","shortname":":pause_button:","category":"symbols","emoji_order":"915"},{"name":"black right-pointing double triangle with double vertical bar","shortname":":play_pause:","category":"symbols","emoji_order":"916"},{"name":"black square for stop","shortname":":stop_button:","category":"symbols","emoji_order":"917"},{"name":"black circle for record","shortname":":record_button:","category":"symbols","emoji_order":"918"},{"name":"black right-pointing double triangle with vertical bar","shortname":":track_next:","category":"symbols","emoji_order":"919"},{"name":"black left-pointing double triangle with vertical bar","shortname":":track_previous:","category":"symbols","emoji_order":"920"},{"name":"black right-pointing double triangle","shortname":":fast_forward:","category":"symbols","emoji_order":"921"},{"name":"black left-pointing double triangle","shortname":":rewind:","category":"symbols","emoji_order":"922"},{"name":"twisted rightwards arrows","shortname":":twisted_rightwards_arrows:","category":"symbols","emoji_order":"923"},{"name":"clockwise rightwards and leftwards open circle arrows","shortname":":repeat:","category":"symbols","emoji_order":"924"},{"name":"clockwise rightwards and leftwards open circle arrows with circled one overlay","shortname":":repeat_one:","category":"symbols","emoji_order":"925"},{"name":"black left-pointing triangle","shortname":":arrow_backward:","category":"symbols","emoji_order":"926"},{"name":"up-pointing small red triangle","shortname":":arrow_up_small:","category":"symbols","emoji_order":"927"},{"name":"down-pointing small red triangle","shortname":":arrow_down_small:","category":"symbols","emoji_order":"928"},{"name":"black up-pointing double triangle","shortname":":arrow_double_up:","category":"symbols","emoji_order":"929"},{"name":"black down-pointing double triangle","shortname":":arrow_double_down:","category":"symbols","emoji_order":"930"},{"name":"black rightwards arrow","shortname":":arrow_right:","category":"symbols","emoji_order":"931"},{"name":"leftwards black arrow","shortname":":arrow_left:","category":"symbols","emoji_order":"932"},{"name":"upwards black arrow","shortname":":arrow_up:","category":"symbols","emoji_order":"933"},{"name":"downwards black arrow","shortname":":arrow_down:","category":"symbols","emoji_order":"934"},{"name":"north east arrow","shortname":":arrow_upper_right:","category":"symbols","emoji_order":"935"},{"name":"south east arrow","shortname":":arrow_lower_right:","category":"symbols","emoji_order":"936"},{"name":"south west arrow","shortname":":arrow_lower_left:","category":"symbols","emoji_order":"937"},{"name":"north west arrow","shortname":":arrow_upper_left:","category":"symbols","emoji_order":"938"},{"name":"up down arrow","shortname":":arrow_up_down:","category":"symbols","emoji_order":"939"},{"name":"left right arrow","shortname":":left_right_arrow:","category":"symbols","emoji_order":"940"},{"name":"anticlockwise downwards and upwards open circle arrows","shortname":":arrows_counterclockwise:","category":"symbols","emoji_order":"941"},{"name":"rightwards arrow with hook","shortname":":arrow_right_hook:","category":"symbols","emoji_order":"942"},{"name":"leftwards arrow with hook","shortname":":leftwards_arrow_with_hook:","category":"symbols","emoji_order":"943"},{"name":"arrow pointing rightwards then curving upwards","shortname":":arrow_heading_up:","category":"symbols","emoji_order":"944"},{"name":"arrow pointing rightwards then curving downwards","shortname":":arrow_heading_down:","category":"symbols","emoji_order":"945"},{"name":"keycap number sign","shortname":":hash:","category":"symbols","emoji_order":"946"},{"name":"keycap asterisk","shortname":":asterisk:","category":"symbols","emoji_order":"947"},{"name":"information source","shortname":":information_source:","category":"symbols","emoji_order":"948"},{"name":"input symbol for latin letters","shortname":":abc:","category":"symbols","emoji_order":"949"},{"name":"input symbol for latin small letters","shortname":":abcd:","category":"symbols","emoji_order":"950"},{"name":"input symbol for latin capital letters","shortname":":capital_abcd:","category":"symbols","emoji_order":"951"},{"name":"input symbol for symbols","shortname":":symbols:","category":"symbols","emoji_order":"952"},{"name":"musical note","shortname":":musical_note:","category":"symbols","emoji_order":"953"},{"name":"multiple musical notes","shortname":":notes:","category":"symbols","emoji_order":"954"},{"name":"wavy dash","shortname":":wavy_dash:","category":"symbols","emoji_order":"955"},{"name":"curly loop","shortname":":curly_loop:","category":"symbols","emoji_order":"956"},{"name":"heavy check mark","shortname":":heavy_check_mark:","category":"symbols","emoji_order":"957"},{"name":"clockwise downwards and upwards open circle arrows","shortname":":arrows_clockwise:","category":"symbols","emoji_order":"958"},{"name":"heavy plus sign","shortname":":heavy_plus_sign:","category":"symbols","emoji_order":"959"},{"name":"heavy minus sign","shortname":":heavy_minus_sign:","category":"symbols","emoji_order":"960"},{"name":"heavy division sign","shortname":":heavy_division_sign:","category":"symbols","emoji_order":"961"},{"name":"heavy multiplication x","shortname":":heavy_multiplication_x:","category":"symbols","emoji_order":"962"},{"name":"heavy dollar sign","shortname":":heavy_dollar_sign:","category":"symbols","emoji_order":"963"},{"name":"currency exchange","shortname":":currency_exchange:","category":"symbols","emoji_order":"964"},{"name":"copyright sign","shortname":":copyright:","category":"symbols","emoji_order":"965"},{"name":"registered sign","shortname":":registered:","category":"symbols","emoji_order":"966"},{"name":"trade mark sign","shortname":":tm:","category":"symbols","emoji_order":"967"},{"name":"end with leftwards arrow above","shortname":":end:","category":"symbols","emoji_order":"968"},{"name":"back with leftwards arrow above","shortname":":back:","category":"symbols","emoji_order":"969"},{"name":"on with exclamation mark with left right arrow abo","shortname":":on:","category":"symbols","emoji_order":"970"},{"name":"top with upwards arrow above","shortname":":top:","category":"symbols","emoji_order":"971"},{"name":"soon with rightwards arrow above","shortname":":soon:","category":"symbols","emoji_order":"972"},{"name":"ballot box with check","shortname":":ballot_box_with_check:","category":"symbols","emoji_order":"973"},{"name":"radio button","shortname":":radio_button:","category":"symbols","emoji_order":"974"},{"name":"medium white circle","shortname":":white_circle:","category":"symbols","emoji_order":"975"},{"name":"medium black circle","shortname":":black_circle:","category":"symbols","emoji_order":"976"},{"name":"large red circle","shortname":":red_circle:","category":"symbols","emoji_order":"977"},{"name":"large blue circle","shortname":":large_blue_circle:","category":"symbols","emoji_order":"978"},{"name":"small orange diamond","shortname":":small_orange_diamond:","category":"symbols","emoji_order":"979"},{"name":"small blue diamond","shortname":":small_blue_diamond:","category":"symbols","emoji_order":"980"},{"name":"large orange diamond","shortname":":large_orange_diamond:","category":"symbols","emoji_order":"981"},{"name":"large blue diamond","shortname":":large_blue_diamond:","category":"symbols","emoji_order":"982"},{"name":"up-pointing red triangle","shortname":":small_red_triangle:","category":"symbols","emoji_order":"983"},{"name":"black small square","shortname":":black_small_square:","category":"symbols","emoji_order":"984"},{"name":"white small square","shortname":":white_small_square:","category":"symbols","emoji_order":"985"},{"name":"black large square","shortname":":black_large_square:","category":"symbols","emoji_order":"986"},{"name":"white large square","shortname":":white_large_square:","category":"symbols","emoji_order":"987"},{"name":"down-pointing red triangle","shortname":":small_red_triangle_down:","category":"symbols","emoji_order":"988"},{"name":"black medium square","shortname":":black_medium_square:","category":"symbols","emoji_order":"989"},{"name":"white medium square","shortname":":white_medium_square:","category":"symbols","emoji_order":"990"},{"name":"black medium small square","shortname":":black_medium_small_square:","category":"symbols","emoji_order":"991"},{"name":"white medium small square","shortname":":white_medium_small_square:","category":"symbols","emoji_order":"992"},{"name":"black square button","shortname":":black_square_button:","category":"symbols","emoji_order":"993"},{"name":"white square button","shortname":":white_square_button:","category":"symbols","emoji_order":"994"},{"name":"speaker","shortname":":speaker:","category":"symbols","emoji_order":"995"},{"name":"speaker with one sound wave","shortname":":sound:","category":"symbols","emoji_order":"996"},{"name":"speaker with three sound waves","shortname":":loud_sound:","category":"symbols","emoji_order":"997"},{"name":"speaker with cancellation stroke","shortname":":mute:","category":"symbols","emoji_order":"998"},{"name":"cheering megaphone","shortname":":mega:","category":"symbols","emoji_order":"999"},{"name":"public address loudspeaker","shortname":":loudspeaker:","category":"symbols","emoji_order":"1000"},{"name":"bell","shortname":":bell:","category":"symbols","emoji_order":"1001"},{"name":"bell with cancellation stroke","shortname":":no_bell:","category":"symbols","emoji_order":"1002"},{"name":"playing card black joker","shortname":":black_joker:","category":"symbols","emoji_order":"1003"},{"name":"mahjong tile red dragon","shortname":":mahjong:","category":"symbols","emoji_order":"1004"},{"name":"black spade suit","shortname":":spades:","category":"symbols","emoji_order":"1005"},{"name":"black club suit","shortname":":clubs:","category":"symbols","emoji_order":"1006"},{"name":"black heart suit","shortname":":hearts:","category":"symbols","emoji_order":"1007"},{"name":"black diamond suit","shortname":":diamonds:","category":"symbols","emoji_order":"1008"},{"name":"flower playing cards","shortname":":flower_playing_cards:","category":"symbols","emoji_order":"1009"},{"name":"thought balloon","shortname":":thought_balloon:","category":"symbols","emoji_order":"1010"},{"name":"right anger bubble","shortname":":anger_right:","category":"symbols","emoji_order":"1011"},{"name":"speech balloon","shortname":":speech_balloon:","category":"symbols","emoji_order":"1012"},{"name":"clock face one oclock","shortname":":clock1:","category":"symbols","emoji_order":"1013"},{"name":"clock face two oclock","shortname":":clock2:","category":"symbols","emoji_order":"1014"},{"name":"clock face three oclock","shortname":":clock3:","category":"symbols","emoji_order":"1015"},{"name":"clock face four oclock","shortname":":clock4:","category":"symbols","emoji_order":"1016"},{"name":"clock face five oclock","shortname":":clock5:","category":"symbols","emoji_order":"1017"},{"name":"clock face six oclock","shortname":":clock6:","category":"symbols","emoji_order":"1018"},{"name":"clock face seven oclock","shortname":":clock7:","category":"symbols","emoji_order":"1019"},{"name":"clock face eight oclock","shortname":":clock8:","category":"symbols","emoji_order":"1020"},{"name":"clock face nine oclock","shortname":":clock9:","category":"symbols","emoji_order":"1021"},{"name":"clock face ten oclock","shortname":":clock10:","category":"symbols","emoji_order":"1022"},{"name":"clock face eleven oclock","shortname":":clock11:","category":"symbols","emoji_order":"1023"},{"name":"clock face twelve oclock","shortname":":clock12:","category":"symbols","emoji_order":"1024"},{"name":"clock face one-thirty","shortname":":clock130:","category":"symbols","emoji_order":"1025"},{"name":"clock face two-thirty","shortname":":clock230:","category":"symbols","emoji_order":"1026"},{"name":"clock face three-thirty","shortname":":clock330:","category":"symbols","emoji_order":"1027"},{"name":"clock face four-thirty","shortname":":clock430:","category":"symbols","emoji_order":"1028"},{"name":"clock face five-thirty","shortname":":clock530:","category":"symbols","emoji_order":"1029"},{"name":"clock face six-thirty","shortname":":clock630:","category":"symbols","emoji_order":"1030"},{"name":"clock face seven-thirty","shortname":":clock730:","category":"symbols","emoji_order":"1031"},{"name":"clock face eight-thirty","shortname":":clock830:","category":"symbols","emoji_order":"1032"},{"name":"clock face nine-thirty","shortname":":clock930:","category":"symbols","emoji_order":"1033"},{"name":"clock face ten-thirty","shortname":":clock1030:","category":"symbols","emoji_order":"1034"},{"name":"clock face eleven-thirty","shortname":":clock1130:","category":"symbols","emoji_order":"1035"},{"name":"clock face twelve-thirty","shortname":":clock1230:","category":"symbols","emoji_order":"1036"},{"name":"eye in speech bubble","shortname":":eye_in_speech_bubble:","category":"symbols","emoji_order":"1037"},{"name":"ascension","shortname":":flag_ac:","category":"flags","emoji_order":"1038"},{"name":"afghanistan","shortname":":flag_af:","category":"flags","emoji_order":"1039"},{"name":"albania","shortname":":flag_al:","category":"flags","emoji_order":"1040"},{"name":"algeria","shortname":":flag_dz:","category":"flags","emoji_order":"1041"},{"name":"andorra","shortname":":flag_ad:","category":"flags","emoji_order":"1042"},{"name":"angola","shortname":":flag_ao:","category":"flags","emoji_order":"1043"},{"name":"anguilla","shortname":":flag_ai:","category":"flags","emoji_order":"1044"},{"name":"antigua and barbuda","shortname":":flag_ag:","category":"flags","emoji_order":"1045"},{"name":"argentina","shortname":":flag_ar:","category":"flags","emoji_order":"1046"},{"name":"armenia","shortname":":flag_am:","category":"flags","emoji_order":"1047"},{"name":"aruba","shortname":":flag_aw:","category":"flags","emoji_order":"1048"},{"name":"australia","shortname":":flag_au:","category":"flags","emoji_order":"1049"},{"name":"austria","shortname":":flag_at:","category":"flags","emoji_order":"1050"},{"name":"azerbaijan","shortname":":flag_az:","category":"flags","emoji_order":"1051"},{"name":"the bahamas","shortname":":flag_bs:","category":"flags","emoji_order":"1052"},{"name":"bahrain","shortname":":flag_bh:","category":"flags","emoji_order":"1053"},{"name":"bangladesh","shortname":":flag_bd:","category":"flags","emoji_order":"1054"},{"name":"barbados","shortname":":flag_bb:","category":"flags","emoji_order":"1055"},{"name":"belarus","shortname":":flag_by:","category":"flags","emoji_order":"1056"},{"name":"belgium","shortname":":flag_be:","category":"flags","emoji_order":"1057"},{"name":"belize","shortname":":flag_bz:","category":"flags","emoji_order":"1058"},{"name":"benin","shortname":":flag_bj:","category":"flags","emoji_order":"1059"},{"name":"bermuda","shortname":":flag_bm:","category":"flags","emoji_order":"1060"},{"name":"bhutan","shortname":":flag_bt:","category":"flags","emoji_order":"1061"},{"name":"bolivia","shortname":":flag_bo:","category":"flags","emoji_order":"1062"},{"name":"bosnia and herzegovina","shortname":":flag_ba:","category":"flags","emoji_order":"1063"},{"name":"botswana","shortname":":flag_bw:","category":"flags","emoji_order":"1064"},{"name":"brazil","shortname":":flag_br:","category":"flags","emoji_order":"1065"},{"name":"brunei","shortname":":flag_bn:","category":"flags","emoji_order":"1066"},{"name":"bulgaria","shortname":":flag_bg:","category":"flags","emoji_order":"1067"},{"name":"burkina faso","shortname":":flag_bf:","category":"flags","emoji_order":"1068"},{"name":"burundi","shortname":":flag_bi:","category":"flags","emoji_order":"1069"},{"name":"cape verde","shortname":":flag_cv:","category":"flags","emoji_order":"1070"},{"name":"cambodia","shortname":":flag_kh:","category":"flags","emoji_order":"1071"},{"name":"cameroon","shortname":":flag_cm:","category":"flags","emoji_order":"1072"},{"name":"canada","shortname":":flag_ca:","category":"flags","emoji_order":"1073"},{"name":"cayman islands","shortname":":flag_ky:","category":"flags","emoji_order":"1074"},{"name":"central african republic","shortname":":flag_cf:","category":"flags","emoji_order":"1075"},{"name":"chad","shortname":":flag_td:","category":"flags","emoji_order":"1076"},{"name":"chile","shortname":":flag_cl:","category":"flags","emoji_order":"1077"},{"name":"china","shortname":":flag_cn:","category":"flags","emoji_order":"1078"},{"name":"colombia","shortname":":flag_co:","category":"flags","emoji_order":"1079"},{"name":"the comoros","shortname":":flag_km:","category":"flags","emoji_order":"1080"},{"name":"the republic of the congo","shortname":":flag_cg:","category":"flags","emoji_order":"1081"},{"name":"the democratic republic of the congo","shortname":":flag_cd:","category":"flags","emoji_order":"1082"},{"name":"costa rica","shortname":":flag_cr:","category":"flags","emoji_order":"1083"},{"name":"croatia","shortname":":flag_hr:","category":"flags","emoji_order":"1084"},{"name":"cuba","shortname":":flag_cu:","category":"flags","emoji_order":"1085"},{"name":"cyprus","shortname":":flag_cy:","category":"flags","emoji_order":"1086"},{"name":"the czech republic","shortname":":flag_cz:","category":"flags","emoji_order":"1087"},{"name":"denmark","shortname":":flag_dk:","category":"flags","emoji_order":"1088"},{"name":"djibouti","shortname":":flag_dj:","category":"flags","emoji_order":"1089"},{"name":"dominica","shortname":":flag_dm:","category":"flags","emoji_order":"1090"},{"name":"the dominican republic","shortname":":flag_do:","category":"flags","emoji_order":"1091"},{"name":"ecuador","shortname":":flag_ec:","category":"flags","emoji_order":"1092"},{"name":"egypt","shortname":":flag_eg:","category":"flags","emoji_order":"1093"},{"name":"el salvador","shortname":":flag_sv:","category":"flags","emoji_order":"1094"},{"name":"equatorial guinea","shortname":":flag_gq:","category":"flags","emoji_order":"1095"},{"name":"eritrea","shortname":":flag_er:","category":"flags","emoji_order":"1096"},{"name":"estonia","shortname":":flag_ee:","category":"flags","emoji_order":"1097"},{"name":"ethiopia","shortname":":flag_et:","category":"flags","emoji_order":"1098"},{"name":"falkland islands","shortname":":flag_fk:","category":"flags","emoji_order":"1099"},{"name":"faroe islands","shortname":":flag_fo:","category":"flags","emoji_order":"1100"},{"name":"fiji","shortname":":flag_fj:","category":"flags","emoji_order":"1101"},{"name":"finland","shortname":":flag_fi:","category":"flags","emoji_order":"1102"},{"name":"france","shortname":":flag_fr:","category":"flags","emoji_order":"1103"},{"name":"french polynesia","shortname":":flag_pf:","category":"flags","emoji_order":"1104"},{"name":"gabon","shortname":":flag_ga:","category":"flags","emoji_order":"1105"},{"name":"the gambia","shortname":":flag_gm:","category":"flags","emoji_order":"1106"},{"name":"georgia","shortname":":flag_ge:","category":"flags","emoji_order":"1107"},{"name":"germany","shortname":":flag_de:","category":"flags","emoji_order":"1108"},{"name":"ghana","shortname":":flag_gh:","category":"flags","emoji_order":"1109"},{"name":"gibraltar","shortname":":flag_gi:","category":"flags","emoji_order":"1110"},{"name":"greece","shortname":":flag_gr:","category":"flags","emoji_order":"1111"},{"name":"greenland","shortname":":flag_gl:","category":"flags","emoji_order":"1112"},{"name":"grenada","shortname":":flag_gd:","category":"flags","emoji_order":"1113"},{"name":"guam","shortname":":flag_gu:","category":"flags","emoji_order":"1114"},{"name":"guatemala","shortname":":flag_gt:","category":"flags","emoji_order":"1115"},{"name":"guinea","shortname":":flag_gn:","category":"flags","emoji_order":"1116"},{"name":"guinea-bissau","shortname":":flag_gw:","category":"flags","emoji_order":"1117"},{"name":"guyana","shortname":":flag_gy:","category":"flags","emoji_order":"1118"},{"name":"haiti","shortname":":flag_ht:","category":"flags","emoji_order":"1119"},{"name":"honduras","shortname":":flag_hn:","category":"flags","emoji_order":"1120"},{"name":"hong kong","shortname":":flag_hk:","category":"flags","emoji_order":"1121"},{"name":"hungary","shortname":":flag_hu:","category":"flags","emoji_order":"1122"},{"name":"iceland","shortname":":flag_is:","category":"flags","emoji_order":"1123"},{"name":"india","shortname":":flag_in:","category":"flags","emoji_order":"1124"},{"name":"indonesia","shortname":":flag_id:","category":"flags","emoji_order":"1125"},{"name":"iran","shortname":":flag_ir:","category":"flags","emoji_order":"1126"},{"name":"iraq","shortname":":flag_iq:","category":"flags","emoji_order":"1127"},{"name":"ireland","shortname":":flag_ie:","category":"flags","emoji_order":"1128"},{"name":"israel","shortname":":flag_il:","category":"flags","emoji_order":"1129"},{"name":"italy","shortname":":flag_it:","category":"flags","emoji_order":"1130"},{"name":"côte d’ivoire","shortname":":flag_ci:","category":"flags","emoji_order":"1131"},{"name":"jamaica","shortname":":flag_jm:","category":"flags","emoji_order":"1132"},{"name":"japan","shortname":":flag_jp:","category":"flags","emoji_order":"1133"},{"name":"jersey","shortname":":flag_je:","category":"flags","emoji_order":"1134"},{"name":"jordan","shortname":":flag_jo:","category":"flags","emoji_order":"1135"},{"name":"kazakhstan","shortname":":flag_kz:","category":"flags","emoji_order":"1136"},{"name":"kenya","shortname":":flag_ke:","category":"flags","emoji_order":"1137"},{"name":"kiribati","shortname":":flag_ki:","category":"flags","emoji_order":"1138"},{"name":"kosovo","shortname":":flag_xk:","category":"flags","emoji_order":"1139"},{"name":"kuwait","shortname":":flag_kw:","category":"flags","emoji_order":"1140"},{"name":"kyrgyzstan","shortname":":flag_kg:","category":"flags","emoji_order":"1141"},{"name":"laos","shortname":":flag_la:","category":"flags","emoji_order":"1142"},{"name":"latvia","shortname":":flag_lv:","category":"flags","emoji_order":"1143"},{"name":"lebanon","shortname":":flag_lb:","category":"flags","emoji_order":"1144"},{"name":"lesotho","shortname":":flag_ls:","category":"flags","emoji_order":"1145"},{"name":"liberia","shortname":":flag_lr:","category":"flags","emoji_order":"1146"},{"name":"libya","shortname":":flag_ly:","category":"flags","emoji_order":"1147"},{"name":"liechtenstein","shortname":":flag_li:","category":"flags","emoji_order":"1148"},{"name":"lithuania","shortname":":flag_lt:","category":"flags","emoji_order":"1149"},{"name":"luxembourg","shortname":":flag_lu:","category":"flags","emoji_order":"1150"},{"name":"macau","shortname":":flag_mo:","category":"flags","emoji_order":"1151"},{"name":"macedonia","shortname":":flag_mk:","category":"flags","emoji_order":"1152"},{"name":"madagascar","shortname":":flag_mg:","category":"flags","emoji_order":"1153"},{"name":"malawi","shortname":":flag_mw:","category":"flags","emoji_order":"1154"},{"name":"malaysia","shortname":":flag_my:","category":"flags","emoji_order":"1155"},{"name":"maldives","shortname":":flag_mv:","category":"flags","emoji_order":"1156"},{"name":"mali","shortname":":flag_ml:","category":"flags","emoji_order":"1157"},{"name":"malta","shortname":":flag_mt:","category":"flags","emoji_order":"1158"},{"name":"the marshall islands","shortname":":flag_mh:","category":"flags","emoji_order":"1159"},{"name":"mauritania","shortname":":flag_mr:","category":"flags","emoji_order":"1160"},{"name":"mauritius","shortname":":flag_mu:","category":"flags","emoji_order":"1161"},{"name":"mexico","shortname":":flag_mx:","category":"flags","emoji_order":"1162"},{"name":"micronesia","shortname":":flag_fm:","category":"flags","emoji_order":"1163"},{"name":"moldova","shortname":":flag_md:","category":"flags","emoji_order":"1164"},{"name":"monaco","shortname":":flag_mc:","category":"flags","emoji_order":"1165"},{"name":"mongolia","shortname":":flag_mn:","category":"flags","emoji_order":"1166"},{"name":"montenegro","shortname":":flag_me:","category":"flags","emoji_order":"1167"},{"name":"montserrat","shortname":":flag_ms:","category":"flags","emoji_order":"1168"},{"name":"morocco","shortname":":flag_ma:","category":"flags","emoji_order":"1169"},{"name":"mozambique","shortname":":flag_mz:","category":"flags","emoji_order":"1170"},{"name":"myanmar","shortname":":flag_mm:","category":"flags","emoji_order":"1171"},{"name":"namibia","shortname":":flag_na:","category":"flags","emoji_order":"1172"},{"name":"nauru","shortname":":flag_nr:","category":"flags","emoji_order":"1173"},{"name":"nepal","shortname":":flag_np:","category":"flags","emoji_order":"1174"},{"name":"the netherlands","shortname":":flag_nl:","category":"flags","emoji_order":"1175"},{"name":"new caledonia","shortname":":flag_nc:","category":"flags","emoji_order":"1176"},{"name":"new zealand","shortname":":flag_nz:","category":"flags","emoji_order":"1177"},{"name":"nicaragua","shortname":":flag_ni:","category":"flags","emoji_order":"1178"},{"name":"niger","shortname":":flag_ne:","category":"flags","emoji_order":"1179"},{"name":"nigeria","shortname":":flag_ng:","category":"flags","emoji_order":"1180"},{"name":"niue","shortname":":flag_nu:","category":"flags","emoji_order":"1181"},{"name":"north korea","shortname":":flag_kp:","category":"flags","emoji_order":"1182"},{"name":"norway","shortname":":flag_no:","category":"flags","emoji_order":"1183"},{"name":"oman","shortname":":flag_om:","category":"flags","emoji_order":"1184"},{"name":"pakistan","shortname":":flag_pk:","category":"flags","emoji_order":"1185"},{"name":"palau","shortname":":flag_pw:","category":"flags","emoji_order":"1186"},{"name":"palestinian authority","shortname":":flag_ps:","category":"flags","emoji_order":"1187"},{"name":"panama","shortname":":flag_pa:","category":"flags","emoji_order":"1188"},{"name":"papua new guinea","shortname":":flag_pg:","category":"flags","emoji_order":"1189"},{"name":"paraguay","shortname":":flag_py:","category":"flags","emoji_order":"1190"},{"name":"peru","shortname":":flag_pe:","category":"flags","emoji_order":"1191"},{"name":"the philippines","shortname":":flag_ph:","category":"flags","emoji_order":"1192"},{"name":"poland","shortname":":flag_pl:","category":"flags","emoji_order":"1193"},{"name":"portugal","shortname":":flag_pt:","category":"flags","emoji_order":"1194"},{"name":"puerto rico","shortname":":flag_pr:","category":"flags","emoji_order":"1195"},{"name":"qatar","shortname":":flag_qa:","category":"flags","emoji_order":"1196"},{"name":"romania","shortname":":flag_ro:","category":"flags","emoji_order":"1197"},{"name":"russia","shortname":":flag_ru:","category":"flags","emoji_order":"1198"},{"name":"rwanda","shortname":":flag_rw:","category":"flags","emoji_order":"1199"},{"name":"saint helena","shortname":":flag_sh:","category":"flags","emoji_order":"1200"},{"name":"saint kitts and nevis","shortname":":flag_kn:","category":"flags","emoji_order":"1201"},{"name":"saint lucia","shortname":":flag_lc:","category":"flags","emoji_order":"1202"},{"name":"saint vincent and the grenadines","shortname":":flag_vc:","category":"flags","emoji_order":"1203"},{"name":"samoa","shortname":":flag_ws:","category":"flags","emoji_order":"1204"},{"name":"san marino","shortname":":flag_sm:","category":"flags","emoji_order":"1205"},{"name":"são tomé and príncipe","shortname":":flag_st:","category":"flags","emoji_order":"1206"},{"name":"saudi arabia","shortname":":flag_sa:","category":"flags","emoji_order":"1207"},{"name":"senegal","shortname":":flag_sn:","category":"flags","emoji_order":"1208"},{"name":"serbia","shortname":":flag_rs:","category":"flags","emoji_order":"1209"},{"name":"the seychelles","shortname":":flag_sc:","category":"flags","emoji_order":"1210"},{"name":"sierra leone","shortname":":flag_sl:","category":"flags","emoji_order":"1211"},{"name":"singapore","shortname":":flag_sg:","category":"flags","emoji_order":"1212"},{"name":"slovakia","shortname":":flag_sk:","category":"flags","emoji_order":"1213"},{"name":"slovenia","shortname":":flag_si:","category":"flags","emoji_order":"1214"},{"name":"the solomon islands","shortname":":flag_sb:","category":"flags","emoji_order":"1215"},{"name":"somalia","shortname":":flag_so:","category":"flags","emoji_order":"1216"},{"name":"south africa","shortname":":flag_za:","category":"flags","emoji_order":"1217"},{"name":"korea","shortname":":flag_kr:","category":"flags","emoji_order":"1218"},{"name":"spain","shortname":":flag_es:","category":"flags","emoji_order":"1219"},{"name":"sri lanka","shortname":":flag_lk:","category":"flags","emoji_order":"1220"},{"name":"sudan","shortname":":flag_sd:","category":"flags","emoji_order":"1221"},{"name":"suriname","shortname":":flag_sr:","category":"flags","emoji_order":"1222"},{"name":"swaziland","shortname":":flag_sz:","category":"flags","emoji_order":"1223"},{"name":"sweden","shortname":":flag_se:","category":"flags","emoji_order":"1224"},{"name":"switzerland","shortname":":flag_ch:","category":"flags","emoji_order":"1225"},{"name":"syria","shortname":":flag_sy:","category":"flags","emoji_order":"1226"},{"name":"the republic of china","shortname":":flag_tw:","category":"flags","emoji_order":"1227"},{"name":"tajikistan","shortname":":flag_tj:","category":"flags","emoji_order":"1228"},{"name":"tanzania","shortname":":flag_tz:","category":"flags","emoji_order":"1229"},{"name":"thailand","shortname":":flag_th:","category":"flags","emoji_order":"1230"},{"name":"timor-leste","shortname":":flag_tl:","category":"flags","emoji_order":"1231"},{"name":"togo","shortname":":flag_tg:","category":"flags","emoji_order":"1232"},{"name":"tonga","shortname":":flag_to:","category":"flags","emoji_order":"1233"},{"name":"trinidad and tobago","shortname":":flag_tt:","category":"flags","emoji_order":"1234"},{"name":"tunisia","shortname":":flag_tn:","category":"flags","emoji_order":"1235"},{"name":"turkey","shortname":":flag_tr:","category":"flags","emoji_order":"1236"},{"name":"turkmenistan","shortname":":flag_tm:","category":"flags","emoji_order":"1237"},{"name":"tuvalu","shortname":":flag_tv:","category":"flags","emoji_order":"1238"},{"name":"uganda","shortname":":flag_ug:","category":"flags","emoji_order":"1239"},{"name":"ukraine","shortname":":flag_ua:","category":"flags","emoji_order":"1240"},{"name":"the united arab emirates","shortname":":flag_ae:","category":"flags","emoji_order":"1241"},{"name":"great britain","shortname":":flag_gb:","category":"flags","emoji_order":"1242"},{"name":"united states","shortname":":flag_us:","category":"flags","emoji_order":"1243"},{"name":"u.s. virgin islands","shortname":":flag_vi:","category":"flags","emoji_order":"1244"},{"name":"uruguay","shortname":":flag_uy:","category":"flags","emoji_order":"1245"},{"name":"uzbekistan","shortname":":flag_uz:","category":"flags","emoji_order":"1246"},{"name":"vanuatu","shortname":":flag_vu:","category":"flags","emoji_order":"1247"},{"name":"the vatican city","shortname":":flag_va:","category":"flags","emoji_order":"1248"},{"name":"venezuela","shortname":":flag_ve:","category":"flags","emoji_order":"1249"},{"name":"vietnam","shortname":":flag_vn:","category":"flags","emoji_order":"1250"},{"name":"wallis and futuna","shortname":":flag_wf:","category":"flags","emoji_order":"1251"},{"name":"western sahara","shortname":":flag_eh:","category":"flags","emoji_order":"1252"},{"name":"yemen","shortname":":flag_ye:","category":"flags","emoji_order":"1253"},{"name":"zambia","shortname":":flag_zm:","category":"flags","emoji_order":"1254"},{"name":"zimbabwe","shortname":":flag_zw:","category":"flags","emoji_order":"1255"},{"name":"réunion","shortname":":flag_re:","category":"flags","emoji_order":"1256"},{"name":"åland islands","shortname":":flag_ax:","category":"flags","emoji_order":"1257"},{"name":"tristan da cunha","shortname":":flag_ta:","category":"flags","emoji_order":"1258"},{"name":"british indian ocean territory","shortname":":flag_io:","category":"flags","emoji_order":"1259"},{"name":"caribbean netherlands","shortname":":flag_bq:","category":"flags","emoji_order":"1260"},{"name":"christmas island","shortname":":flag_cx:","category":"flags","emoji_order":"1261"},{"name":"cocos (keeling) islands","shortname":":flag_cc:","category":"flags","emoji_order":"1262"},{"name":"guernsey","shortname":":flag_gg:","category":"flags","emoji_order":"1263"},{"name":"isle of man","shortname":":flag_im:","category":"flags","emoji_order":"1264"},{"name":"mayotte","shortname":":flag_yt:","category":"flags","emoji_order":"1265"},{"name":"norfolk island","shortname":":flag_nf:","category":"flags","emoji_order":"1266"},{"name":"pitcairn","shortname":":flag_pn:","category":"flags","emoji_order":"1267"},{"name":"saint barthélemy","shortname":":flag_bl:","category":"flags","emoji_order":"1268"},{"name":"saint pierre and miquelon","shortname":":flag_pm:","category":"flags","emoji_order":"1269"},{"name":"south georgia","shortname":":flag_gs:","category":"flags","emoji_order":"1270"},{"name":"tokelau","shortname":":flag_tk:","category":"flags","emoji_order":"1271"},{"name":"bouvet island","shortname":":flag_bv:","category":"flags","emoji_order":"1272"},{"name":"heard island and mcdonald islands","shortname":":flag_hm:","category":"flags","emoji_order":"1273"},{"name":"svalbard and jan mayen","shortname":":flag_sj:","category":"flags","emoji_order":"1274"},{"name":"united states minor outlying islands","shortname":":flag_um:","category":"flags","emoji_order":"1275"},{"name":"canary islands","shortname":":flag_ic:","category":"flags","emoji_order":"1276"},{"name":"ceuta, melilla","shortname":":flag_ea:","category":"flags","emoji_order":"1277"},{"name":"clipperton island","shortname":":flag_cp:","category":"flags","emoji_order":"1278"},{"name":"diego garcia","shortname":":flag_dg:","category":"flags","emoji_order":"1279"},{"name":"american samoa","shortname":":flag_as:","category":"flags","emoji_order":"1280"},{"name":"antarctica","shortname":":flag_aq:","category":"flags","emoji_order":"1281"},{"name":"british virgin islands","shortname":":flag_vg:","category":"flags","emoji_order":"1282"},{"name":"cook islands","shortname":":flag_ck:","category":"flags","emoji_order":"1283"},{"name":"curaçao","shortname":":flag_cw:","category":"flags","emoji_order":"1284"},{"name":"european union","shortname":":flag_eu:","category":"flags","emoji_order":"1285"},{"name":"french guiana","shortname":":flag_gf:","category":"flags","emoji_order":"1286"},{"name":"french southern territories","shortname":":flag_tf:","category":"flags","emoji_order":"1287"},{"name":"guadeloupe","shortname":":flag_gp:","category":"flags","emoji_order":"1288"},{"name":"martinique","shortname":":flag_mq:","category":"flags","emoji_order":"1289"},{"name":"northern mariana islands","shortname":":flag_mp:","category":"flags","emoji_order":"1290"},{"name":"sint maarten","shortname":":flag_sx:","category":"flags","emoji_order":"1291"},{"name":"south sudan","shortname":":flag_ss:","category":"flags","emoji_order":"1292"},{"name":"turks and caicos islands","shortname":":flag_tc:","category":"flags","emoji_order":"1293"},{"name":"saint martin","shortname":":flag_mf:","category":"flags","emoji_order":"1294"},{"name":"person raising both hands in celebration tone 1","shortname":":raised_hands_tone1:","category":"people","emoji_order":"1295"},{"name":"person raising both hands in celebration tone 2","shortname":":raised_hands_tone2:","category":"people","emoji_order":"1296"},{"name":"person raising both hands in celebration tone 3","shortname":":raised_hands_tone3:","category":"people","emoji_order":"1297"},{"name":"person raising both hands in celebration tone 4","shortname":":raised_hands_tone4:","category":"people","emoji_order":"1298"},{"name":"person raising both hands in celebration tone 5","shortname":":raised_hands_tone5:","category":"people","emoji_order":"1299"},{"name":"clapping hands sign tone 1","shortname":":clap_tone1:","category":"people","emoji_order":"1300"},{"name":"clapping hands sign tone 2","shortname":":clap_tone2:","category":"people","emoji_order":"1301"},{"name":"clapping hands sign tone 3","shortname":":clap_tone3:","category":"people","emoji_order":"1302"},{"name":"clapping hands sign tone 4","shortname":":clap_tone4:","category":"people","emoji_order":"1303"},{"name":"clapping hands sign tone 5","shortname":":clap_tone5:","category":"people","emoji_order":"1304"},{"name":"waving hand sign tone 1","shortname":":wave_tone1:","category":"people","emoji_order":"1305"},{"name":"waving hand sign tone 2","shortname":":wave_tone2:","category":"people","emoji_order":"1306"},{"name":"waving hand sign tone 3","shortname":":wave_tone3:","category":"people","emoji_order":"1307"},{"name":"waving hand sign tone 4","shortname":":wave_tone4:","category":"people","emoji_order":"1308"},{"name":"waving hand sign tone 5","shortname":":wave_tone5:","category":"people","emoji_order":"1309"},{"name":"thumbs up sign tone 1","shortname":":thumbsup_tone1:","category":"people","emoji_order":"1310"},{"name":"thumbs up sign tone 2","shortname":":thumbsup_tone2:","category":"people","emoji_order":"1311"},{"name":"thumbs up sign tone 3","shortname":":thumbsup_tone3:","category":"people","emoji_order":"1312"},{"name":"thumbs up sign tone 4","shortname":":thumbsup_tone4:","category":"people","emoji_order":"1313"},{"name":"thumbs up sign tone 5","shortname":":thumbsup_tone5:","category":"people","emoji_order":"1314"},{"name":"thumbs down sign tone 1","shortname":":thumbsdown_tone1:","category":"people","emoji_order":"1315"},{"name":"thumbs down sign tone 2","shortname":":thumbsdown_tone2:","category":"people","emoji_order":"1316"},{"name":"thumbs down sign tone 3","shortname":":thumbsdown_tone3:","category":"people","emoji_order":"1317"},{"name":"thumbs down sign tone 4","shortname":":thumbsdown_tone4:","category":"people","emoji_order":"1318"},{"name":"thumbs down sign tone 5","shortname":":thumbsdown_tone5:","category":"people","emoji_order":"1319"},{"name":"fisted hand sign tone 1","shortname":":punch_tone1:","category":"people","emoji_order":"1320"},{"name":"fisted hand sign tone 2","shortname":":punch_tone2:","category":"people","emoji_order":"1321"},{"name":"fisted hand sign tone 3","shortname":":punch_tone3:","category":"people","emoji_order":"1322"},{"name":"fisted hand sign tone 4","shortname":":punch_tone4:","category":"people","emoji_order":"1323"},{"name":"fisted hand sign tone 5","shortname":":punch_tone5:","category":"people","emoji_order":"1324"},{"name":"raised fist tone 1","shortname":":fist_tone1:","category":"people","emoji_order":"1325"},{"name":"raised fist tone 2","shortname":":fist_tone2:","category":"people","emoji_order":"1326"},{"name":"raised fist tone 3","shortname":":fist_tone3:","category":"people","emoji_order":"1327"},{"name":"raised fist tone 4","shortname":":fist_tone4:","category":"people","emoji_order":"1328"},{"name":"raised fist tone 5","shortname":":fist_tone5:","category":"people","emoji_order":"1329"},{"name":"victory hand tone 1","shortname":":v_tone1:","category":"people","emoji_order":"1330"},{"name":"victory hand tone 2","shortname":":v_tone2:","category":"people","emoji_order":"1331"},{"name":"victory hand tone 3","shortname":":v_tone3:","category":"people","emoji_order":"1332"},{"name":"victory hand tone 4","shortname":":v_tone4:","category":"people","emoji_order":"1333"},{"name":"victory hand tone 5","shortname":":v_tone5:","category":"people","emoji_order":"1334"},{"name":"ok hand sign tone 1","shortname":":ok_hand_tone1:","category":"people","emoji_order":"1335"},{"name":"ok hand sign tone 2","shortname":":ok_hand_tone2:","category":"people","emoji_order":"1336"},{"name":"ok hand sign tone 3","shortname":":ok_hand_tone3:","category":"people","emoji_order":"1337"},{"name":"ok hand sign tone 4","shortname":":ok_hand_tone4:","category":"people","emoji_order":"1338"},{"name":"ok hand sign tone 5","shortname":":ok_hand_tone5:","category":"people","emoji_order":"1339"},{"name":"raised hand tone 1","shortname":":raised_hand_tone1:","category":"people","emoji_order":"1340"},{"name":"raised hand tone 2","shortname":":raised_hand_tone2:","category":"people","emoji_order":"1341"},{"name":"raised hand tone 3","shortname":":raised_hand_tone3:","category":"people","emoji_order":"1342"},{"name":"raised hand tone 4","shortname":":raised_hand_tone4:","category":"people","emoji_order":"1343"},{"name":"raised hand tone 5","shortname":":raised_hand_tone5:","category":"people","emoji_order":"1344"},{"name":"open hands sign tone 1","shortname":":open_hands_tone1:","category":"people","emoji_order":"1345"},{"name":"open hands sign tone 2","shortname":":open_hands_tone2:","category":"people","emoji_order":"1346"},{"name":"open hands sign tone 3","shortname":":open_hands_tone3:","category":"people","emoji_order":"1347"},{"name":"open hands sign tone 4","shortname":":open_hands_tone4:","category":"people","emoji_order":"1348"},{"name":"open hands sign tone 5","shortname":":open_hands_tone5:","category":"people","emoji_order":"1349"},{"name":"flexed biceps tone 1","shortname":":muscle_tone1:","category":"people","emoji_order":"1350"},{"name":"flexed biceps tone 2","shortname":":muscle_tone2:","category":"people","emoji_order":"1351"},{"name":"flexed biceps tone 3","shortname":":muscle_tone3:","category":"people","emoji_order":"1352"},{"name":"flexed biceps tone 4","shortname":":muscle_tone4:","category":"people","emoji_order":"1353"},{"name":"flexed biceps tone 5","shortname":":muscle_tone5:","category":"people","emoji_order":"1354"},{"name":"person with folded hands tone 1","shortname":":pray_tone1:","category":"people","emoji_order":"1355"},{"name":"person with folded hands tone 2","shortname":":pray_tone2:","category":"people","emoji_order":"1356"},{"name":"person with folded hands tone 3","shortname":":pray_tone3:","category":"people","emoji_order":"1357"},{"name":"person with folded hands tone 4","shortname":":pray_tone4:","category":"people","emoji_order":"1358"},{"name":"person with folded hands tone 5","shortname":":pray_tone5:","category":"people","emoji_order":"1359"},{"name":"white up pointing index tone 1","shortname":":point_up_tone1:","category":"people","emoji_order":"1360"},{"name":"white up pointing index tone 2","shortname":":point_up_tone2:","category":"people","emoji_order":"1361"},{"name":"white up pointing index tone 3","shortname":":point_up_tone3:","category":"people","emoji_order":"1362"},{"name":"white up pointing index tone 4","shortname":":point_up_tone4:","category":"people","emoji_order":"1363"},{"name":"white up pointing index tone 5","shortname":":point_up_tone5:","category":"people","emoji_order":"1364"},{"name":"white up pointing backhand index tone 1","shortname":":point_up_2_tone1:","category":"people","emoji_order":"1365"},{"name":"white up pointing backhand index tone 2","shortname":":point_up_2_tone2:","category":"people","emoji_order":"1366"},{"name":"white up pointing backhand index tone 3","shortname":":point_up_2_tone3:","category":"people","emoji_order":"1367"},{"name":"white up pointing backhand index tone 4","shortname":":point_up_2_tone4:","category":"people","emoji_order":"1368"},{"name":"white up pointing backhand index tone 5","shortname":":point_up_2_tone5:","category":"people","emoji_order":"1369"},{"name":"white down pointing backhand index tone 1","shortname":":point_down_tone1:","category":"people","emoji_order":"1370"},{"name":"white down pointing backhand index tone 2","shortname":":point_down_tone2:","category":"people","emoji_order":"1371"},{"name":"white down pointing backhand index tone 3","shortname":":point_down_tone3:","category":"people","emoji_order":"1372"},{"name":"white down pointing backhand index tone 4","shortname":":point_down_tone4:","category":"people","emoji_order":"1373"},{"name":"white down pointing backhand index tone 5","shortname":":point_down_tone5:","category":"people","emoji_order":"1374"},{"name":"white left pointing backhand index tone 1","shortname":":point_left_tone1:","category":"people","emoji_order":"1375"},{"name":"white left pointing backhand index tone 2","shortname":":point_left_tone2:","category":"people","emoji_order":"1376"},{"name":"white left pointing backhand index tone 3","shortname":":point_left_tone3:","category":"people","emoji_order":"1377"},{"name":"white left pointing backhand index tone 4","shortname":":point_left_tone4:","category":"people","emoji_order":"1378"},{"name":"white left pointing backhand index tone 5","shortname":":point_left_tone5:","category":"people","emoji_order":"1379"},{"name":"white right pointing backhand index tone 1","shortname":":point_right_tone1:","category":"people","emoji_order":"1380"},{"name":"white right pointing backhand index tone 2","shortname":":point_right_tone2:","category":"people","emoji_order":"1381"},{"name":"white right pointing backhand index tone 3","shortname":":point_right_tone3:","category":"people","emoji_order":"1382"},{"name":"white right pointing backhand index tone 4","shortname":":point_right_tone4:","category":"people","emoji_order":"1383"},{"name":"white right pointing backhand index tone 5","shortname":":point_right_tone5:","category":"people","emoji_order":"1384"},{"name":"reversed hand with middle finger extended tone 1","shortname":":middle_finger_tone1:","category":"people","emoji_order":"1385"},{"name":"reversed hand with middle finger extended tone 2","shortname":":middle_finger_tone2:","category":"people","emoji_order":"1386"},{"name":"reversed hand with middle finger extended tone 3","shortname":":middle_finger_tone3:","category":"people","emoji_order":"1387"},{"name":"reversed hand with middle finger extended tone 4","shortname":":middle_finger_tone4:","category":"people","emoji_order":"1388"},{"name":"reversed hand with middle finger extended tone 5","shortname":":middle_finger_tone5:","category":"people","emoji_order":"1389"},{"name":"raised hand with fingers splayed tone 1","shortname":":hand_splayed_tone1:","category":"people","emoji_order":"1390"},{"name":"raised hand with fingers splayed tone 2","shortname":":hand_splayed_tone2:","category":"people","emoji_order":"1391"},{"name":"raised hand with fingers splayed tone 3","shortname":":hand_splayed_tone3:","category":"people","emoji_order":"1392"},{"name":"raised hand with fingers splayed tone 4","shortname":":hand_splayed_tone4:","category":"people","emoji_order":"1393"},{"name":"raised hand with fingers splayed tone 5","shortname":":hand_splayed_tone5:","category":"people","emoji_order":"1394"},{"name":"sign of the horns tone 1","shortname":":metal_tone1:","category":"people","emoji_order":"1395"},{"name":"sign of the horns tone 2","shortname":":metal_tone2:","category":"people","emoji_order":"1396"},{"name":"sign of the horns tone 3","shortname":":metal_tone3:","category":"people","emoji_order":"1397"},{"name":"sign of the horns tone 4","shortname":":metal_tone4:","category":"people","emoji_order":"1398"},{"name":"sign of the horns tone 5","shortname":":metal_tone5:","category":"people","emoji_order":"1399"},{"name":"raised hand with part between middle and ring fingers tone 1","shortname":":vulcan_tone1:","category":"people","emoji_order":"1400"},{"name":"raised hand with part between middle and ring fingers tone 2","shortname":":vulcan_tone2:","category":"people","emoji_order":"1401"},{"name":"raised hand with part between middle and ring fingers tone 3","shortname":":vulcan_tone3:","category":"people","emoji_order":"1402"},{"name":"raised hand with part between middle and ring fingers tone 4","shortname":":vulcan_tone4:","category":"people","emoji_order":"1403"},{"name":"raised hand with part between middle and ring fingers tone 5","shortname":":vulcan_tone5:","category":"people","emoji_order":"1404"},{"name":"writing hand tone 1","shortname":":writing_hand_tone1:","category":"people","emoji_order":"1405"},{"name":"writing hand tone 2","shortname":":writing_hand_tone2:","category":"people","emoji_order":"1406"},{"name":"writing hand tone 3","shortname":":writing_hand_tone3:","category":"people","emoji_order":"1407"},{"name":"writing hand tone 4","shortname":":writing_hand_tone4:","category":"people","emoji_order":"1408"},{"name":"writing hand tone 5","shortname":":writing_hand_tone5:","category":"people","emoji_order":"1409"},{"name":"nail polish tone 1","shortname":":nail_care_tone1:","category":"people","emoji_order":"1410"},{"name":"nail polish tone 2","shortname":":nail_care_tone2:","category":"people","emoji_order":"1411"},{"name":"nail polish tone 3","shortname":":nail_care_tone3:","category":"people","emoji_order":"1412"},{"name":"nail polish tone 4","shortname":":nail_care_tone4:","category":"people","emoji_order":"1413"},{"name":"nail polish tone 5","shortname":":nail_care_tone5:","category":"people","emoji_order":"1414"},{"name":"ear tone 1","shortname":":ear_tone1:","category":"people","emoji_order":"1415"},{"name":"ear tone 2","shortname":":ear_tone2:","category":"people","emoji_order":"1416"},{"name":"ear tone 3","shortname":":ear_tone3:","category":"people","emoji_order":"1417"},{"name":"ear tone 4","shortname":":ear_tone4:","category":"people","emoji_order":"1418"},{"name":"ear tone 5","shortname":":ear_tone5:","category":"people","emoji_order":"1419"},{"name":"nose tone 1","shortname":":nose_tone1:","category":"people","emoji_order":"1420"},{"name":"nose tone 2","shortname":":nose_tone2:","category":"people","emoji_order":"1421"},{"name":"nose tone 3","shortname":":nose_tone3:","category":"people","emoji_order":"1422"},{"name":"nose tone 4","shortname":":nose_tone4:","category":"people","emoji_order":"1423"},{"name":"nose tone 5","shortname":":nose_tone5:","category":"people","emoji_order":"1424"},{"name":"baby tone 1","shortname":":baby_tone1:","category":"people","emoji_order":"1425"},{"name":"baby tone 2","shortname":":baby_tone2:","category":"people","emoji_order":"1426"},{"name":"baby tone 3","shortname":":baby_tone3:","category":"people","emoji_order":"1427"},{"name":"baby tone 4","shortname":":baby_tone4:","category":"people","emoji_order":"1428"},{"name":"baby tone 5","shortname":":baby_tone5:","category":"people","emoji_order":"1429"},{"name":"boy tone 1","shortname":":boy_tone1:","category":"people","emoji_order":"1430"},{"name":"boy tone 2","shortname":":boy_tone2:","category":"people","emoji_order":"1431"},{"name":"boy tone 3","shortname":":boy_tone3:","category":"people","emoji_order":"1432"},{"name":"boy tone 4","shortname":":boy_tone4:","category":"people","emoji_order":"1433"},{"name":"boy tone 5","shortname":":boy_tone5:","category":"people","emoji_order":"1434"},{"name":"girl tone 1","shortname":":girl_tone1:","category":"people","emoji_order":"1435"},{"name":"girl tone 2","shortname":":girl_tone2:","category":"people","emoji_order":"1436"},{"name":"girl tone 3","shortname":":girl_tone3:","category":"people","emoji_order":"1437"},{"name":"girl tone 4","shortname":":girl_tone4:","category":"people","emoji_order":"1438"},{"name":"girl tone 5","shortname":":girl_tone5:","category":"people","emoji_order":"1439"},{"name":"man tone 1","shortname":":man_tone1:","category":"people","emoji_order":"1440"},{"name":"man tone 2","shortname":":man_tone2:","category":"people","emoji_order":"1441"},{"name":"man tone 3","shortname":":man_tone3:","category":"people","emoji_order":"1442"},{"name":"man tone 4","shortname":":man_tone4:","category":"people","emoji_order":"1443"},{"name":"man tone 5","shortname":":man_tone5:","category":"people","emoji_order":"1444"},{"name":"woman tone 1","shortname":":woman_tone1:","category":"people","emoji_order":"1445"},{"name":"woman tone 2","shortname":":woman_tone2:","category":"people","emoji_order":"1446"},{"name":"woman tone 3","shortname":":woman_tone3:","category":"people","emoji_order":"1447"},{"name":"woman tone 4","shortname":":woman_tone4:","category":"people","emoji_order":"1448"},{"name":"woman tone 5","shortname":":woman_tone5:","category":"people","emoji_order":"1449"},{"name":"person with blond hair tone 1","shortname":":person_with_blond_hair_tone1:","category":"people","emoji_order":"1450"},{"name":"person with blond hair tone 2","shortname":":person_with_blond_hair_tone2:","category":"people","emoji_order":"1451"},{"name":"person with blond hair tone 3","shortname":":person_with_blond_hair_tone3:","category":"people","emoji_order":"1452"},{"name":"person with blond hair tone 4","shortname":":person_with_blond_hair_tone4:","category":"people","emoji_order":"1453"},{"name":"person with blond hair tone 5","shortname":":person_with_blond_hair_tone5:","category":"people","emoji_order":"1454"},{"name":"older man tone 1","shortname":":older_man_tone1:","category":"people","emoji_order":"1455"},{"name":"older man tone 2","shortname":":older_man_tone2:","category":"people","emoji_order":"1456"},{"name":"older man tone 3","shortname":":older_man_tone3:","category":"people","emoji_order":"1457"},{"name":"older man tone 4","shortname":":older_man_tone4:","category":"people","emoji_order":"1458"},{"name":"older man tone 5","shortname":":older_man_tone5:","category":"people","emoji_order":"1459"},{"name":"older woman tone 1","shortname":":older_woman_tone1:","category":"people","emoji_order":"1460"},{"name":"older woman tone 2","shortname":":older_woman_tone2:","category":"people","emoji_order":"1461"},{"name":"older woman tone 3","shortname":":older_woman_tone3:","category":"people","emoji_order":"1462"},{"name":"older woman tone 4","shortname":":older_woman_tone4:","category":"people","emoji_order":"1463"},{"name":"older woman tone 5","shortname":":older_woman_tone5:","category":"people","emoji_order":"1464"},{"name":"man with gua pi mao tone 1","shortname":":man_with_gua_pi_mao_tone1:","category":"people","emoji_order":"1465"},{"name":"man with gua pi mao tone 2","shortname":":man_with_gua_pi_mao_tone2:","category":"people","emoji_order":"1466"},{"name":"man with gua pi mao tone 3","shortname":":man_with_gua_pi_mao_tone3:","category":"people","emoji_order":"1467"},{"name":"man with gua pi mao tone 4","shortname":":man_with_gua_pi_mao_tone4:","category":"people","emoji_order":"1468"},{"name":"man with gua pi mao tone 5","shortname":":man_with_gua_pi_mao_tone5:","category":"people","emoji_order":"1469"},{"name":"man with turban tone 1","shortname":":man_with_turban_tone1:","category":"people","emoji_order":"1470"},{"name":"man with turban tone 2","shortname":":man_with_turban_tone2:","category":"people","emoji_order":"1471"},{"name":"man with turban tone 3","shortname":":man_with_turban_tone3:","category":"people","emoji_order":"1472"},{"name":"man with turban tone 4","shortname":":man_with_turban_tone4:","category":"people","emoji_order":"1473"},{"name":"man with turban tone 5","shortname":":man_with_turban_tone5:","category":"people","emoji_order":"1474"},{"name":"police officer tone 1","shortname":":cop_tone1:","category":"people","emoji_order":"1475"},{"name":"police officer tone 2","shortname":":cop_tone2:","category":"people","emoji_order":"1476"},{"name":"police officer tone 3","shortname":":cop_tone3:","category":"people","emoji_order":"1477"},{"name":"police officer tone 4","shortname":":cop_tone4:","category":"people","emoji_order":"1478"},{"name":"police officer tone 5","shortname":":cop_tone5:","category":"people","emoji_order":"1479"},{"name":"construction worker tone 1","shortname":":construction_worker_tone1:","category":"people","emoji_order":"1480"},{"name":"construction worker tone 2","shortname":":construction_worker_tone2:","category":"people","emoji_order":"1481"},{"name":"construction worker tone 3","shortname":":construction_worker_tone3:","category":"people","emoji_order":"1482"},{"name":"construction worker tone 4","shortname":":construction_worker_tone4:","category":"people","emoji_order":"1483"},{"name":"construction worker tone 5","shortname":":construction_worker_tone5:","category":"people","emoji_order":"1484"},{"name":"guardsman tone 1","shortname":":guardsman_tone1:","category":"people","emoji_order":"1485"},{"name":"guardsman tone 2","shortname":":guardsman_tone2:","category":"people","emoji_order":"1486"},{"name":"guardsman tone 3","shortname":":guardsman_tone3:","category":"people","emoji_order":"1487"},{"name":"guardsman tone 4","shortname":":guardsman_tone4:","category":"people","emoji_order":"1488"},{"name":"guardsman tone 5","shortname":":guardsman_tone5:","category":"people","emoji_order":"1489"},{"name":"father christmas tone 1","shortname":":santa_tone1:","category":"people","emoji_order":"1490"},{"name":"father christmas tone 2","shortname":":santa_tone2:","category":"people","emoji_order":"1491"},{"name":"father christmas tone 3","shortname":":santa_tone3:","category":"people","emoji_order":"1492"},{"name":"father christmas tone 4","shortname":":santa_tone4:","category":"people","emoji_order":"1493"},{"name":"father christmas tone 5","shortname":":santa_tone5:","category":"people","emoji_order":"1494"},{"name":"baby angel tone 1","shortname":":angel_tone1:","category":"people","emoji_order":"1495"},{"name":"baby angel tone 2","shortname":":angel_tone2:","category":"people","emoji_order":"1496"},{"name":"baby angel tone 3","shortname":":angel_tone3:","category":"people","emoji_order":"1497"},{"name":"baby angel tone 4","shortname":":angel_tone4:","category":"people","emoji_order":"1498"},{"name":"baby angel tone 5","shortname":":angel_tone5:","category":"people","emoji_order":"1499"},{"name":"princess tone 1","shortname":":princess_tone1:","category":"people","emoji_order":"1500"},{"name":"princess tone 2","shortname":":princess_tone2:","category":"people","emoji_order":"1501"},{"name":"princess tone 3","shortname":":princess_tone3:","category":"people","emoji_order":"1502"},{"name":"princess tone 4","shortname":":princess_tone4:","category":"people","emoji_order":"1503"},{"name":"princess tone 5","shortname":":princess_tone5:","category":"people","emoji_order":"1504"},{"name":"bride with veil tone 1","shortname":":bride_with_veil_tone1:","category":"people","emoji_order":"1505"},{"name":"bride with veil tone 2","shortname":":bride_with_veil_tone2:","category":"people","emoji_order":"1506"},{"name":"bride with veil tone 3","shortname":":bride_with_veil_tone3:","category":"people","emoji_order":"1507"},{"name":"bride with veil tone 4","shortname":":bride_with_veil_tone4:","category":"people","emoji_order":"1508"},{"name":"bride with veil tone 5","shortname":":bride_with_veil_tone5:","category":"people","emoji_order":"1509"},{"name":"pedestrian tone 1","shortname":":walking_tone1:","category":"people","emoji_order":"1510"},{"name":"pedestrian tone 2","shortname":":walking_tone2:","category":"people","emoji_order":"1511"},{"name":"pedestrian tone 3","shortname":":walking_tone3:","category":"people","emoji_order":"1512"},{"name":"pedestrian tone 4","shortname":":walking_tone4:","category":"people","emoji_order":"1513"},{"name":"pedestrian tone 5","shortname":":walking_tone5:","category":"people","emoji_order":"1514"},{"name":"runner tone 1","shortname":":runner_tone1:","category":"people","emoji_order":"1515"},{"name":"runner tone 2","shortname":":runner_tone2:","category":"people","emoji_order":"1516"},{"name":"runner tone 3","shortname":":runner_tone3:","category":"people","emoji_order":"1517"},{"name":"runner tone 4","shortname":":runner_tone4:","category":"people","emoji_order":"1518"},{"name":"runner tone 5","shortname":":runner_tone5:","category":"people","emoji_order":"1519"},{"name":"dancer tone 1","shortname":":dancer_tone1:","category":"people","emoji_order":"1520"},{"name":"dancer tone 2","shortname":":dancer_tone2:","category":"people","emoji_order":"1521"},{"name":"dancer tone 3","shortname":":dancer_tone3:","category":"people","emoji_order":"1522"},{"name":"dancer tone 4","shortname":":dancer_tone4:","category":"people","emoji_order":"1523"},{"name":"dancer tone 5","shortname":":dancer_tone5:","category":"people","emoji_order":"1524"},{"name":"person bowing deeply tone 1","shortname":":bow_tone1:","category":"people","emoji_order":"1525"},{"name":"person bowing deeply tone 2","shortname":":bow_tone2:","category":"people","emoji_order":"1526"},{"name":"person bowing deeply tone 3","shortname":":bow_tone3:","category":"people","emoji_order":"1527"},{"name":"person bowing deeply tone 4","shortname":":bow_tone4:","category":"people","emoji_order":"1528"},{"name":"person bowing deeply tone 5","shortname":":bow_tone5:","category":"people","emoji_order":"1529"},{"name":"information desk person tone 1","shortname":":information_desk_person_tone1:","category":"people","emoji_order":"1530"},{"name":"information desk person tone 2","shortname":":information_desk_person_tone2:","category":"people","emoji_order":"1531"},{"name":"information desk person tone 3","shortname":":information_desk_person_tone3:","category":"people","emoji_order":"1532"},{"name":"information desk person tone 4","shortname":":information_desk_person_tone4:","category":"people","emoji_order":"1533"},{"name":"information desk person tone 5","shortname":":information_desk_person_tone5:","category":"people","emoji_order":"1534"},{"name":"face with no good gesture tone 1","shortname":":no_good_tone1:","category":"people","emoji_order":"1535"},{"name":"face with no good gesture tone 2","shortname":":no_good_tone2:","category":"people","emoji_order":"1536"},{"name":"face with no good gesture tone 3","shortname":":no_good_tone3:","category":"people","emoji_order":"1537"},{"name":"face with no good gesture tone 4","shortname":":no_good_tone4:","category":"people","emoji_order":"1538"},{"name":"face with no good gesture tone 5","shortname":":no_good_tone5:","category":"people","emoji_order":"1539"},{"name":"face with ok gesture tone1","shortname":":ok_woman_tone1:","category":"people","emoji_order":"1540"},{"name":"face with ok gesture tone2","shortname":":ok_woman_tone2:","category":"people","emoji_order":"1541"},{"name":"face with ok gesture tone3","shortname":":ok_woman_tone3:","category":"people","emoji_order":"1542"},{"name":"face with ok gesture tone4","shortname":":ok_woman_tone4:","category":"people","emoji_order":"1543"},{"name":"face with ok gesture tone5","shortname":":ok_woman_tone5:","category":"people","emoji_order":"1544"},{"name":"happy person raising one hand tone1","shortname":":raising_hand_tone1:","category":"people","emoji_order":"1545"},{"name":"happy person raising one hand tone2","shortname":":raising_hand_tone2:","category":"people","emoji_order":"1546"},{"name":"happy person raising one hand tone3","shortname":":raising_hand_tone3:","category":"people","emoji_order":"1547"},{"name":"happy person raising one hand tone4","shortname":":raising_hand_tone4:","category":"people","emoji_order":"1548"},{"name":"happy person raising one hand tone5","shortname":":raising_hand_tone5:","category":"people","emoji_order":"1549"},{"name":"person with pouting face tone1","shortname":":person_with_pouting_face_tone1:","category":"people","emoji_order":"1550"},{"name":"person with pouting face tone2","shortname":":person_with_pouting_face_tone2:","category":"people","emoji_order":"1551"},{"name":"person with pouting face tone3","shortname":":person_with_pouting_face_tone3:","category":"people","emoji_order":"1552"},{"name":"person with pouting face tone4","shortname":":person_with_pouting_face_tone4:","category":"people","emoji_order":"1553"},{"name":"person with pouting face tone5","shortname":":person_with_pouting_face_tone5:","category":"people","emoji_order":"1554"},{"name":"person frowning tone 1","shortname":":person_frowning_tone1:","category":"people","emoji_order":"1555"},{"name":"person frowning tone 2","shortname":":person_frowning_tone2:","category":"people","emoji_order":"1556"},{"name":"person frowning tone 3","shortname":":person_frowning_tone3:","category":"people","emoji_order":"1557"},{"name":"person frowning tone 4","shortname":":person_frowning_tone4:","category":"people","emoji_order":"1558"},{"name":"person frowning tone 5","shortname":":person_frowning_tone5:","category":"people","emoji_order":"1559"},{"name":"haircut tone 1","shortname":":haircut_tone1:","category":"people","emoji_order":"1560"},{"name":"haircut tone 2","shortname":":haircut_tone2:","category":"people","emoji_order":"1561"},{"name":"haircut tone 3","shortname":":haircut_tone3:","category":"people","emoji_order":"1562"},{"name":"haircut tone 4","shortname":":haircut_tone4:","category":"people","emoji_order":"1563"},{"name":"haircut tone 5","shortname":":haircut_tone5:","category":"people","emoji_order":"1564"},{"name":"face massage tone 1","shortname":":massage_tone1:","category":"people","emoji_order":"1565"},{"name":"face massage tone 2","shortname":":massage_tone2:","category":"people","emoji_order":"1566"},{"name":"face massage tone 3","shortname":":massage_tone3:","category":"people","emoji_order":"1567"},{"name":"face massage tone 4","shortname":":massage_tone4:","category":"people","emoji_order":"1568"},{"name":"face massage tone 5","shortname":":massage_tone5:","category":"people","emoji_order":"1569"},{"name":"rowboat tone 1","shortname":":rowboat_tone1:","category":"activity","emoji_order":"1570"},{"name":"rowboat tone 2","shortname":":rowboat_tone2:","category":"activity","emoji_order":"1571"},{"name":"rowboat tone 3","shortname":":rowboat_tone3:","category":"activity","emoji_order":"1572"},{"name":"rowboat tone 4","shortname":":rowboat_tone4:","category":"activity","emoji_order":"1573"},{"name":"rowboat tone 5","shortname":":rowboat_tone5:","category":"activity","emoji_order":"1574"},{"name":"swimmer tone 1","shortname":":swimmer_tone1:","category":"activity","emoji_order":"1575"},{"name":"swimmer tone 2","shortname":":swimmer_tone2:","category":"activity","emoji_order":"1576"},{"name":"swimmer tone 3","shortname":":swimmer_tone3:","category":"activity","emoji_order":"1577"},{"name":"swimmer tone 4","shortname":":swimmer_tone4:","category":"activity","emoji_order":"1578"},{"name":"swimmer tone 5","shortname":":swimmer_tone5:","category":"activity","emoji_order":"1579"},{"name":"surfer tone 1","shortname":":surfer_tone1:","category":"activity","emoji_order":"1580"},{"name":"surfer tone 2","shortname":":surfer_tone2:","category":"activity","emoji_order":"1581"},{"name":"surfer tone 3","shortname":":surfer_tone3:","category":"activity","emoji_order":"1582"},{"name":"surfer tone 4","shortname":":surfer_tone4:","category":"activity","emoji_order":"1583"},{"name":"surfer tone 5","shortname":":surfer_tone5:","category":"activity","emoji_order":"1584"},{"name":"bath tone 1","shortname":":bath_tone1:","category":"activity","emoji_order":"1585"},{"name":"bath tone 2","shortname":":bath_tone2:","category":"activity","emoji_order":"1586"},{"name":"bath tone 3","shortname":":bath_tone3:","category":"activity","emoji_order":"1587"},{"name":"bath tone 4","shortname":":bath_tone4:","category":"activity","emoji_order":"1588"},{"name":"bath tone 5","shortname":":bath_tone5:","category":"activity","emoji_order":"1589"},{"name":"person with ball tone 1","shortname":":basketball_player_tone1:","category":"activity","emoji_order":"1590"},{"name":"person with ball tone 2","shortname":":basketball_player_tone2:","category":"activity","emoji_order":"1591"},{"name":"person with ball tone 3","shortname":":basketball_player_tone3:","category":"activity","emoji_order":"1592"},{"name":"person with ball tone 4","shortname":":basketball_player_tone4:","category":"activity","emoji_order":"1593"},{"name":"person with ball tone 5","shortname":":basketball_player_tone5:","category":"activity","emoji_order":"1594"},{"name":"weight lifter tone 1","shortname":":lifter_tone1:","category":"activity","emoji_order":"1595"},{"name":"weight lifter tone 2","shortname":":lifter_tone2:","category":"activity","emoji_order":"1596"},{"name":"weight lifter tone 3","shortname":":lifter_tone3:","category":"activity","emoji_order":"1597"},{"name":"weight lifter tone 4","shortname":":lifter_tone4:","category":"activity","emoji_order":"1598"},{"name":"weight lifter tone 5","shortname":":lifter_tone5:","category":"activity","emoji_order":"1599"},{"name":"bicyclist tone 1","shortname":":bicyclist_tone1:","category":"activity","emoji_order":"1600"},{"name":"bicyclist tone 2","shortname":":bicyclist_tone2:","category":"activity","emoji_order":"1601"},{"name":"bicyclist tone 3","shortname":":bicyclist_tone3:","category":"activity","emoji_order":"1602"},{"name":"bicyclist tone 4","shortname":":bicyclist_tone4:","category":"activity","emoji_order":"1603"},{"name":"bicyclist tone 5","shortname":":bicyclist_tone5:","category":"activity","emoji_order":"1604"},{"name":"mountain bicyclist tone 1","shortname":":mountain_bicyclist_tone1:","category":"activity","emoji_order":"1605"},{"name":"mountain bicyclist tone 2","shortname":":mountain_bicyclist_tone2:","category":"activity","emoji_order":"1606"},{"name":"mountain bicyclist tone 3","shortname":":mountain_bicyclist_tone3:","category":"activity","emoji_order":"1607"},{"name":"mountain bicyclist tone 4","shortname":":mountain_bicyclist_tone4:","category":"activity","emoji_order":"1608"},{"name":"mountain bicyclist tone 5","shortname":":mountain_bicyclist_tone5:","category":"activity","emoji_order":"1609"},{"name":"horse racing tone 1","shortname":":horse_racing_tone1:","category":"activity","emoji_order":"1610"},{"name":"horse racing tone 2","shortname":":horse_racing_tone2:","category":"activity","emoji_order":"1611"},{"name":"horse racing tone 3","shortname":":horse_racing_tone3:","category":"activity","emoji_order":"1612"},{"name":"horse racing tone 4","shortname":":horse_racing_tone4:","category":"activity","emoji_order":"1613"},{"name":"horse racing tone 5","shortname":":horse_racing_tone5:","category":"activity","emoji_order":"1614"},{"name":"sleuth or spy tone 1","shortname":":spy_tone1:","category":"people","emoji_order":"1615"},{"name":"sleuth or spy tone 2","shortname":":spy_tone2:","category":"people","emoji_order":"1616"},{"name":"sleuth or spy tone 3","shortname":":spy_tone3:","category":"people","emoji_order":"1617"},{"name":"sleuth or spy tone 4","shortname":":spy_tone4:","category":"people","emoji_order":"1618"},{"name":"sleuth or spy tone 5","shortname":":spy_tone5:","category":"people","emoji_order":"1619"},{"name":"emoji modifier Fitzpatrick type-1-2","shortname":":tone1:","category":"modifier","emoji_order":"1620"},{"name":"emoji modifier Fitzpatrick type-3","shortname":":tone2:","category":"modifier","emoji_order":"1621"},{"name":"emoji modifier Fitzpatrick type-4","shortname":":tone3:","category":"modifier","emoji_order":"1622"},{"name":"emoji modifier Fitzpatrick type-5","shortname":":tone4:","category":"modifier","emoji_order":"1623"},{"name":"emoji modifier Fitzpatrick type-6","shortname":":tone5:","category":"modifier","emoji_order":"1624"},{"name":"face with cowboy hat","shortname":":cowboy:","category":"unicode9","emoji_order":"6"},{"name":"clown face","shortname":":clown:","category":"unicode9","emoji_order":"7"},{"name":"nauseated face","shortname":":nauseated_face:","category":"unicode9","emoji_order":"8"},{"name":"rolling on the floor laughing","shortname":":rofl:","category":"unicode9","emoji_order":"9"},{"name":"drooling face","shortname":":drooling_face:","category":"unicode9","emoji_order":"10"},{"name":"lying face","shortname":":lying_face:","category":"unicode9","emoji_order":"11"},{"name":"sneezing face","shortname":":sneezing_face:","category":"unicode9","emoji_order":"12"},{"name":"prince","shortname":":prince:","category":"unicode9","emoji_order":"13"},{"name":"man in tuxedo","shortname":":man_in_tuxedo:","category":"unicode9","emoji_order":"14"},{"name":"mother christmas","shortname":":mother_christmas:","category":"unicode9","emoji_order":"15"},{"name":"face palm","shortname":":face_palm:","category":"unicode9","emoji_order":"16"},{"name":"shrug","shortname":":shrug:","category":"unicode9","emoji_order":"17"},{"name":"pregnant woman","shortname":":pregnant_woman:","category":"unicode9","emoji_order":"18"},{"name":"selfie","shortname":":selfie:","category":"unicode9","emoji_order":"19"},{"name":"man dancing","shortname":":man_dancing:","category":"unicode9","emoji_order":"20"},{"name":"call me hand","shortname":":call_me:","category":"unicode9","emoji_order":"21"},{"name":"raised back of hand","shortname":":raised_back_of_hand:","category":"unicode9","emoji_order":"22"},{"name":"left-facing fist","shortname":":left_facing_fist:","category":"unicode9","emoji_order":"23"},{"name":"right-facing fist","shortname":":right_facing_fist:","category":"unicode9","emoji_order":"24"},{"name":"handshake","shortname":":handshake:","category":"unicode9","emoji_order":"25"},{"name":"hand with first and index finger crossed","shortname":":fingers_crossed:","category":"unicode9","emoji_order":"26"},{"name":"black heart","shortname":":black_heart:","category":"unicode9","emoji_order":"27"},{"name":"eagle","shortname":":eagle:","category":"unicode9","emoji_order":"28"},{"name":"duck","shortname":":duck:","category":"unicode9","emoji_order":"29"},{"name":"bat","shortname":":bat:","category":"unicode9","emoji_order":"30"},{"name":"shark","shortname":":shark:","category":"unicode9","emoji_order":"31"},{"name":"owl","shortname":":owl:","category":"unicode9","emoji_order":"32"},{"name":"fox face","shortname":":fox:","category":"unicode9","emoji_order":"33"},{"name":"butterfly","shortname":":butterfly:","category":"unicode9","emoji_order":"34"},{"name":"deer","shortname":":deer:","category":"unicode9","emoji_order":"35"},{"name":"gorilla","shortname":":gorilla:","category":"unicode9","emoji_order":"36"},{"name":"lizard","shortname":":lizard:","category":"unicode9","emoji_order":"37"},{"name":"rhinoceros","shortname":":rhino:","category":"unicode9","emoji_order":"38"},{"name":"wilted flower","shortname":":wilted_rose:","category":"unicode9","emoji_order":"39"},{"name":"croissant","shortname":":croissant:","category":"unicode9","emoji_order":"40"},{"name":"avocado","shortname":":avocado:","category":"unicode9","emoji_order":"41"},{"name":"cucumber","shortname":":cucumber:","category":"unicode9","emoji_order":"42"},{"name":"bacon","shortname":":bacon:","category":"unicode9","emoji_order":"43"},{"name":"potato","shortname":":potato:","category":"unicode9","emoji_order":"44"},{"name":"carrot","shortname":":carrot:","category":"unicode9","emoji_order":"45"},{"name":"baguette bread","shortname":":french_bread:","category":"unicode9","emoji_order":"46"},{"name":"green salad","shortname":":salad:","category":"unicode9","emoji_order":"47"},{"name":"shallow pan of food","shortname":":shallow_pan_of_food:","category":"unicode9","emoji_order":"48"},{"name":"stuffed flatbread","shortname":":stuffed_flatbread:","category":"unicode9","emoji_order":"49"},{"name":"clinking glasses","shortname":":champagne_glass:","category":"unicode9","emoji_order":"50"},{"name":"tumbler glass","shortname":":tumbler_glass:","category":"unicode9","emoji_order":"51"},{"name":"spoon","shortname":":spoon:","category":"unicode9","emoji_order":"52"},{"name":"octagonal sign","shortname":":octagonal_sign:","category":"unicode9","emoji_order":"53"},{"name":"shopping trolley","shortname":":shopping_cart:","category":"unicode9","emoji_order":"54"},{"name":"scooter","shortname":":scooter:","category":"unicode9","emoji_order":"55"},{"name":"motor scooter","shortname":":motor_scooter:","category":"unicode9","emoji_order":"56"},{"name":"canoe","shortname":":canoe:","category":"unicode9","emoji_order":"57"},{"name":"person doing cartwheel","shortname":":cartwheel:","category":"unicode9","emoji_order":"58"},{"name":"juggling","shortname":":juggling:","category":"unicode9","emoji_order":"59"},{"name":"wrestlers","shortname":":wrestlers:","category":"unicode9","emoji_order":"60"},{"name":"boxing glove","shortname":":boxing_glove:","category":"unicode9","emoji_order":"61"},{"name":"martial arts uniform","shortname":":martial_arts_uniform:","category":"unicode9","emoji_order":"62"},{"name":"water polo","shortname":":water_polo:","category":"unicode9","emoji_order":"63"},{"name":"handball","shortname":":handball:","category":"unicode9","emoji_order":"64"},{"name":"goal net","shortname":":goal:","category":"unicode9","emoji_order":"65"},{"name":"fencer","shortname":":fencer:","category":"unicode9","emoji_order":"68"},{"name":"first place medal","shortname":":first_place:","category":"unicode9","emoji_order":"69"},{"name":"second place medal","shortname":":second_place:","category":"unicode9","emoji_order":"70"},{"name":"third place medal","shortname":":third_place:","category":"unicode9","emoji_order":"71"},{"name":"drum with drumsticks","shortname":":drum:","category":"unicode9","emoji_order":"72"},{"name":"shrimp","shortname":":shrimp:","category":"unicode9","emoji_order":"73"},{"name":"squid","shortname":":squid:","category":"unicode9","emoji_order":"74"},{"name":"glass of milk","shortname":":milk:","category":"unicode9","emoji_order":"76"},{"name":"peanuts","shortname":":peanuts:","category":"unicode9","emoji_order":"77"},{"name":"kiwifruit","shortname":":kiwi:","category":"unicode9","emoji_order":"78"},{"name":"pancakes","shortname":":pancakes:","category":"unicode9","emoji_order":"79"},{"name":"gay_pride_flag","shortname":":gay_pride_flag:","category":"unicode9","emoji_order":"311"},{"name":"prince tone 1","shortname":":prince_tone1:","category":"unicode9","emoji_order":"10000"},{"name":"prince tone 2","shortname":":prince_tone2:","category":"unicode9","emoji_order":"10001"},{"name":"prince tone 3","shortname":":prince_tone3:","category":"unicode9","emoji_order":"10002"},{"name":"prince tone 4","shortname":":prince_tone4:","category":"unicode9","emoji_order":"10003"},{"name":"prince tone 5","shortname":":prince_tone5:","category":"unicode9","emoji_order":"10004"},{"name":"mother christmas tone 1","shortname":":mrs_clause_tone1:","category":"unicode9","emoji_order":"10005"},{"name":"mother christmas tone 2","shortname":":mrs_clause_tone2:","category":"unicode9","emoji_order":"10006"},{"name":"mother christmas tone 3","shortname":":mrs_clause_tone3:","category":"unicode9","emoji_order":"10007"},{"name":"mother christmas tone 4","shortname":":mrs_clause_tone4:","category":"unicode9","emoji_order":"10008"},{"name":"mother christmas tone 5","shortname":":mrs_clause_tone5:","category":"unicode9","emoji_order":"10009"},{"name":"man in tuxedo tone 1","shortname":":man_in_tuxedo_tone1:","category":"unicode9","emoji_order":"10010"},{"name":"man in tuxedo tone 2","shortname":":man_in_tuxedo_tone2:","category":"unicode9","emoji_order":"10011"},{"name":"man in tuxedo tone 3","shortname":":man_in_tuxedo_tone3:","category":"unicode9","emoji_order":"10012"},{"name":"man in tuxedo tone 4","shortname":":man_in_tuxedo_tone4:","category":"unicode9","emoji_order":"10013"},{"name":"man in tuxedo tone 5","shortname":":man_in_tuxedo_tone5:","category":"unicode9","emoji_order":"10014"},{"name":"shrug tone 1","shortname":":shrug_tone1:","category":"unicode9","emoji_order":"10015"},{"name":"shrug tone 2","shortname":":shrug_tone2:","category":"unicode9","emoji_order":"10016"},{"name":"shrug tone 3","shortname":":shrug_tone3:","category":"unicode9","emoji_order":"10017"},{"name":"shrug tone 4","shortname":":shrug_tone4:","category":"unicode9","emoji_order":"10018"},{"name":"shrug tone 5","shortname":":shrug_tone5:","category":"unicode9","emoji_order":"10019"},{"name":"face palm tone 1","shortname":":face_palm_tone1:","category":"unicode9","emoji_order":"10020"},{"name":"face palm tone 2","shortname":":face_palm_tone2:","category":"unicode9","emoji_order":"10021"},{"name":"face palm tone 3","shortname":":face_palm_tone3:","category":"unicode9","emoji_order":"10022"},{"name":"face palm tone 4","shortname":":face_palm_tone4:","category":"unicode9","emoji_order":"10023"},{"name":"face palm tone 5","shortname":":face_palm_tone5:","category":"unicode9","emoji_order":"10024"},{"name":"pregnant woman tone 1","shortname":":pregnant_woman_tone1:","category":"unicode9","emoji_order":"10025"},{"name":"pregnant woman tone 2","shortname":":pregnant_woman_tone2:","category":"unicode9","emoji_order":"10026"},{"name":"pregnant woman tone 3","shortname":":pregnant_woman_tone3:","category":"unicode9","emoji_order":"10027"},{"name":"pregnant woman tone 4","shortname":":pregnant_woman_tone4:","category":"unicode9","emoji_order":"10028"},{"name":"pregnant woman tone 5","shortname":":pregnant_woman_tone5:","category":"unicode9","emoji_order":"10029"},{"name":"man dancing tone 1","shortname":":man_dancing_tone1:","category":"unicode9","emoji_order":"10030"},{"name":"man dancing tone 2","shortname":":man_dancing_tone2:","category":"unicode9","emoji_order":"10031"},{"name":"man dancing tone 3","shortname":":man_dancing_tone3:","category":"unicode9","emoji_order":"10032"},{"name":"man dancing tone 4","shortname":":man_dancing_tone4:","category":"unicode9","emoji_order":"10033"},{"name":"man dancing tone 5","shortname":":man_dancing_tone5:","category":"unicode9","emoji_order":"10034"},{"name":"selfie tone 1","shortname":":selfie_tone1:","category":"unicode9","emoji_order":"10035"},{"name":"selfie tone 2","shortname":":selfie_tone2:","category":"unicode9","emoji_order":"10036"},{"name":"selfie tone 3","shortname":":selfie_tone3:","category":"unicode9","emoji_order":"10037"},{"name":"selfie tone 4","shortname":":selfie_tone4:","category":"unicode9","emoji_order":"10038"},{"name":"selfie tone 5","shortname":":selfie_tone5:","category":"unicode9","emoji_order":"10039"},{"name":"hand with index and middle fingers crossed tone 1","shortname":":fingers_crossed_tone1:","category":"unicode9","emoji_order":"10040"},{"name":"hand with index and middle fingers crossed tone 2","shortname":":fingers_crossed_tone2:","category":"unicode9","emoji_order":"10041"},{"name":"hand with index and middle fingers crossed tone 3","shortname":":fingers_crossed_tone3:","category":"unicode9","emoji_order":"10042"},{"name":"hand with index and middle fingers crossed tone 4","shortname":":fingers_crossed_tone4:","category":"unicode9","emoji_order":"10043"},{"name":"hand with index and middle fingers crossed tone 5","shortname":":fingers_crossed_tone5:","category":"unicode9","emoji_order":"10044"},{"name":"call me hand tone 1","shortname":":call_me_tone1:","category":"unicode9","emoji_order":"10045"},{"name":"call me hand tone 2","shortname":":call_me_tone2:","category":"unicode9","emoji_order":"10046"},{"name":"call me hand tone 3","shortname":":call_me_tone3:","category":"unicode9","emoji_order":"10047"},{"name":"call me hand tone 4","shortname":":call_me_tone4:","category":"unicode9","emoji_order":"10048"},{"name":"call me hand tone 5","shortname":":call_me_tone5:","category":"unicode9","emoji_order":"10049"},{"name":"left facing fist tone 1","shortname":":left_facing_fist_tone1:","category":"unicode9","emoji_order":"10050"},{"name":"left facing fist tone 2","shortname":":left_facing_fist_tone2:","category":"unicode9","emoji_order":"10051"},{"name":"left facing fist tone 3","shortname":":left_facing_fist_tone3:","category":"unicode9","emoji_order":"10052"},{"name":"left facing fist tone 4","shortname":":left_facing_fist_tone4:","category":"unicode9","emoji_order":"10053"},{"name":"left facing fist tone 5","shortname":":left_facing_fist_tone5:","category":"unicode9","emoji_order":"10054"},{"name":"right facing fist tone 1","shortname":":right_facing_fist_tone1:","category":"unicode9","emoji_order":"10055"},{"name":"right facing fist tone 2","shortname":":right_facing_fist_tone2:","category":"unicode9","emoji_order":"10056"},{"name":"right facing fist tone 3","shortname":":right_facing_fist_tone3:","category":"unicode9","emoji_order":"10057"},{"name":"right facing fist tone 4","shortname":":right_facing_fist_tone4:","category":"unicode9","emoji_order":"10058"},{"name":"right facing fist tone 5","shortname":":right_facing_fist_tone5:","category":"unicode9","emoji_order":"10059"},{"name":"raised back of hand tone 1","shortname":":raised_back_of_hand_tone1:","category":"unicode9","emoji_order":"10060"},{"name":"raised back of hand tone 2","shortname":":raised_back_of_hand_tone2:","category":"unicode9","emoji_order":"10061"},{"name":"raised back of hand tone 3","shortname":":raised_back_of_hand_tone3:","category":"unicode9","emoji_order":"10062"},{"name":"raised back of hand tone 4","shortname":":raised_back_of_hand_tone4:","category":"unicode9","emoji_order":"10063"},{"name":"raised back of hand tone 5","shortname":":raised_back_of_hand_tone5:","category":"unicode9","emoji_order":"10064"},{"name":"handshake tone 1","shortname":":handshake_tone1:","category":"unicode9","emoji_order":"10065"},{"name":"handshake tone 2","shortname":":handshake_tone2:","category":"unicode9","emoji_order":"10066"},{"name":"handshake tone 3","shortname":":handshake_tone3:","category":"unicode9","emoji_order":"10067"},{"name":"handshake tone 4","shortname":":handshake_tone4:","category":"unicode9","emoji_order":"10068"},{"name":"handshake tone 5","shortname":":handshake_tone5:","category":"unicode9","emoji_order":"10069"},{"name":"person doing cartwheel tone 1","shortname":":cartwheel_tone1:","category":"unicode9","emoji_order":"10070"},{"name":"person doing cartwheel tone 2","shortname":":cartwheel_tone2:","category":"unicode9","emoji_order":"10071"},{"name":"person doing cartwheel tone 3","shortname":":cartwheel_tone3:","category":"unicode9","emoji_order":"10072"},{"name":"person doing cartwheel tone 4","shortname":":cartwheel_tone4:","category":"unicode9","emoji_order":"10073"},{"name":"person doing cartwheel tone 5","shortname":":cartwheel_tone5:","category":"unicode9","emoji_order":"10074"},{"name":"wrestlers tone 1","shortname":":wrestlers_tone1:","category":"unicode9","emoji_order":"10080"},{"name":"wrestlers tone 2","shortname":":wrestlers_tone2:","category":"unicode9","emoji_order":"10081"},{"name":"wrestlers tone 3","shortname":":wrestlers_tone3:","category":"unicode9","emoji_order":"10082"},{"name":"wrestlers tone 4","shortname":":wrestlers_tone4:","category":"unicode9","emoji_order":"10083"},{"name":"wrestlers tone 5","shortname":":wrestlers_tone5:","category":"unicode9","emoji_order":"10084"},{"name":"water polo tone 1","shortname":":water_polo_tone1:","category":"unicode9","emoji_order":"10085"},{"name":"water polo tone 2","shortname":":water_polo_tone2:","category":"unicode9","emoji_order":"10086"},{"name":"water polo tone 3","shortname":":water_polo_tone3:","category":"unicode9","emoji_order":"10087"},{"name":"water polo tone 4","shortname":":water_polo_tone4:","category":"unicode9","emoji_order":"10088"},{"name":"water polo tone 5","shortname":":water_polo_tone5:","category":"unicode9","emoji_order":"10089"},{"name":"handball tone 1","shortname":":handball_tone1:","category":"unicode9","emoji_order":"10090"},{"name":"handball tone 2","shortname":":handball_tone2:","category":"unicode9","emoji_order":"10091"},{"name":"handball tone 3","shortname":":handball_tone3:","category":"unicode9","emoji_order":"10092"},{"name":"handball tone 4","shortname":":handball_tone4:","category":"unicode9","emoji_order":"10093"},{"name":"handball tone 5","shortname":":handball_tone5:","category":"unicode9","emoji_order":"10094"},{"name":"juggling tone 1","shortname":":juggling_tone1:","category":"unicode9","emoji_order":"10095"},{"name":"juggling tone 2","shortname":":juggling_tone2:","category":"unicode9","emoji_order":"10096"},{"name":"juggling tone 3","shortname":":juggling_tone3:","category":"unicode9","emoji_order":"10097"},{"name":"juggling tone 4","shortname":":juggling_tone4:","category":"unicode9","emoji_order":"10098"},{"name":"juggling tone 5","shortname":":juggling_tone5:","category":"unicode9","emoji_order":"10099"}] \ No newline at end of file From 48eb6f251bcd61d509879aab40772d5dd5079698 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 28 Jun 2017 13:44:44 +0100 Subject: [PATCH 8/8] Update comment --- scripts/emoji-data-strip.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/emoji-data-strip.js b/scripts/emoji-data-strip.js index 45b4c96e1d..9cec10735f 100644 --- a/scripts/emoji-data-strip.js +++ b/scripts/emoji-data-strip.js @@ -14,5 +14,6 @@ const output = Object.keys(EMOJI_DATA).map( }, ); -// Write to a file in src. Changes should be checked in to git +// Write to a file in src. Changes should be checked into git. This file is copied by +// babel using --copy-files fs.writeFileSync('./src/stripped-emoji.json', JSON.stringify(output));