mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 00:56:00 +02:00
enhance: Unicode 15.0で新たに追加された絵文字をリアクションに使えるように (#12683)
This commit is contained in:
@@ -103,6 +103,7 @@
|
||||
["🫥", "dotted_line_face", 0],
|
||||
["🫤", "face_with_diagonal_mouth", 0],
|
||||
["🥹", "face_holding_back_tears", 0],
|
||||
["🫨", "shaking_face", 0],
|
||||
["💩", "poop", 0],
|
||||
["😈", "smiling_imp", 0],
|
||||
["👿", "imp", 0],
|
||||
@@ -132,6 +133,8 @@
|
||||
["✊", "fist", 1],
|
||||
["🤛", "fist_left", 1],
|
||||
["🤜", "fist_right", 1],
|
||||
["🫷", "leftwards_pushing_hand", 1],
|
||||
["🫸", "rightwards_pushing_hand", 1],
|
||||
["✌", "v", 1],
|
||||
["👌", "ok_hand", 1],
|
||||
["✋", "raised_hand", 1],
|
||||
@@ -453,6 +456,7 @@
|
||||
["🐸", "frog", 2],
|
||||
["🦑", "squid", 2],
|
||||
["🐙", "octopus", 2],
|
||||
["🪼", "jellyfish", 2],
|
||||
["🦐", "shrimp", 2],
|
||||
["🐵", "monkey_face", 2],
|
||||
["🦍", "gorilla", 2],
|
||||
@@ -466,7 +470,9 @@
|
||||
["🐤", "baby_chick", 2],
|
||||
["🐣", "hatching_chick", 2],
|
||||
["🐥", "hatched_chick", 2],
|
||||
["🪿", "goose", 2],
|
||||
["🦆", "duck", 2],
|
||||
["🐦⬛", "black_bird", 2],
|
||||
["🦅", "eagle", 2],
|
||||
["🦉", "owl", 2],
|
||||
["🦇", "bat", 2],
|
||||
@@ -474,6 +480,7 @@
|
||||
["🐗", "boar", 2],
|
||||
["🐴", "horse", 2],
|
||||
["🦄", "unicorn", 2],
|
||||
["🫎", "moose", 2],
|
||||
["🐝", "honeybee", 2],
|
||||
["🐛", "bug", 2],
|
||||
["🦋", "butterfly", 2],
|
||||
@@ -516,6 +523,7 @@
|
||||
["🐐", "goat", 2],
|
||||
["🐏", "ram", 2],
|
||||
["🐑", "sheep", 2],
|
||||
["🫏", "donkey", 2],
|
||||
["🐎", "racehorse", 2],
|
||||
["🐖", "pig2", 2],
|
||||
["🐀", "rat", 2],
|
||||
@@ -546,6 +554,7 @@
|
||||
["🐻❄️", "polar_bear", 2],
|
||||
["🦤", "dodo", 2],
|
||||
["🪶", "feather", 2],
|
||||
["🪽", "wing", 2],
|
||||
["🦭", "seal", 2],
|
||||
["🐾", "paw_prints", 2],
|
||||
["🐉", "dragon", 2],
|
||||
@@ -576,6 +585,7 @@
|
||||
["🌻", "sunflower", 2],
|
||||
["🌹", "rose", 2],
|
||||
["🥀", "wilted_flower", 2],
|
||||
["🪻", "hyacinth", 2],
|
||||
["🌷", "tulip", 2],
|
||||
["🌼", "blossom", 2],
|
||||
["🌸", "cherry_blossom", 2],
|
||||
@@ -655,6 +665,7 @@
|
||||
["🥝", "kiwi_fruit", 3],
|
||||
["🥭", "mango", 3],
|
||||
["🥑", "avocado", 3],
|
||||
["🫛", "pea_pod", 3],
|
||||
["🥦", "broccoli", 3],
|
||||
["🍅", "tomato", 3],
|
||||
["🍆", "eggplant", 3],
|
||||
@@ -668,6 +679,7 @@
|
||||
["🌽", "corn", 3],
|
||||
["🥬", "leafy_greens", 3],
|
||||
["🍠", "sweet_potato", 3],
|
||||
["🫚", "ginger_root", 3],
|
||||
["🥜", "peanuts", 3],
|
||||
["🧄", "garlic", 3],
|
||||
["🧅", "onion", 3],
|
||||
@@ -850,9 +862,11 @@
|
||||
["🎧", "headphones", 4],
|
||||
["🎼", "musical_score", 4],
|
||||
["🎹", "musical_keyboard", 4],
|
||||
["🪇", "maracas", 4],
|
||||
["🥁", "drum", 4],
|
||||
["🎷", "saxophone", 4],
|
||||
["🎺", "trumpet", 4],
|
||||
["🪈", "flute", 4],
|
||||
["🎸", "guitar", 4],
|
||||
["🎻", "violin", 4],
|
||||
["🪕", "banjo", 4],
|
||||
@@ -1108,6 +1122,7 @@
|
||||
["🩹", "adhesive_bandage", 6],
|
||||
["🩺", "stethoscope", 6],
|
||||
["🪒", "razor", 6],
|
||||
["🪮", "hair_pick", 6],
|
||||
["🩻", "xray", 6],
|
||||
["🩼", "crutch", 6],
|
||||
["🧬", "dna", 6],
|
||||
@@ -1156,6 +1171,7 @@
|
||||
["🎊", "confetti_ball", 6],
|
||||
["🎉", "tada", 6],
|
||||
["🎎", "dolls", 6],
|
||||
["🪭", "folding_hand_fan", 6],
|
||||
["🎐", "wind_chime", 6],
|
||||
["🎌", "crossed_flags", 6],
|
||||
["🏮", "izakaya_lantern", 6],
|
||||
@@ -1237,14 +1253,17 @@
|
||||
["🪧", "placard", 6],
|
||||
["💯", "100", 7],
|
||||
["🔢", "1234", 7],
|
||||
["🩷", "pink_heart", 7],
|
||||
["❤️", "heart", 7],
|
||||
["🧡", "orange_heart", 7],
|
||||
["💛", "yellow_heart", 7],
|
||||
["💚", "green_heart", 7],
|
||||
["🩵", "light_blue_heart", 7],
|
||||
["💙", "blue_heart", 7],
|
||||
["💜", "purple_heart", 7],
|
||||
["🤎", "brown_heart", 7],
|
||||
["🖤", "black_heart", 7],
|
||||
["🩶", "grey_heart", 7],
|
||||
["🤍", "white_heart", 7],
|
||||
["💔", "broken_heart", 7],
|
||||
["❣", "heavy_heart_exclamation", 7],
|
||||
@@ -1263,6 +1282,7 @@
|
||||
["☪", "star_and_crescent", 7],
|
||||
["🕉", "om", 7],
|
||||
["☸", "wheel_of_dharma", 7],
|
||||
["🪯", "khanda", 7],
|
||||
["✡", "star_of_david", 7],
|
||||
["🔯", "six_pointed_star", 7],
|
||||
["🕎", "menorah", 7],
|
||||
@@ -1358,6 +1378,7 @@
|
||||
["🛃", "customs", 7],
|
||||
["🛄", "baggage_claim", 7],
|
||||
["🛅", "left_luggage", 7],
|
||||
["🛜", "wireless", 7],
|
||||
["♿", "wheelchair", 7],
|
||||
["🚭", "no_smoking", 7],
|
||||
["🚾", "wc", 7],
|
||||
|
||||
Reference in New Issue
Block a user