Missing emoji
Created by: uwx
Summary
Some emoji are missing.
Details
Probably Unicode 9.0 ones. drooling_face
, gorilla
come to mind.
Steps to reproduce
DiscordEmoji.FromName(":drooling_face:");
- Cry
Notes
[":rofl:"] = "\uD83E\uDD23", // Rolling on the Floor Laughing
[":drooling_face:"] = "\uD83E\uDD24", // Drooling Face
[":nauseated_face:"] = "\uD83E\uDD22", // Nauseated Face
[":sneezing_face:"] = "\uD83E\uDD27", // Sneezing Face
[":cowboy:"] = "\uD83E\uDD20", // Cowboy Hat Face
[":clown:"] = "\uD83E\uDD21", // Clown Face
[":lying_face:"] = "\uD83E\uDD25", // Lying Face
[":prince:"] = "\uD83E\uDD34", // Prince
[":man_in_tuxedo:"] = "\uD83E\uDD35", // Man in Tuxedo
[":pregnant_woman:"] = "\uD83E\uDD30", // Pregnant Woman
[":mrs_claus:"] = "\uD83E\uDD36", // Mrs. Claus
[":face_palm:"] = "\uD83E\uDD26", // Person Facepalming
[":shrug:"] = "\uD83E\uDD37", // Person Shrugging
[":man_dancing:"] = "\uD83D\uDD7A", // Man Dancing
[":fencer:"] = "\uD83E\uDD3A", // Person Fencing
[":cartwheel:"] = "\uD83E\uDD38", // Person Cartwheeling
[":wrestlers:"] = "\uD83E\uDD3C", // People Wrestling
[":water_polo:"] = "\uD83E\uDD3D", // Person Playing Water Polo
[":handball:"] = "\uD83E\uDD3E", // Person Playing Handball
[":juggling:"] = "\uD83E\uDD39", // Person Juggling
[":selfie:"] = "\uD83E\uDD33", // Selfie
[":fingers_crossed:"] = "\uD83E\uDD1E", // Crossed Fingers
[":call_me:"] = "\uD83E\uDD19", // Call Me Hand
[":left_facing_fist:"] = "\uD83E\uDD1B", // Left-Facing Fist
[":right_facing_fist:"] = "\uD83E\uDD1C", // Right-Facing Fist
[":raised_back_of_hand:"] = "\uD83E\uDD1A", // Raised Back of Hand
[":handshake:"] = "\uD83E\uDD1D", // Handshake
[":black_heart:"] = "\uD83D\uDDA4", // Black Heart
[":gorilla:"] = "\uD83E\uDD8D", // Gorilla
[":fox:"] = "\uD83E\uDD8A", // Fox Face
[":deer:"] = "\uD83E\uDD8C", // Deer
[":rhino:"] = "\uD83E\uDD8F", // Rhinoceros
[":bat:"] = "\uD83E\uDD87", // Bat
[":eagle:"] = "\uD83E\uDD85", // Eagle
[":duck:"] = "\uD83E\uDD86", // Duck
[":owl:"] = "\uD83E\uDD89", // Owl
[":lizard:"] = "\uD83E\uDD8E", // Lizard
[":shark:"] = "\uD83E\uDD88", // Shark
[":shrimp:"] = "\uD83E\uDD90", // Shrimp
[":squid:"] = "\uD83E\uDD91", // Squid
[":butterfly:"] = "\uD83E\uDD8B", // Butterfly
[":wilted_rose:"] = "\uD83E\uDD40", // Wilted Flower
[":kiwi:"] = "\uD83E\uDD5D", // Kiwi Fruit
[":avocado:"] = "\uD83E\uDD51", // Avocado
[":potato:"] = "\uD83E\uDD54", // Potato
[":carrot:"] = "\uD83E\uDD55", // Carrot
[":cucumber:"] = "\uD83E\uDD52", // Cucumber
[":peanuts:"] = "\uD83E\uDD5C", // Peanuts
[":croissant:"] = "\uD83E\uDD50", // Croissant
[":french_bread:"] = "\uD83E\uDD56", // Baguette Bread
[":pancakes:"] = "\uD83E\uDD5E", // Pancakes
[":bacon:"] = "\uD83E\uDD53", // Bacon
[":stuffed_flatbread:"] = "\uD83E\uDD59", // Stuffed Flatbread
[":egg:"] = "\uD83E\uDD5A", // Egg
[":shallow_pan_of_food:"] = "\uD83E\uDD58", // Shallow Pan of Food
[":salad:"] = "\uD83E\uDD57", // Green Salad
[":milk:"] = "\uD83E\uDD5B", // Glass of Milk
[":champagne_glass:"] = "\uD83E\uDD42", // Clinking Glasses
[":tumbler_glass:"] = "\uD83E\uDD43", // Tumbler Glass
[":spoon:"] = "\uD83E\uDD44", // Spoon
[":scooter:"] = "\uD83D\uDEF4", // Kick Scooter
[":motor_scooter:"] = "\uD83D\uDEF5", // Motor Scooter
[":octagonal_sign:"] = "\uD83D\uDED1", // Stop Sign
[":canoe:"] = "\uD83D\uDEF6", // Canoe
[":first_place:"] = "\uD83E\uDD47", // 1st Place Medal
[":second_place:"] = "\uD83E\uDD48", // 2nd Place Medal
[":third_place:"] = "\uD83E\uDD49", // 3rd Place Medal
[":boxing_glove:"] = "\uD83E\uDD4A", // Boxing Glove
[":martial_arts_uniform:"] = "\uD83E\uDD4B", // Martial Arts Uniform
[":goal:"] = "\uD83E\uDD45", // Goal Net
[":drum:"] = "\uD83E\uDD41", // Drum
[":shopping_cart:"] = "\uD83D\uDED2", // Shopping Cart
TODO: Make a PR. I forgot where I put the code for my thing that made unicode escapes pretty. Crap.