1 module emojid.smileys; 2 3 enum Smileys { 4 // face-smiling 5 grinningFace = "😀", 6 grinningFaceWithBigEyes = "😃", 7 grinningFaceWithSmilingEyes = "😄", 8 beamingFaceWithSmilingEyes = "😁", 9 grinningSquintingFace = "😆", 10 grinningFaceWithSweat = "😅", 11 rollingOnTheFloorLaughing = "🤣", 12 faceWithTearsOfJoy = "😂", 13 slightlySmilingFace = "🙂", 14 upsideDownFace = "🙃", 15 winkingFace = "😉", 16 smilingFaceWithSmilingEyes = "😊", 17 smilingFaceWithHalo = "😇", 18 // face-affection 19 smilingFaceWith3Hearts = "🥰", 20 smilingFaceWithHeartEyes = "😍", 21 starStruck = "🤩", 22 faceBlowingAKiss = "😘", 23 kissingFace = "😗", 24 smilingFace = "☺", 25 kissingFaceWithClosedEyes = "😚", 26 kissingFaceWithSmilingEyes = "😙", 27 // face-tongue 28 faceSavoringFood = "😋", 29 faceWithTongue = "😛", 30 winkingFaceWithTongue = "😜", 31 zanyFace = "🤪", 32 squintingFaceWithTongue = "😝", 33 moneyMouthFace = "🤑", 34 // face-hand 35 huggingFace = "🤗", 36 faceWithHandOverMouth = "🤭", 37 shushingFace = "🤫", 38 thinkingFace = "🤔", 39 // face-neutral-skeptical 40 zipperMouthFace = "🤐", 41 faceWithRaisedEyebrow = "🤨", 42 neutralFace = "😐", 43 expressionlessFace = "😑", 44 faceWithoutMouth = "😶", 45 smirkingFace = "😏", 46 unamusedFace = "😒", 47 faceWithRollingEyes = "🙄", 48 grimacingFace = "😬", 49 lyingFace = "🤥", 50 // face-sleepy 51 relievedFace = "😌", 52 pensiveFace = "😔", 53 sleepyFace = "😪", 54 droolingFace = "🤤", 55 sleepingFace = "😴", 56 // face-unwell 57 faceWithMedicalMask = "😷", 58 faceWithThermometer = "🤒", 59 faceWithHeadBandage = "🤕", 60 nauseatedFace = "🤢", 61 faceVomiting = "🤮", 62 sneezingFace = "🤧", 63 hotFace = "🥵", 64 coldFace = "🥶", 65 woozyFace = "🥴", 66 dizzyFace = "😵", 67 explodingHead = "🤯", 68 // face-hat 69 cowboyHatFace = "🤠", 70 partyingFace = "🥳", 71 // face-glasses 72 smilingFaceWithSunglasses = "😎", 73 nerdFace = "🤓", 74 faceWithMonocle = "🧐", 75 // face-concerned 76 confusedFace = "😕", 77 worriedFace = "😟", 78 slightlyFrowningFace = "🙁", 79 frowningFace = "☹", 80 faceWithOpenMouth = "😮", 81 hushedFace = "😯", 82 astonishedFace = "😲", 83 flushedFace = "😳", 84 pleadingFace = "🥺", 85 frowningFaceWithOpenMouth = "😦", 86 anguishedFace = "😧", 87 fearfulFace = "😨", 88 anxiousFaceWithSweat = "😰", 89 sadButRelievedFace = "😥", 90 cryingFace = "😢", 91 loudlyCryingFace = "😭", 92 faceScreamingInFear = "😱", 93 confoundedFace = "😖", 94 perseveringFace = "😣", 95 disappointedFace = "😞", 96 downcastFaceWithSweat = "😓", 97 wearyFace = "😩", 98 tiredFace = "😫", 99 // face-negative 100 faceWithSteamFromNose = "😤", 101 poutingFace = "😡", 102 angryFace = "😠", 103 faceWithSymbolsOnMouth = "🤬", 104 smilingFaceWithHorns = "😈", 105 angryFaceWithHorns = "👿", 106 skull = "💀", 107 skullAndCrossbones = "☠", 108 // face-costume 109 pileOfPoo = "💩", 110 clownFace = "🤡", 111 ogre = "👹", 112 goblin = "👺", 113 ghost = "👻", 114 alien = "👽", 115 alienMonster = "👾", 116 robotFace = "🤖", 117 // cat-face 118 grinningCatFace = "😺", 119 grinningCatFaceWithSmilingEyes = "😸", 120 catFaceWithTearsOfJoy = "😹", 121 smilingCatFaceWithHeartEyes = "😻", 122 catFaceWithWrySmile = "😼", 123 kissingCatFace = "😽", 124 wearyCatFace = "🙀", 125 cryingCatFace = "😿", 126 poutingCatFace = "😾", 127 // monkey-face 128 seeNoEvilMonkey = "🙈", 129 hearNoEvilMonkey = "🙉", 130 speakNoEvilMonkey = "🙊", 131 // emotion 132 kissMark = "💋", 133 loveLetter = "💌", 134 heartWithArrow = "💘", 135 heartWithRibbon = "💝", 136 sparklingHeart = "💖", 137 growingHeart = "💗", 138 beatingHeart = "💓", 139 revolvingHearts = "💞", 140 twoHearts = "💕", 141 heartDecoration = "💟", 142 heavyHeartExclamation = "❣", 143 brokenHeart = "💔", 144 redHeart = "❤", 145 orangeHeart = "🧡", 146 yellowHeart = "💛", 147 greenHeart = "💚", 148 blueHeart = "💙", 149 purpleHeart = "💜", 150 blackHeart = "🖤", 151 hundredPoints = "💯", 152 angerSymbol = "💢", 153 collision = "💥", 154 dizzy = "💫", 155 sweatDroplets = "💦", 156 dashingAway = "💨", 157 hole = "🕳", 158 bomb = "💣", 159 speechBalloon = "💬", 160 eyeInSpeechBubble = "👁️🗨️", 161 leftSpeechBubble = "🗨", 162 rightAngerBubble = "🗯", 163 thoughtBalloon = "💭", 164 zzz = "💤", 165 }