diff --git a/tabbycat/participants/emoji.py b/tabbycat/participants/emoji.py index 8a6e6cab0c8..d212ad7b1f4 100644 --- a/tabbycat/participants/emoji.py +++ b/tabbycat/participants/emoji.py @@ -1693,6 +1693,87 @@ def populate_code_names_from_emoji(teams, overwrite=True): ("๐Ÿชฅ", True , "Toothbrush"), ("๐Ÿชฆ", False, "Headstone"), # potentially offensive ("๐Ÿชง", False, "Placard"), # dull + + # Unicode Version 13.1 + ("๐Ÿ˜ถโ€๐ŸŒซ", True , "Cloudy Face"), + ("๐Ÿ˜ฎโ€๐Ÿ’จ", True , "Hot Air"), + ("๐Ÿ˜ตโ€๐Ÿ’ซ", True , "Hypnotised"), + ("โคโ€๐Ÿ”ฅ", True , "Fiery Heart"), + ("โคโ€๐Ÿฉน", True , "Mending Heart"), + ("๐Ÿง”โ€โ™‚", False, "Bearded Man"), # dull + ("๐Ÿง”โ€โ™€", False, "Bearded Woman"), # potentially offensive + + # Unicode Version 14.0 + ("๐Ÿซ ", True , "Melting Face"), + ("๐Ÿซข", True , "Oops Face"), + ("๐Ÿซฃ", True , "Peekaboo"), + ("๐Ÿซก", False, "Saluting Face"), # potentially offensive + ("๐Ÿซฅ", True , "Invisible Face"), + ("๐Ÿซค", True , "Diagonal Mouth"), + ("๐Ÿฅน", True , "Grateful Face"), + ("๐Ÿซฑ", False, "Rightwards Hand"), # dull + ("๐Ÿซฒ", False, "Leftwards Hand"), # dull + ("๐Ÿซณ", False, "Palm Down Hand"), # dull + ("๐Ÿซด", False, "Palm Up Hand"), # dull + ("๐Ÿซฐ", True , "Love Gesture"), + ("๐Ÿซต", True , "YOU"), + ("๐Ÿซถ", True , "Heart Hands"), + ("๐Ÿซฆ", True , "Biting Lip"), + ("๐Ÿซ…", True , "Crowned"), + ("๐Ÿซƒ", False, "Pregnant Man"), # potentially offensive + ("๐Ÿซ„", False, "Pregnant Person"), # potentially offensive + ("๐ŸงŒ", True , "Bridgekeeper"), + ("๐Ÿชธ", True , "Coral"), + ("๐Ÿชท", True , "Lotus"), + ("๐Ÿชน", False, "Empty Nest"), # dull + ("๐Ÿชบ", True , "Unladen Swallow"), + ("๐Ÿซ˜", True , "Beans"), + ("๐Ÿซ—", False, "Leak"), # dull + ("๐Ÿซ™", False, "Jar"), # dull + ("๐Ÿ›", True , "Slide"), + ("๐Ÿ›ž", True , "Wheel"), + ("๐Ÿ›Ÿ", True , "Buoy"), + ("๐Ÿชฉ", True , "Mirror Ball"), + ("๐Ÿชซ", True , "Low Battery"), + ("๐Ÿฉผ", False, "Crutch"), # potentially offensive + ("๐Ÿฉป", True , "X-Ray"), + ("๐Ÿซง", True , "Bubbles"), + ("๐Ÿชฌ", False, "Hamsa"), # potentially offensive + ("๐Ÿชช", True , "Identification Card"), + ("๐ŸŸฐ", False, "Heavy Equals Sign"), # dull + + # Unicode Version 15.0 + ("๐Ÿซจ", True , "Car Sick Face"), + ("๐Ÿฉท", False, "Pink Heart"), # too similar to another + ("๐Ÿฉต", False, "Light Blue Heart"), # too similar to another + ("๐Ÿฉถ", False, "Grey Heart"), # too similar to another + ("๐Ÿซท", True , "No Thanks Hand"), + ("๐Ÿซธ", False, "Rightwards Pushing Hand"), # too similar to another + ("๐ŸซŽ", True , "Moose"), + ("๐Ÿซ", True , "Donkey"), + ("๐Ÿชฝ", True , "Wing"), + ("๐Ÿชฟ", True , "Honking Bird"), + ("๐Ÿชผ", True , "Jellyfish"), + ("๐Ÿชป", True , "Hyacinth"), + ("๐Ÿซš", True , "Ginger"), + ("๐Ÿซ›", True , "Pea Pod"), + ("๐Ÿชญ", True , "Folding Hand Fan"), + ("๐Ÿชฎ", True , "Hair Pick"), + ("๐Ÿช‡", True , "Maracas"), + ("๐Ÿชˆ", True , "Flute"), + ("๐Ÿชฏ", False, "Khanda"), # potentially offensive + ("๐Ÿ›œ", True , "Wireless"), + + # Unicode Version 15.1 + ("๐Ÿ™‚โ€โ†”", True , "Headshake"), + ("๐Ÿ™‚โ€โ†•", True , "Nodding Face"), + ("๐Ÿšถโ€โžก", False, "Walking"), # dull + ("๐ŸงŽโ€โžก", False, "Person Kneeling"), # dull + ("๐Ÿƒโ€โžก", False, "Person Running"), # dull + ("๐Ÿฆโ€๐Ÿ”ฅ", True , "Phoenix"), + ("๐Ÿ‹โ€๐ŸŸฉ", True , "Lime"), + ("๐Ÿ„โ€๐ŸŸซ", True , "Brown Mushroom"), + ("โ›“โ€๐Ÿ’ฅ", True , "Broken Chain"), ) # The field choices are the permissible values