Skip to content

Instantly share code, notes, and snippets.

@inakivb
Last active August 14, 2018 10:52
Show Gist options
  • Save inakivb/899ee4ec62eaf2ce2b974e90e85f0e1f to your computer and use it in GitHub Desktop.
Save inakivb/899ee4ec62eaf2ce2b974e90e85f0e1f to your computer and use it in GitHub Desktop.
Shortcut PHP class to access emojis. Could be used for slack, mattermost, github...
<?php
class Emoji
{
const BOWTIE = ':bowtie:';
const SMILE = ':smile:';
const SIMPLE_SMILE = ':simple_smile:';
const LAUGHING = ':laughing:';
const BLUSH = ':blush:';
const SMILEY = ':smiley:';
const RELAXED = ':relaxed:';
const SMIRK = ':smirk:';
const HEART_EYES = ':heart_eyes:';
const KISSING_HEART = ':kissing_heart:';
const KISSING_CLOSED_EYES = ':kissing_closed_eyes:';
const FLUSHED = ':flushed:';
const RELIEVED = ':relieved:';
const SATISFIED = ':satisfied:';
const GRIN = ':grin:';
const WINK = ':wink:';
const STUCK_OUT_TONGUE_WINKING_EYE = ':stuck_out_tongue_winking_eye:';
const STUCK_OUT_TONGUE_CLOSED_EYES = ':stuck_out_tongue_closed_eyes:';
const GRINNING = ':grinning:';
const KISSING = ':kissing:';
const KISSING_SMILING_EYES = ':kissing_smiling_eyes:';
const STUCK_OUT_TONGUE = ':stuck_out_tongue:';
const SLEEPING = ':sleeping:';
const WORRIED = ':worried:';
const FROWNING = ':frowning:';
const ANGUISHED = ':anguished:';
const OPEN_MOUTH = ':open_mouth:';
const GRIMACING = ':grimacing:';
const CONFUSED = ':confused:';
const HUSHED = ':hushed:';
const EXPRESSIONLESS = ':expressionless:';
const UNAMUSED = ':unamused:';
const SWEAT_SMILE = ':sweat_smile:';
const SWEAT = ':sweat:';
const DISAPPOINTED_RELIEVED = ':disappointed_relieved:';
const WEARY = ':weary:';
const PENSIVE = ':pensive:';
const DISAPPOINTED = ':disappointed:';
const CONFOUNDED = ':confounded:';
const FEARFUL = ':fearful:';
const COLD_SWEAT = ':cold_sweat:';
const PERSEVERE = ':persevere:';
const CRY = ':cry:';
const SOB = ':sob:';
const JOY = ':joy:';
const ASTONISHED = ':astonished:';
const SCREAM = ':scream:';
const NECKBEARD = ':neckbeard:';
const TIRED_FACE = ':tired_face:';
const ANGRY = ':angry:';
const RAGE = ':rage:';
const TRIUMPH = ':triumph:';
const SLEEPY = ':sleepy:';
const YUM = ':yum:';
const MASK = ':mask:';
const SUNGLASSES = ':sunglasses:';
const DIZZY_FACE = ':dizzy_face:';
const IMP = ':imp:';
const SMILING_IMP = ':smiling_imp:';
const NEUTRAL_FACE = ':neutral_face:';
const NO_MOUTH = ':no_mouth:';
const INNOCENT = ':innocent:';
const ALIEN = ':alien:';
const YELLOW_HEART = ':yellow_heart:';
const BLUE_HEART = ':blue_heart:';
const PURPLE_HEART = ':purple_heart:';
const HEART = ':heart:';
const GREEN_HEART = ':green_heart:';
const BROKEN_HEART = ':broken_heart:';
const HEARTBEAT = ':heartbeat:';
const HEARTPULSE = ':heartpulse:';
const TWO_HEARTS = ':two_hearts:';
const REVOLVING_HEARTS = ':revolving_hearts:';
const CUPID = ':cupid:';
const SPARKLING_HEART = ':sparkling_heart:';
const SPARKLES = ':sparkles:';
const STAR = ':star:';
const STAR2 = ':star2:';
const DIZZY = ':dizzy:';
const BOOM = ':boom:';
const COLLISION = ':collision:';
const ANGER = ':anger:';
const EXCLAMATION = ':exclamation:';
const QUESTION = ':question:';
const GREY_EXCLAMATION = ':grey_exclamation:';
const GREY_QUESTION = ':grey_question:';
const ZZZ = ':zzz:';
const DASH = ':dash:';
const SWEAT_DROPS = ':sweat_drops:';
const NOTES = ':notes:';
const MUSICAL_NOTE = ':musical_note:';
const FIRE = ':fire:';
const HANKEY = ':hankey:';
const POOP = ':poop:';
const SHIT = ':shit:';
const PLUS_1 = ':+1:';
const _PLUS_1 = ':+1:';
const THUMBSUP = ':thumbsup:';
const MINUS_1 = ':-1:';
const _MINUS_1 = ':-1:';
const THUMBSDOWN = ':thumbsdown:';
const OK_HAND = ':ok_hand:';
const PUNCH = ':punch:';
const FACEPUNCH = ':facepunch:';
const FIST = ':fist:';
const V = ':v:';
const WAVE = ':wave:';
const HAND = ':hand:';
const RAISED_HAND = ':raised_hand:';
const OPEN_HANDS = ':open_hands:';
const POINT_UP = ':point_up:';
const POINT_DOWN = ':point_down:';
const POINT_LEFT = ':point_left:';
const POINT_RIGHT = ':point_right:';
const RAISED_HANDS = ':raised_hands:';
const PRAY = ':pray:';
const POINT_UP_2 = ':point_up_2:';
const CLAP = ':clap:';
const MUSCLE = ':muscle:';
const METAL = ':metal:';
const FU = ':fu:';
const RUNNER = ':runner:';
const RUNNING = ':running:';
const COUPLE = ':couple:';
const FAMILY = ':family:';
const TWO_MEN_HOLDING_HANDS = ':two_men_holding_hands:';
const TWO_WOMEN_HOLDING_HANDS = ':two_women_holding_hands:';
const DANCER = ':dancer:';
const DANCERS = ':dancers:';
const OK_WOMAN = ':ok_woman:';
const NO_GOOD = ':no_good:';
const INFORMATION_DESK_PERSON = ':information_desk_person:';
const RAISING_HAND = ':raising_hand:';
const BRIDE_WITH_VEIL = ':bride_with_veil:';
const PERSON_WITH_POUTING_FACE = ':person_with_pouting_face:';
const PERSON_FROWNING = ':person_frowning:';
const BOW = ':bow:';
const COUPLEKISS = ':couplekiss:';
const COUPLE_WITH_HEART = ':couple_with_heart:';
const MASSAGE = ':massage:';
const HAIRCUT = ':haircut:';
const NAIL_CARE = ':nail_care:';
const BOY = ':boy:';
const GIRL = ':girl:';
const WOMAN = ':woman:';
const MAN = ':man:';
const BABY = ':baby:';
const OLDER_WOMAN = ':older_woman:';
const OLDER_MAN = ':older_man:';
const PERSON_WITH_BLOND_HAIR = ':person_with_blond_hair:';
const MAN_WITH_GUA_PI_MAO = ':man_with_gua_pi_mao:';
const MAN_WITH_TURBAN = ':man_with_turban:';
const CONSTRUCTION_WORKER = ':construction_worker:';
const COP = ':cop:';
const ANGEL = ':angel:';
const PRINCESS = ':princess:';
const SMILEY_CAT = ':smiley_cat:';
const SMILE_CAT = ':smile_cat:';
const HEART_EYES_CAT = ':heart_eyes_cat:';
const KISSING_CAT = ':kissing_cat:';
const SMIRK_CAT = ':smirk_cat:';
const SCREAM_CAT = ':scream_cat:';
const CRYING_CAT_FACE = ':crying_cat_face:';
const JOY_CAT = ':joy_cat:';
const POUTING_CAT = ':pouting_cat:';
const JAPANESE_OGRE = ':japanese_ogre:';
const JAPANESE_GOBLIN = ':japanese_goblin:';
const SEE_NO_EVIL = ':see_no_evil:';
const HEAR_NO_EVIL = ':hear_no_evil:';
const SPEAK_NO_EVIL = ':speak_no_evil:';
const GUARDSMAN = ':guardsman:';
const SKULL = ':skull:';
const FEET = ':feet:';
const LIPS = ':lips:';
const KISS = ':kiss:';
const DROPLET = ':droplet:';
const EAR = ':ear:';
const EYES = ':eyes:';
const NOSE = ':nose:';
const TONGUE = ':tongue:';
const LOVE_LETTER = ':love_letter:';
const BUST_IN_SILHOUETTE = ':bust_in_silhouette:';
const BUSTS_IN_SILHOUETTE = ':busts_in_silhouette:';
const SPEECH_BALLOON = ':speech_balloon:';
const THOUGHT_BALLOON = ':thought_balloon:';
const FEELSGOOD = ':feelsgood:';
const FINNADIE = ':finnadie:';
const GOBERSERK = ':goberserk:';
const GODMODE = ':godmode:';
const HURTREALBAD = ':hurtrealbad:';
const RAGE1 = ':rage1:';
const RAGE2 = ':rage2:';
const RAGE3 = ':rage3:';
const RAGE4 = ':rage4:';
const SUSPECT = ':suspect:';
const TROLLFACE = ':trollface:';
const NATURE = 'Nature';
const SUNNY = ':sunny:';
const UMBRELLA = ':umbrella:';
const CLOUD = ':cloud:';
const SNOWFLAKE = ':snowflake:';
const SNOWMAN = ':snowman:';
const ZAP = ':zap:';
const CYCLONE = ':cyclone:';
const FOGGY = ':foggy:';
const OCEAN = ':ocean:';
const CAT = ':cat:';
const DOG = ':dog:';
const MOUSE = ':mouse:';
const HAMSTER = ':hamster:';
const RABBIT = ':rabbit:';
const WOLF = ':wolf:';
const FROG = ':frog:';
const TIGER = ':tiger:';
const KOALA = ':koala:';
const BEAR = ':bear:';
const PIG = ':pig:';
const PIG_NOSE = ':pig_nose:';
const COW = ':cow:';
const BOAR = ':boar:';
const MONKEY_FACE = ':monkey_face:';
const MONKEY = ':monkey:';
const HORSE = ':horse:';
const RACEHORSE = ':racehorse:';
const CAMEL = ':camel:';
const SHEEP = ':sheep:';
const ELEPHANT = ':elephant:';
const PANDA_FACE = ':panda_face:';
const SNAKE = ':snake:';
const BIRD = ':bird:';
const BABY_CHICK = ':baby_chick:';
const HATCHED_CHICK = ':hatched_chick:';
const HATCHING_CHICK = ':hatching_chick:';
const CHICKEN = ':chicken:';
const PENGUIN = ':penguin:';
const TURTLE = ':turtle:';
const BUG = ':bug:';
const HONEYBEE = ':honeybee:';
const ANT = ':ant:';
const BEETLE = ':beetle:';
const SNAIL = ':snail:';
const OCTOPUS = ':octopus:';
const TROPICAL_FISH = ':tropical_fish:';
const FISH = ':fish:';
const WHALE = ':whale:';
const WHALE2 = ':whale2:';
const DOLPHIN = ':dolphin:';
const COW2 = ':cow2:';
const RAM = ':ram:';
const RAT = ':rat:';
const WATER_BUFFALO = ':water_buffalo:';
const TIGER2 = ':tiger2:';
const RABBIT2 = ':rabbit2:';
const DRAGON = ':dragon:';
const GOAT = ':goat:';
const ROOSTER = ':rooster:';
const DOG2 = ':dog2:';
const PIG2 = ':pig2:';
const MOUSE2 = ':mouse2:';
const OX = ':ox:';
const DRAGON_FACE = ':dragon_face:';
const BLOWFISH = ':blowfish:';
const CROCODILE = ':crocodile:';
const DROMEDARY_CAMEL = ':dromedary_camel:';
const LEOPARD = ':leopard:';
const CAT2 = ':cat2:';
const POODLE = ':poodle:';
const PAW_PRINTS = ':paw_prints:';
const BOUQUET = ':bouquet:';
const CHERRY_BLOSSOM = ':cherry_blossom:';
const TULIP = ':tulip:';
const FOUR_LEAF_CLOVER = ':four_leaf_clover:';
const ROSE = ':rose:';
const SUNFLOWER = ':sunflower:';
const HIBISCUS = ':hibiscus:';
const MAPLE_LEAF = ':maple_leaf:';
const LEAVES = ':leaves:';
const FALLEN_LEAF = ':fallen_leaf:';
const HERB = ':herb:';
const MUSHROOM = ':mushroom:';
const CACTUS = ':cactus:';
const PALM_TREE = ':palm_tree:';
const EVERGREEN_TREE = ':evergreen_tree:';
const DECIDUOUS_TREE = ':deciduous_tree:';
const CHESTNUT = ':chestnut:';
const SEEDLING = ':seedling:';
const BLOSSOM = ':blossom:';
const EAR_OF_RICE = ':ear_of_rice:';
const SHELL = ':shell:';
const GLOBE_WITH_MERIDIANS = ':globe_with_meridians:';
const SUN_WITH_FACE = ':sun_with_face:';
const FULL_MOON_WITH_FACE = ':full_moon_with_face:';
const NEW_MOON_WITH_FACE = ':new_moon_with_face:';
const NEW_MOON = ':new_moon:';
const WAXING_CRESCENT_MOON = ':waxing_crescent_moon:';
const FIRST_QUARTER_MOON = ':first_quarter_moon:';
const WAXING_GIBBOUS_MOON = ':waxing_gibbous_moon:';
const FULL_MOON = ':full_moon:';
const WANING_GIBBOUS_MOON = ':waning_gibbous_moon:';
const LAST_QUARTER_MOON = ':last_quarter_moon:';
const WANING_CRESCENT_MOON = ':waning_crescent_moon:';
const LAST_QUARTER_MOON_WITH_FACE = ':last_quarter_moon_with_face:';
const FIRST_QUARTER_MOON_WITH_FACE = ':first_quarter_moon_with_face:';
const CRESCENT_MOON = ':crescent_moon:';
const EARTH_AFRICA = ':earth_africa:';
const EARTH_AMERICAS = ':earth_americas:';
const EARTH_ASIA = ':earth_asia:';
const VOLCANO = ':volcano:';
const MILKY_WAY = ':milky_way:';
const PARTLY_SUNNY = ':partly_sunny:';
const OCTOCAT = ':octocat:';
const SQUIRREL = ':squirrel:';
const OBJECTS = 'Objects';
const BAMBOO = ':bamboo:';
const GIFT_HEART = ':gift_heart:';
const DOLLS = ':dolls:';
const SCHOOL_SATCHEL = ':school_satchel:';
const MORTAR_BOARD = ':mortar_board:';
const FLAGS = ':flags:';
const FIREWORKS = ':fireworks:';
const SPARKLER = ':sparkler:';
const WIND_CHIME = ':wind_chime:';
const RICE_SCENE = ':rice_scene:';
const JACK_O_LANTERN = ':jack_o_lantern:';
const GHOST = ':ghost:';
const SANTA = ':santa:';
const CHRISTMAS_TREE = ':christmas_tree:';
const GIFT = ':gift:';
const BELL = ':bell:';
const NO_BELL = ':no_bell:';
const TANABATA_TREE = ':tanabata_tree:';
const TADA = ':tada:';
const CONFETTI_BALL = ':confetti_ball:';
const BALLOON = ':balloon:';
const CRYSTAL_BALL = ':crystal_ball:';
const CD = ':cd:';
const DVD = ':dvd:';
const FLOPPY_DISK = ':floppy_disk:';
const CAMERA = ':camera:';
const VIDEO_CAMERA = ':video_camera:';
const MOVIE_CAMERA = ':movie_camera:';
const COMPUTER = ':computer:';
const TV = ':tv:';
const IPHONE = ':iphone:';
const PHONE = ':phone:';
const TELEPHONE = ':telephone:';
const TELEPHONE_RECEIVER = ':telephone_receiver:';
const PAGER = ':pager:';
const FAX = ':fax:';
const MINIDISC = ':minidisc:';
const VHS = ':vhs:';
const SOUND = ':sound:';
const SPEAKER = ':speaker:';
const MUTE = ':mute:';
const LOUDSPEAKER = ':loudspeaker:';
const MEGA = ':mega:';
const HOURGLASS = ':hourglass:';
const HOURGLASS_FLOWING_SAND = ':hourglass_flowing_sand:';
const ALARM_CLOCK = ':alarm_clock:';
const WATCH = ':watch:';
const RADIO = ':radio:';
const SATELLITE = ':satellite:';
const LOOP = ':loop:';
const MAG = ':mag:';
const MAG_RIGHT = ':mag_right:';
const UNLOCK = ':unlock:';
const LOCK = ':lock:';
const LOCK_WITH_INK_PEN = ':lock_with_ink_pen:';
const CLOSED_LOCK_WITH_KEY = ':closed_lock_with_key:';
const KEY = ':key:';
const BULB = ':bulb:';
const FLASHLIGHT = ':flashlight:';
const HIGH_BRIGHTNESS = ':high_brightness:';
const LOW_BRIGHTNESS = ':low_brightness:';
const ELECTRIC_PLUG = ':electric_plug:';
const BATTERY = ':battery:';
const CALLING = ':calling:';
const EMAIL = ':email:';
const MAILBOX = ':mailbox:';
const POSTBOX = ':postbox:';
const BATH = ':bath:';
const BATHTUB = ':bathtub:';
const SHOWER = ':shower:';
const TOILET = ':toilet:';
const WRENCH = ':wrench:';
const NUT_AND_BOLT = ':nut_and_bolt:';
const HAMMER = ':hammer:';
const SEAT = ':seat:';
const MONEYBAG = ':moneybag:';
const YEN = ':yen:';
const DOLLAR = ':dollar:';
const POUND = ':pound:';
const EURO = ':euro:';
const CREDIT_CARD = ':credit_card:';
const MONEY_WITH_WINGS = ':money_with_wings:';
const E_MAIL = ':e-mail:';
const INBOX_TRAY = ':inbox_tray:';
const OUTBOX_TRAY = ':outbox_tray:';
const ENVELOPE = ':envelope:';
const INCOMING_ENVELOPE = ':incoming_envelope:';
const POSTAL_HORN = ':postal_horn:';
const MAILBOX_CLOSED = ':mailbox_closed:';
const MAILBOX_WITH_MAIL = ':mailbox_with_mail:';
const MAILBOX_WITH_NO_MAIL = ':mailbox_with_no_mail:';
const PACKAGE = ':package:';
const DOOR = ':door:';
const SMOKING = ':smoking:';
const BOMB = ':bomb:';
const GUN = ':gun:';
const HOCHO = ':hocho:';
const PILL = ':pill:';
const SYRINGE = ':syringe:';
const PAGE_FACING_UP = ':page_facing_up:';
const PAGE_WITH_CURL = ':page_with_curl:';
const BOOKMARK_TABS = ':bookmark_tabs:';
const BAR_CHART = ':bar_chart:';
const CHART_WITH_UPWARDS_TREND = ':chart_with_upwards_trend:';
const CHART_WITH_DOWNWARDS_TREND = ':chart_with_downwards_trend:';
const SCROLL = ':scroll:';
const CLIPBOARD = ':clipboard:';
const CALENDAR = ':calendar:';
const DATE = ':date:';
const CARD_INDEX = ':card_index:';
const FILE_FOLDER = ':file_folder:';
const OPEN_FILE_FOLDER = ':open_file_folder:';
const SCISSORS = ':scissors:';
const PUSHPIN = ':pushpin:';
const PAPERCLIP = ':paperclip:';
const BLACK_NIB = ':black_nib:';
const PENCIL2 = ':pencil2:';
const STRAIGHT_RULER = ':straight_ruler:';
const TRIANGULAR_RULER = ':triangular_ruler:';
const CLOSED_BOOK = ':closed_book:';
const GREEN_BOOK = ':green_book:';
const BLUE_BOOK = ':blue_book:';
const ORANGE_BOOK = ':orange_book:';
const NOTEBOOK = ':notebook:';
const NOTEBOOK_WITH_DECORATIVE_COVER = ':notebook_with_decorative_cover:';
const LEDGER = ':ledger:';
const BOOKS = ':books:';
const BOOKMARK = ':bookmark:';
const NAME_BADGE = ':name_badge:';
const MICROSCOPE = ':microscope:';
const TELESCOPE = ':telescope:';
const NEWSPAPER = ':newspaper:';
const FOOTBALL = ':football:';
const BASKETBALL = ':basketball:';
const SOCCER = ':soccer:';
const BASEBALL = ':baseball:';
const TENNIS = ':tennis:';
const _8BALL = ':8ball:';
const RUGBY_FOOTBALL = ':rugby_football:';
const BOWLING = ':bowling:';
const GOLF = ':golf:';
const MOUNTAIN_BICYCLIST = ':mountain_bicyclist:';
const BICYCLIST = ':bicyclist:';
const HORSE_RACING = ':horse_racing:';
const SNOWBOARDER = ':snowboarder:';
const SWIMMER = ':swimmer:';
const SURFER = ':surfer:';
const SKI = ':ski:';
const SPADES = ':spades:';
const HEARTS = ':hearts:';
const CLUBS = ':clubs:';
const DIAMONDS = ':diamonds:';
const GEM = ':gem:';
const RING = ':ring:';
const TROPHY = ':trophy:';
const MUSICAL_SCORE = ':musical_score:';
const MUSICAL_KEYBOARD = ':musical_keyboard:';
const VIOLIN = ':violin:';
const SPACE_INVADER = ':space_invader:';
const VIDEO_GAME = ':video_game:';
const BLACK_JOKER = ':black_joker:';
const FLOWER_PLAYING_CARDS = ':flower_playing_cards:';
const GAME_DIE = ':game_die:';
const DART = ':dart:';
const MAHJONG = ':mahjong:';
const CLAPPER = ':clapper:';
const MEMO = ':memo:';
const PENCIL = ':pencil:';
const BOOK = ':book:';
const ART = ':art:';
const MICROPHONE = ':microphone:';
const HEADPHONES = ':headphones:';
const TRUMPET = ':trumpet:';
const SAXOPHONE = ':saxophone:';
const GUITAR = ':guitar:';
const SHOE = ':shoe:';
const SANDAL = ':sandal:';
const HIGH_HEEL = ':high_heel:';
const LIPSTICK = ':lipstick:';
const BOOT = ':boot:';
const SHIRT = ':shirt:';
const TSHIRT = ':tshirt:';
const NECKTIE = ':necktie:';
const WOMANS_CLOTHES = ':womans_clothes:';
const DRESS = ':dress:';
const RUNNING_SHIRT_WITH_SASH = ':running_shirt_with_sash:';
const JEANS = ':jeans:';
const KIMONO = ':kimono:';
const BIKINI = ':bikini:';
const RIBBON = ':ribbon:';
const TOPHAT = ':tophat:';
const CROWN = ':crown:';
const WOMANS_HAT = ':womans_hat:';
const MANS_SHOE = ':mans_shoe:';
const CLOSED_UMBRELLA = ':closed_umbrella:';
const BRIEFCASE = ':briefcase:';
const HANDBAG = ':handbag:';
const POUCH = ':pouch:';
const PURSE = ':purse:';
const EYEGLASSES = ':eyeglasses:';
const FISHING_POLE_AND_FISH = ':fishing_pole_and_fish:';
const COFFEE = ':coffee:';
const TEA = ':tea:';
const SAKE = ':sake:';
const BABY_BOTTLE = ':baby_bottle:';
const BEER = ':beer:';
const BEERS = ':beers:';
const COCKTAIL = ':cocktail:';
const TROPICAL_DRINK = ':tropical_drink:';
const WINE_GLASS = ':wine_glass:';
const FORK_AND_KNIFE = ':fork_and_knife:';
const PIZZA = ':pizza:';
const HAMBURGER = ':hamburger:';
const FRIES = ':fries:';
const POULTRY_LEG = ':poultry_leg:';
const MEAT_ON_BONE = ':meat_on_bone:';
const SPAGHETTI = ':spaghetti:';
const CURRY = ':curry:';
const FRIED_SHRIMP = ':fried_shrimp:';
const BENTO = ':bento:';
const SUSHI = ':sushi:';
const FISH_CAKE = ':fish_cake:';
const RICE_BALL = ':rice_ball:';
const RICE_CRACKER = ':rice_cracker:';
const RICE = ':rice:';
const RAMEN = ':ramen:';
const STEW = ':stew:';
const ODEN = ':oden:';
const DANGO = ':dango:';
const EGG = ':egg:';
const BREAD = ':bread:';
const DOUGHNUT = ':doughnut:';
const CUSTARD = ':custard:';
const ICECREAM = ':icecream:';
const ICE_CREAM = ':ice_cream:';
const SHAVED_ICE = ':shaved_ice:';
const BIRTHDAY = ':birthday:';
const CAKE = ':cake:';
const COOKIE = ':cookie:';
const CHOCOLATE_BAR = ':chocolate_bar:';
const CANDY = ':candy:';
const LOLLIPOP = ':lollipop:';
const HONEY_POT = ':honey_pot:';
const APPLE = ':apple:';
const GREEN_APPLE = ':green_apple:';
const TANGERINE = ':tangerine:';
const LEMON = ':lemon:';
const CHERRIES = ':cherries:';
const GRAPES = ':grapes:';
const WATERMELON = ':watermelon:';
const STRAWBERRY = ':strawberry:';
const PEACH = ':peach:';
const MELON = ':melon:';
const BANANA = ':banana:';
const PEAR = ':pear:';
const PINEAPPLE = ':pineapple:';
const SWEET_POTATO = ':sweet_potato:';
const EGGPLANT = ':eggplant:';
const TOMATO = ':tomato:';
const CORN = ':corn:';
const PLACES = 'Places';
const HOUSE = ':house:';
const HOUSE_WITH_GARDEN = ':house_with_garden:';
const SCHOOL = ':school:';
const OFFICE = ':office:';
const POST_OFFICE = ':post_office:';
const HOSPITAL = ':hospital:';
const BANK = ':bank:';
const CONVENIENCE_STORE = ':convenience_store:';
const LOVE_HOTEL = ':love_hotel:';
const HOTEL = ':hotel:';
const WEDDING = ':wedding:';
const CHURCH = ':church:';
const DEPARTMENT_STORE = ':department_store:';
const EUROPEAN_POST_OFFICE = ':european_post_office:';
const CITY_SUNRISE = ':city_sunrise:';
const CITY_SUNSET = ':city_sunset:';
const JAPANESE_CASTLE = ':japanese_castle:';
const EUROPEAN_CASTLE = ':european_castle:';
const TENT = ':tent:';
const FACTORY = ':factory:';
const TOKYO_TOWER = ':tokyo_tower:';
const JAPAN = ':japan:';
const MOUNT_FUJI = ':mount_fuji:';
const SUNRISE_OVER_MOUNTAINS = ':sunrise_over_mountains:';
const SUNRISE = ':sunrise:';
const STARS = ':stars:';
const STATUE_OF_LIBERTY = ':statue_of_liberty:';
const BRIDGE_AT_NIGHT = ':bridge_at_night:';
const CAROUSEL_HORSE = ':carousel_horse:';
const RAINBOW = ':rainbow:';
const FERRIS_WHEEL = ':ferris_wheel:';
const FOUNTAIN = ':fountain:';
const ROLLER_COASTER = ':roller_coaster:';
const SHIP = ':ship:';
const SPEEDBOAT = ':speedboat:';
const BOAT = ':boat:';
const SAILBOAT = ':sailboat:';
const ROWBOAT = ':rowboat:';
const ANCHOR = ':anchor:';
const ROCKET = ':rocket:';
const AIRPLANE = ':airplane:';
const HELICOPTER = ':helicopter:';
const STEAM_LOCOMOTIVE = ':steam_locomotive:';
const TRAM = ':tram:';
const MOUNTAIN_RAILWAY = ':mountain_railway:';
const BIKE = ':bike:';
const AERIAL_TRAMWAY = ':aerial_tramway:';
const SUSPENSION_RAILWAY = ':suspension_railway:';
const MOUNTAIN_CABLEWAY = ':mountain_cableway:';
const TRACTOR = ':tractor:';
const BLUE_CAR = ':blue_car:';
const ONCOMING_AUTOMOBILE = ':oncoming_automobile:';
const CAR = ':car:';
const RED_CAR = ':red_car:';
const TAXI = ':taxi:';
const ONCOMING_TAXI = ':oncoming_taxi:';
const ARTICULATED_LORRY = ':articulated_lorry:';
const BUS = ':bus:';
const ONCOMING_BUS = ':oncoming_bus:';
const ROTATING_LIGHT = ':rotating_light:';
const POLICE_CAR = ':police_car:';
const ONCOMING_POLICE_CAR = ':oncoming_police_car:';
const FIRE_ENGINE = ':fire_engine:';
const AMBULANCE = ':ambulance:';
const MINIBUS = ':minibus:';
const TRUCK = ':truck:';
const TRAIN = ':train:';
const STATION = ':station:';
const TRAIN2 = ':train2:';
const BULLETTRAIN_FRONT = ':bullettrain_front:';
const BULLETTRAIN_SIDE = ':bullettrain_side:';
const LIGHT_RAIL = ':light_rail:';
const MONORAIL = ':monorail:';
const RAILWAY_CAR = ':railway_car:';
const TROLLEYBUS = ':trolleybus:';
const TICKET = ':ticket:';
const FUELPUMP = ':fuelpump:';
const VERTICAL_TRAFFIC_LIGHT = ':vertical_traffic_light:';
const TRAFFIC_LIGHT = ':traffic_light:';
const WARNING = ':warning:';
const CONSTRUCTION = ':construction:';
const BEGINNER = ':beginner:';
const ATM = ':atm:';
const SLOT_MACHINE = ':slot_machine:';
const BUSSTOP = ':busstop:';
const BARBER = ':barber:';
const HOTSPRINGS = ':hotsprings:';
const CHECKERED_FLAG = ':checkered_flag:';
const CROSSED_FLAGS = ':crossed_flags:';
const IZAKAYA_LANTERN = ':izakaya_lantern:';
const MOYAI = ':moyai:';
const CIRCUS_TENT = ':circus_tent:';
const PERFORMING_ARTS = ':performing_arts:';
const ROUND_PUSHPIN = ':round_pushpin:';
const TRIANGULAR_FLAG_ON_POST = ':triangular_flag_on_post:';
const JP = ':jp:';
const KR = ':kr:';
const CN = ':cn:';
const US = ':us:';
const FR = ':fr:';
const ES = ':es:';
const IT = ':it:';
const RU = ':ru:';
const GB = ':gb:';
const UK = ':uk:';
const DE = ':de:';
const SYMBOLS = 'Symbols';
const ONE = ':one:';
const TWO = ':two:';
const THREE = ':three:';
const FOUR = ':four:';
const FIVE = ':five:';
const SIX = ':six:';
const SEVEN = ':seven:';
const EIGHT = ':eight:';
const NINE = ':nine:';
const KEYCAP_TEN = ':keycap_ten:';
const _1234 = ':1234:';
const ZERO = ':zero:';
const HASH = ':hash:';
const _SYMBOLS = ':symbols:';
const ARROW_BACKWARD = ':arrow_backward:';
const ARROW_DOWN = ':arrow_down:';
const ARROW_FORWARD = ':arrow_forward:';
const ARROW_LEFT = ':arrow_left:';
const CAPITAL_ABCD = ':capital_abcd:';
const ABCD = ':abcd:';
const ABC = ':abc:';
const ARROW_LOWER_LEFT = ':arrow_lower_left:';
const ARROW_LOWER_RIGHT = ':arrow_lower_right:';
const ARROW_RIGHT = ':arrow_right:';
const ARROW_UP = ':arrow_up:';
const ARROW_UPPER_LEFT = ':arrow_upper_left:';
const ARROW_UPPER_RIGHT = ':arrow_upper_right:';
const ARROW_DOUBLE_DOWN = ':arrow_double_down:';
const ARROW_DOUBLE_UP = ':arrow_double_up:';
const ARROW_DOWN_SMALL = ':arrow_down_small:';
const ARROW_HEADING_DOWN = ':arrow_heading_down:';
const ARROW_HEADING_UP = ':arrow_heading_up:';
const LEFTWARDS_ARROW_WITH_HOOK = ':leftwards_arrow_with_hook:';
const ARROW_RIGHT_HOOK = ':arrow_right_hook:';
const LEFT_RIGHT_ARROW = ':left_right_arrow:';
const ARROW_UP_DOWN = ':arrow_up_down:';
const ARROW_UP_SMALL = ':arrow_up_small:';
const ARROWS_CLOCKWISE = ':arrows_clockwise:';
const ARROWS_COUNTERCLOCKWISE = ':arrows_counterclockwise:';
const REWIND = ':rewind:';
const FAST_FORWARD = ':fast_forward:';
const INFORMATION_SOURCE = ':information_source:';
const OK = ':ok:';
const TWISTED_RIGHTWARDS_ARROWS = ':twisted_rightwards_arrows:';
const REPEAT = ':repeat:';
const REPEAT_ONE = ':repeat_one:';
const NEW = ':new:';
const TOP = ':top:';
const UP = ':up:';
const COOL = ':cool:';
const FREE = ':free:';
const NG = ':ng:';
const CINEMA = ':cinema:';
const KOKO = ':koko:';
const SIGNAL_STRENGTH = ':signal_strength:';
const U5272 = ':u5272:';
const U5408 = ':u5408:';
const U55B6 = ':u55b6:';
const U6307 = ':u6307:';
const U6708 = ':u6708:';
const U6709 = ':u6709:';
const U6E80 = ':u6e80:';
const U7121 = ':u7121:';
const U7533 = ':u7533:';
const U7A7A = ':u7a7a:';
const U7981 = ':u7981:';
const SA = ':sa:';
const RESTROOM = ':restroom:';
const MENS = ':mens:';
const WOMENS = ':womens:';
const BABY_SYMBOL = ':baby_symbol:';
const NO_SMOKING = ':no_smoking:';
const PARKING = ':parking:';
const WHEELCHAIR = ':wheelchair:';
const METRO = ':metro:';
const BAGGAGE_CLAIM = ':baggage_claim:';
const ACCEPT = ':accept:';
const WC = ':wc:';
const POTABLE_WATER = ':potable_water:';
const PUT_LITTER_IN_ITS_PLACE = ':put_litter_in_its_place:';
const SECRET = ':secret:';
const CONGRATULATIONS = ':congratulations:';
const M = ':m:';
const PASSPORT_CONTROL = ':passport_control:';
const LEFT_LUGGAGE = ':left_luggage:';
const CUSTOMS = ':customs:';
const IDEOGRAPH_ADVANTAGE = ':ideograph_advantage:';
const CL = ':cl:';
const SOS = ':sos:';
const ID = ':id:';
const NO_ENTRY_SIGN = ':no_entry_sign:';
const UNDERAGE = ':underage:';
const NO_MOBILE_PHONES = ':no_mobile_phones:';
const DO_NOT_LITTER = ':do_not_litter:';
const NON_POTABLE_WATER = ':non-potable_water:';
const NO_BICYCLES = ':no_bicycles:';
const NO_PEDESTRIANS = ':no_pedestrians:';
const CHILDREN_CROSSING = ':children_crossing:';
const NO_ENTRY = ':no_entry:';
const EIGHT_SPOKED_ASTERISK = ':eight_spoked_asterisk:';
const SPARKLE = ':sparkle:';
const EIGHT_POINTED_BLACK_STAR = ':eight_pointed_black_star:';
const HEART_DECORATION = ':heart_decoration:';
const VS = ':vs:';
const VIBRATION_MODE = ':vibration_mode:';
const MOBILE_PHONE_OFF = ':mobile_phone_off:';
const CHART = ':chart:';
const CURRENCY_EXCHANGE = ':currency_exchange:';
const ARIES = ':aries:';
const TAURUS = ':taurus:';
const GEMINI = ':gemini:';
const CANCER = ':cancer:';
const LEO = ':leo:';
const VIRGO = ':virgo:';
const LIBRA = ':libra:';
const SCORPIUS = ':scorpius:';
const SAGITTARIUS = ':sagittarius:';
const CAPRICORN = ':capricorn:';
const AQUARIUS = ':aquarius:';
const PISCES = ':pisces:';
const OPHIUCHUS = ':ophiuchus:';
const SIX_POINTED_STAR = ':six_pointed_star:';
const NEGATIVE_SQUARED_CROSS_MARK = ':negative_squared_cross_mark:';
const A = ':a:';
const B = ':b:';
const AB = ':ab:';
const O2 = ':o2:';
const DIAMOND_SHAPE_WITH_A_DOT_INSIDE = ':diamond_shape_with_a_dot_inside:';
const RECYCLE = ':recycle:';
const END = ':end:';
const BACK = ':back:';
const ON = ':on:';
const SOON = ':soon:';
const CLOCK1 = ':clock1:';
const CLOCK130 = ':clock130:';
const CLOCK10 = ':clock10:';
const CLOCK1030 = ':clock1030:';
const CLOCK11 = ':clock11:';
const CLOCK1130 = ':clock1130:';
const CLOCK12 = ':clock12:';
const CLOCK1230 = ':clock1230:';
const CLOCK2 = ':clock2:';
const CLOCK230 = ':clock230:';
const CLOCK3 = ':clock3:';
const CLOCK330 = ':clock330:';
const CLOCK4 = ':clock4:';
const CLOCK430 = ':clock430:';
const CLOCK5 = ':clock5:';
const CLOCK530 = ':clock530:';
const CLOCK6 = ':clock6:';
const CLOCK630 = ':clock630:';
const CLOCK7 = ':clock7:';
const CLOCK730 = ':clock730:';
const CLOCK8 = ':clock8:';
const CLOCK830 = ':clock830:';
const CLOCK9 = ':clock9:';
const CLOCK930 = ':clock930:';
const HEAVY_DOLLAR_SIGN = ':heavy_dollar_sign:';
const COPYRIGHT = ':copyright:';
const REGISTERED = ':registered:';
const TM = ':tm:';
const X = ':x:';
const HEAVY_EXCLAMATION_MARK = ':heavy_exclamation_mark:';
const BANGBANG = ':bangbang:';
const INTERROBANG = ':interrobang:';
const O = ':o:';
const HEAVY_MULTIPLICATION_X = ':heavy_multiplication_x:';
const HEAVY_PLUS_SIGN = ':heavy_plus_sign:';
const HEAVY_MINUS_SIGN = ':heavy_minus_sign:';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment