Skip to content

Instantly share code, notes, and snippets.

@marcellodesales
Last active September 14, 2023 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcellodesales/aba1152a91d69f9b39745a08fd73a6f9 to your computer and use it in GitHub Desktop.
Save marcellodesales/aba1152a91d69f9b39745a08fd73a6f9 to your computer and use it in GitHub Desktop.
All emojis used for gitops gitflow emojiops automation

Emoji for Developer Automation

I'm passionate about automation and emojis have been used in Git for a while... here are some examples I've been using on my repos based on different emoji automation projects. Mostly from https://www.emojiall.com/en/all-emojis?type=normal.

To search for emojis based on a given keyword, just use https://emojidb.org/done-emojis?user_typed_query=1&utm_source=user_search

Language or platform-specific emojis

  • These are my personal list of emojis for the things I didn't find before
Emoji Description GitHub Code
Coffee (Java) :coffee:
🐹 Golang :hamster:
🦀 Crab (Rust) :crab:
🐍 Snake (Python) :snake:
🐘 Elephant (Apache Hadoop) :elephant:
🍎 Red Apple (Swift) :apple:
💎 Gem Stone (Ruby) :gem:
🥐 Croissant (Vue.js) :croissant:
🍦 Ice Cream (React) :icecream:
🐋 Whale (Apache Whale) :whale2:
🐙 Octopus (Octave) :octopus:
🪐 Saturn (Saturn.jl) :saturn:

Utilities I'm maintaining

Emoji Description GitHub Code
🍪 Web Cookies :cookie:
📦 Package (Package Manager) :package:
⚙️ Gear (Configuration) :gear:
🗜️ Clamp (Compression) :compression:
🏗 Deployment / Infra :building_construction:
🐳 Whale (Docker) :whale:
☸️ Kubernetes :wheel_of_dharma:
🎡 Helm Charts :ferris_wheel:
🧮 Lambda Function :abacus:
🍱 Namespaces :bento:
☁️ Cloud Provider :cloud:
🐬 Dolphin (DolphinDB) :dolphin:
🐘 Postgres :elephant:
🥬 Mongodb :leafy_green:
🌱 Migration script :seedling:
🛢 Database :oil_drum:
🚮 Garbage Collection :put_litter_in_its_place:
✉️ Email / Envelop :email:
🔗 Link :link:
🩹 Bug Patch :adhesive_bandage:
🤖 AI :robot:
💬 Chat :speech_ballon:
🦾 AI Prompt :mechanical_arm:
⛓️ Blockchain / Distributed Ledger :chain:
🧠 ChatGPT :brain:
🏃 Run Process :runner:
🐸 Artifactory :frog:
🎛 Settings :control_knobs:
🛣 Paved Road :motorway:
🚩 Feature Flags :triangular_flag_on_post:
🧬 Data Liniage :dna:
💸 Cost Optimization :money_with_wings:
🏘 Multi-tenant :houses:
🧶 Node Yarn :yarn:
✂️ Cut :scissors:
🧹 Clean-up :broom:
🧩 Component :jigsaw:
🎰 Random :slot_machine:
🪵 Logs :wood:
🔊 Debug Logs :loud_sound:

Programming Strategies

Emoji Description GitHub Code
⏲️ Timeout :timer_clock:
🏭 Factory :factory:
📆 Scheduler :calendar:
📢 Notifications :loudspeaker:
⏯️ Blocking / Wait :play_or_pause_button:
🔀 Parallelism :twisted_rightwards_arrows:

Gitmoji-cz

Emoji Description GitHub Code
🌟 New feature :sparkles:
🔧 Bugfix :wrench:
📦 Package :package:
🚀 Deployment :rocket:
📊 Analytics :chart_with_upwards_trend:
🔒 Security :lock:
💄 UI/UX :lipstick:

emoji-commit

Emoji Description GitHub Code
🎉 Initial commit :tada:
🐛 Bugfix :bug:
New feature :heavy_plus_sign:
♻️ Refactoring :recycle:
📚 Documentation :books:
🐎 Performance :racehorse:
🎨 Style :art:

Programoji

Programoji is not an official or widely-adopted standard like Gitmoji, so it does not have associated GitHub emojis. However, we can provide a modified table that replaces Programoji emojis with GitHub emojis that have similar meanings:

Emoji Description GitHub Code
🐛 Bug :bug:
💻 Code :computer:
📚 Documentation :books:
🚀 Deployment :rocket:
💡 Idea :bulb:
🛠️ In Progress :hammer_and_wrench:
💡 Solution :bulb:
🧪 Testing :test_tube:
📖 User Story :book:
🚢 Release :ship:
📝 Release Notes :pencil:

Note that these GitHub emojis are not a direct replacement for Programoji emojis, and that their meanings may vary depending on the context of their use. Also note that the last GitHub emoji :pencil: is used for documentation and release notes interchangeably, while in Practice Gitmojii of using 📝 mainly for documentation and 📄 for release notes as I provided earlier.

Note that the tables for Codepoints and Gitmoji-cz only include a subset of the available emojis. The full list of relevant emojis for Codepoints can be found on their website, while Gitmoji-cz only includes a selection of Gitmoji emojis. The tables for emoji-commit and Programoji include some of the most commonly used emojis associated with software engineering.

From GitCommitMoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Emoji Description GitHub Code
💻 Personal Computer :computer:
🎉 Initial commit :tada:
🔖 Version tag :bookmark:
New feature :sparkles:
🐛 Bugfix :bug:
📇 Metadata :card_index:
📚 Documentation :books:
💡 Documenting source code :bulb:
🐎 Performance :racehorse:
💄 Cosmetic :lipstick:
🚨 Tests :rotating_light:
Adding a test :white_check_mark:
✔️ Make a test pass :heavy_check_mark:
⚡️ General update :zap:
🎨 Improve format/structure :art:
🔨 Refactor code :hammer:
🔥 Removing code/files :fire:
💚 Continuous Integration :green_heart:
🔒 Security :lock:
⬆️ Upgrading dependencies :arrow_up:
⬇️ Downgrading dependencies :arrow_down:
👕 Lint :shirt:
👽 Translation :alien:
✏️ Text :pencil:
🚑 Critical hotfix :ambulance:
🚀 Deploying stuff :rocket:
🍎 Fixing on MacOS :apple:
🐧 Fixing on Linux :penguin:
🏁 Fixing on Windows :checkered_flag:
🚧 Work in progress :construction:
👷 Adding CI build system :construction_worker:
📈 Analytics or tracking code :chart_with_upwards_trend:
Removing a dependency :heavy_minus_sign:
Adding a dependency :heavy_plus_sign:
🐳 Docker :whale:
🔧 Configuration files :wrench:
📦 Package.json in JS :package:
🔀 Merging branches :twisted_rightwards_arrows:
💩 Bad code / need improv. :hankey:
Reverting changes :rewind:
💥 Breaking changes :boom:
👌 Code review changes :ok_hand:
♿️ Accessibility :wheelchair:
🚚 Move/rename repository :truck:
🎭 Other Be creative

gitmoji

Sure, here's a table with Gitmoji emojis and their corresponding GitHub codes

Emoji Description GitHub Code
🎨 Improve structure / format of the code :art:
🔨 Add or update a feature :hammer:
🐛 Fix a bug :bug:
🚑 Critical hotfix :ambulance:
Add a dependency :heavy_plus_sign:
📦 Add or update a package :package:
🚀 Deploy stuff :rocket:
📈 Add or update analytics or track code :chart_with_upwards_trend:
🚨 Fix compiler / Linter warnings :rotating_light:
🔥 Remove code or files :fire:
🚧 Work in progress :construction:
💩 Write bad code that needs to be improved :poop:
🚚 Move or rename files :truck:
🔌 Work with plugins :electric_plug:
🚤 Work with Docker :speedboat:
📝 Write documentation :pencil:
🎉 Initial commit :tada:
💄 Add or update the UI and style files :lipstick:
🚦 Add or update tests :traffic_light:
🚥 Add or update continuous integration :construction_worker:
🔗 Add or update links :link:
🎵 Add or update music and sounds :musical_note:
📱 Work with responsive design :iphone:
🤡 Mocking things :clown_face:
🚲 Work with animations :bike:
Add or update testing :white_check_mark:
Remove tests :x:
🔒 Work with security :lock:
🔑 Add or update authentication / authorization :key:
⬆️ Upgrade dependencies :arrow_up:
⬇️ Downgrade dependencies :arrow_down:
👕 Work with linters :shirt:
📌 Pin dependencies :pushpin:
✏️ Fix typos :pencil2:
💁‍♀️ Add or update contributor guidelines :woman-raising-hand:
💬 Work with text :speech_balloon:
🙈 Add or update a .gitignore file :see_no_evil:
🧵 Multi-threaded Env :thread:

Emoji for Developers

Emoji Description GitHub Code
💻 Personal Computer :computer:
👨‍💻 Man Technologist :man_technologist:
👩‍💻 Woman Technologist :woman_technologist:
🖥️ Desktop Computer :desktop_computer:
🖱️ Computer Mouse :computer_mouse:
⌨️ Keyboard :keyboard:
💾 Floppy Disk :floppy_disk:
💿 Optical Disk :cd:
📀 DVD :dvd:
🗂️ Card Index Dividers :card_index_dividers:
📂 Open File Folder :open_file_folder:
📁 File Folder :file_folder:
📝 Memo :memo:
📎 Paperclip :paperclip:
📌 Pushpin :pushpin:
📋 Clipboard :clipboard:
📐 Triangular Ruler :triangular_ruler:
🧮 Abacus :abacus:
🔍 Magnifying Glass Tilted Left :mag:
🔎 Magnifying Glass Tilted Right :mag_right:
🕵️ Detective :male_detective:, :female_detective:
🎓 Graduation Cap :mortar_board:
📊 Bar Chart :bar_chart:
📈 Chart Increasing :chart_with_upwards_trend:
📉 Chart Decreasing :chart_with_downwards_trend:
📜 Scroll :scroll:
📃 Page With Curl :page_with_curl:

emoji-cheat-sheet

Up to Date

This cheat sheet is automatically generated from GitHub Emoji API and Unicode Full Emoji List.

Table of Contents

Smileys & Emotion

Face Smiling

ico shortcode ico shortcode
top 😀 :grinning: 😃 :smiley: top
top 😄 :smile: 😁 :grin: top
top 😆 :laughing:
:satisfied:
😅 :sweat_smile: top
top 🤣 :rofl: 😂 :joy: top
top 🙂 :slightly_smiling_face: 🙃 :upside_down_face: top
top 😉 :wink: 😊 :blush: top
top 😇 :innocent: top

Face Affection

ico shortcode ico shortcode
top 🥰 :smiling_face_with_three_hearts: 😍 :heart_eyes: top
top 🤩 :star_struck: 😘 :kissing_heart: top
top 😗 :kissing: ☺️ :relaxed: top
top 😚 :kissing_closed_eyes: 😙 :kissing_smiling_eyes: top
top 🥲 :smiling_face_with_tear: top

Face Tongue

ico shortcode ico shortcode
top 😋 :yum: 😛 :stuck_out_tongue: top
top 😜 :stuck_out_tongue_winking_eye: 🤪 :zany_face: top
top 😝 :stuck_out_tongue_closed_eyes: 🤑 :money_mouth_face: top

Face Hand

ico shortcode ico shortcode
top 🤗 :hugs: 🤭 :hand_over_mouth: top
top 🤫 :shushing_face: 🤔 :thinking: top

Face Neutral Skeptical

ico shortcode ico shortcode
top 🤐 :zipper_mouth_face: 🤨 :raised_eyebrow: top
top 😐 :neutral_face: 😑 :expressionless: top
top 😶 :no_mouth: 😶‍🌫️ :face_in_clouds: top
top 😏 :smirk: 😒 :unamused: top
top 🙄 :roll_eyes: 😬 :grimacing: top
top 😮‍💨 :face_exhaling: 🤥 :lying_face: top

Face Sleepy

ico shortcode ico shortcode
top 😌 :relieved: 😔 :pensive: top
top 😪 :sleepy: 🤤 :drooling_face: top
top 😴 :sleeping: top

Face Unwell

ico shortcode ico shortcode
top 😷 :mask: 🤒 :face_with_thermometer: top
top 🤕 :face_with_head_bandage: 🤢 :nauseated_face: top
top 🤮 :vomiting_face: 🤧 :sneezing_face: top
top 🥵 :hot_face: 🥶 :cold_face: top
top 🥴 :woozy_face: 😵 :dizzy_face: top
top 😵‍💫 :face_with_spiral_eyes: 🤯 :exploding_head: top

Face Hat

ico shortcode ico shortcode
top 🤠 :cowboy_hat_face: 🥳 :partying_face: top
top 🥸 :disguised_face: top

Face Glasses

ico shortcode ico shortcode
top 😎 :sunglasses: 🤓 :nerd_face: top
top 🧐 :monocle_face: top

Face Concerned

ico shortcode ico shortcode
top 😕 :confused: 😟 :worried: top
top 🙁 :slightly_frowning_face: ☹️ :frowning_face: top
top 😮 :open_mouth: 😯 :hushed: top
top 😲 :astonished: 😳 :flushed: top
top 🥺 :pleading_face: 😦 :frowning: top
top 😧 :anguished: 😨 :fearful: top
top 😰 :cold_sweat: 😥 :disappointed_relieved: top
top 😢 :cry: 😭 :sob: top
top 😱 :scream: 😖 :confounded: top
top 😣 :persevere: 😞 :disappointed: top
top 😓 :sweat: 😩 :weary: top
top 😫 :tired_face: 🥱 :yawning_face: top

Face Negative

ico shortcode ico shortcode
top 😤 :triumph: 😡 :pout:
:rage:
top
top 😠 :angry: 🤬 :cursing_face: top
top 😈 :smiling_imp: 👿 :imp: top
top 💀 :skull: ☠️ :skull_and_crossbones: top

Face Costume

ico shortcode ico shortcode
top 💩 :hankey:
:poop:
:shit:
🤡 :clown_face: top
top 👹 :japanese_ogre: 👺 :japanese_goblin: top
top 👻 :ghost: 👽 :alien: top
top 👾 :space_invader: 🤖 :robot: top

Cat Face

ico shortcode ico shortcode
top 😺 :smiley_cat: 😸 :smile_cat: top
top 😹 :joy_cat: 😻 :heart_eyes_cat: top
top 😼 :smirk_cat: 😽 :kissing_cat: top
top 🙀 :scream_cat: 😿 :crying_cat_face: top
top 😾 :pouting_cat: top

Monkey Face

ico shortcode ico shortcode
top 🙈 :see_no_evil: 🙉 :hear_no_evil: top
top 🙊 :speak_no_evil: top

Heart

ico shortcode ico shortcode
top 💌 :love_letter: 💘 :cupid: top
top 💝 :gift_heart: 💖 :sparkling_heart: top
top 💗 :heartpulse: 💓 :heartbeat: top
top 💞 :revolving_hearts: 💕 :two_hearts: top
top 💟 :heart_decoration: ❣️ :heavy_heart_exclamation: top
top 💔 :broken_heart: ❤️‍🔥 :heart_on_fire: top
top ❤️‍🩹 :mending_heart: ❤️ :heart: top
top 🧡 :orange_heart: 💛 :yellow_heart: top
top 💚 :green_heart: 💙 :blue_heart: top
top 💜 :purple_heart: 🤎 :brown_heart: top
top 🖤 :black_heart: 🤍 :white_heart: top

Emotion

ico shortcode ico shortcode
top 💋 :kiss: 💯 :100: top
top 💢 :anger: 💥 :boom:
:collision:
top
top 💫 :dizzy: 💦 :sweat_drops: top
top 💨 :dash: 🕳️ :hole: top
top 💬 :speech_balloon: 👁️‍🗨️ :eye_speech_bubble: top
top 🗨️ :left_speech_bubble: 🗯️ :right_anger_bubble: top
top 💭 :thought_balloon: 💤 :zzz: top

People & Body

Hand Fingers Open

ico shortcode ico shortcode
top 👋 :wave: 🤚 :raised_back_of_hand: top
top 🖐️ :raised_hand_with_fingers_splayed: :hand:
:raised_hand:
top
top 🖖 :vulcan_salute: top

Hand Fingers Partial

ico shortcode ico shortcode
top 👌 :ok_hand: 🤌 :pinched_fingers: top
top 🤏 :pinching_hand: ✌️ :v: top
top 🤞 :crossed_fingers: 🤟 :love_you_gesture: top
top 🤘 :metal: 🤙 :call_me_hand: top

Hand Single Finger

ico shortcode ico shortcode
top 👈 :point_left: 👉 :point_right: top
top 👆 :point_up_2: 🖕 :fu:
:middle_finger:
top
top 👇 :point_down: ☝️ :point_up: top

Hand Fingers Closed

ico shortcode ico shortcode
top 👍 :+1:
:thumbsup:
👎 :-1:
:thumbsdown:
top
top :fist:
:fist_raised:
👊 :facepunch:
:fist_oncoming:
:punch:
top
top 🤛 :fist_left: 🤜 :fist_right: top

Hands

ico shortcode ico shortcode
top 👏 :clap: 🙌 :raised_hands: top
top 👐 :open_hands: 🤲 :palms_up_together: top
top 🤝 :handshake: 🙏 :pray: top

Hand Prop

ico shortcode ico shortcode
top ✍️ :writing_hand: 💅 :nail_care: top
top 🤳 :selfie: top

Body Parts

ico shortcode ico shortcode
top 💪 :muscle: 🦾 :mechanical_arm: top
top 🦿 :mechanical_leg: 🦵 :leg: top
top 🦶 :foot: 👂 :ear: top
top 🦻 :ear_with_hearing_aid: 👃 :nose: top
top 🧠 :brain: 🫀 :anatomical_heart: top
top 🫁 :lungs: 🦷 :tooth: top
top 🦴 :bone: 👀 :eyes: top
top 👁️ :eye: 👅 :tongue: top
top 👄 :lips: top

Person

ico shortcode ico shortcode
top 👶 :baby: 🧒 :child: top
top 👦 :boy: 👧 :girl: top
top 🧑 :adult: 👱 :blond_haired_person: top
top 👨 :man: 🧔 :bearded_person: top
top 🧔‍♂️ :man_beard: 🧔‍♀️ :woman_beard: top
top 👨‍🦰 :red_haired_man: 👨‍🦱 :curly_haired_man: top
top 👨‍🦳 :white_haired_man: 👨‍🦲 :bald_man: top
top 👩 :woman: 👩‍🦰 :red_haired_woman: top
top 🧑‍🦰 :person_red_hair: 👩‍🦱 :curly_haired_woman: top
top 🧑‍🦱 :person_curly_hair: 👩‍🦳 :white_haired_woman: top
top 🧑‍🦳 :person_white_hair: 👩‍🦲 :bald_woman: top
top 🧑‍🦲 :person_bald: 👱‍♀️ :blond_haired_woman:
:blonde_woman:
top
top 👱‍♂️ :blond_haired_man: 🧓 :older_adult: top
top 👴 :older_man: 👵 :older_woman: top

Person Gesture

ico shortcode ico shortcode
top 🙍 :frowning_person: 🙍‍♂️ :frowning_man: top
top 🙍‍♀️ :frowning_woman: 🙎 :pouting_face: top
top 🙎‍♂️ :pouting_man: 🙎‍♀️ :pouting_woman: top
top 🙅 :no_good: 🙅‍♂️ :ng_man:
:no_good_man:
top
top 🙅‍♀️ :ng_woman:
:no_good_woman:
🙆 :ok_person: top
top 🙆‍♂️ :ok_man: 🙆‍♀️ :ok_woman: top
top 💁 :information_desk_person:
:tipping_hand_person:
💁‍♂️ :sassy_man:
:tipping_hand_man:
top
top 💁‍♀️ :sassy_woman:
:tipping_hand_woman:
🙋 :raising_hand: top
top 🙋‍♂️ :raising_hand_man: 🙋‍♀️ :raising_hand_woman: top
top 🧏 :deaf_person: 🧏‍♂️ :deaf_man: top
top 🧏‍♀️ :deaf_woman: 🙇 :bow: top
top 🙇‍♂️ :bowing_man: 🙇‍♀️ :bowing_woman: top
top 🤦 :facepalm: 🤦‍♂️ :man_facepalming: top
top 🤦‍♀️ :woman_facepalming: 🤷 :shrug: top
top 🤷‍♂️ :man_shrugging: 🤷‍♀️ :woman_shrugging: top

Person Role

ico shortcode ico shortcode
top 🧑‍⚕️ :health_worker: 👨‍⚕️ :man_health_worker: top
top 👩‍⚕️ :woman_health_worker: 🧑‍🎓 :student: top
top 👨‍🎓 :man_student: 👩‍🎓 :woman_student: top
top 🧑‍🏫 :teacher: 👨‍🏫 :man_teacher: top
top 👩‍🏫 :woman_teacher: 🧑‍⚖️ :judge: top
top 👨‍⚖️ :man_judge: 👩‍⚖️ :woman_judge: top
top 🧑‍🌾 :farmer: 👨‍🌾 :man_farmer: top
top 👩‍🌾 :woman_farmer: 🧑‍🍳 :cook: top
top 👨‍🍳 :man_cook: 👩‍🍳 :woman_cook: top
top 🧑‍🔧 :mechanic: 👨‍🔧 :man_mechanic: top
top 👩‍🔧 :woman_mechanic: 🧑‍🏭 :factory_worker: top
top 👨‍🏭 :man_factory_worker: 👩‍🏭 :woman_factory_worker: top
top 🧑‍💼 :office_worker: 👨‍💼 :man_office_worker: top
top 👩‍💼 :woman_office_worker: 🧑‍🔬 :scientist: top
top 👨‍🔬 :man_scientist: 👩‍🔬 :woman_scientist: top
top 🧑‍💻 :technologist: 👨‍💻 :man_technologist: top
top 👩‍💻 :woman_technologist: 🧑‍🎤 :singer: top
top 👨‍🎤 :man_singer: 👩‍🎤 :woman_singer: top
top 🧑‍🎨 :artist: 👨‍🎨 :man_artist: top
top 👩‍🎨 :woman_artist: 🧑‍✈️ :pilot: top
top 👨‍✈️ :man_pilot: 👩‍✈️ :woman_pilot: top
top 🧑‍🚀 :astronaut: 👨‍🚀 :man_astronaut: top
top 👩‍🚀 :woman_astronaut: 🧑‍🚒 :firefighter: top
top 👨‍🚒 :man_firefighter: 👩‍🚒 :woman_firefighter: top
top 👮 :cop:
:police_officer:
👮‍♂️ :policeman: top
top 👮‍♀️ :policewoman: 🕵️ :detective: top
top 🕵️‍♂️ :male_detective: 🕵️‍♀️ :female_detective: top
top 💂 :guard: 💂‍♂️ :guardsman: top
top 💂‍♀️ :guardswoman: 🥷 :ninja: top
top 👷 :construction_worker: 👷‍♂️ :construction_worker_man: top
top 👷‍♀️ :construction_worker_woman: 🤴 :prince: top
top 👸 :princess: 👳 :person_with_turban: top
top 👳‍♂️ :man_with_turban: 👳‍♀️ :woman_with_turban: top
top 👲 :man_with_gua_pi_mao: 🧕 :woman_with_headscarf: top
top 🤵 :person_in_tuxedo: 🤵‍♂️ :man_in_tuxedo: top
top 🤵‍♀️ :woman_in_tuxedo: 👰 :person_with_veil: top
top 👰‍♂️ :man_with_veil: 👰‍♀️ :bride_with_veil:
:woman_with_veil:
top
top 🤰 :pregnant_woman: 🤱 :breast_feeding: top
top 👩‍🍼 :woman_feeding_baby: 👨‍🍼 :man_feeding_baby: top
top 🧑‍🍼 :person_feeding_baby: top

Person Fantasy

ico shortcode ico shortcode
top 👼 :angel: 🎅 :santa: top
top 🤶 :mrs_claus: 🧑‍🎄 :mx_claus: top
top 🦸 :superhero: 🦸‍♂️ :superhero_man: top
top 🦸‍♀️ :superhero_woman: 🦹 :supervillain: top
top 🦹‍♂️ :supervillain_man: 🦹‍♀️ :supervillain_woman: top
top 🧙 :mage: 🧙‍♂️ :mage_man: top
top 🧙‍♀️ :mage_woman: 🧚 :fairy: top
top 🧚‍♂️ :fairy_man: 🧚‍♀️ :fairy_woman: top
top 🧛 :vampire: 🧛‍♂️ :vampire_man: top
top 🧛‍♀️ :vampire_woman: 🧜 :merperson: top
top 🧜‍♂️ :merman: 🧜‍♀️ :mermaid: top
top 🧝 :elf: 🧝‍♂️ :elf_man: top
top 🧝‍♀️ :elf_woman: 🧞 :genie: top
top 🧞‍♂️ :genie_man: 🧞‍♀️ :genie_woman: top
top 🧟 :zombie: 🧟‍♂️ :zombie_man: top
top 🧟‍♀️ :zombie_woman: top

Person Activity

ico shortcode ico shortcode
top 💆 :massage: 💆‍♂️ :massage_man: top
top 💆‍♀️ :massage_woman: 💇 :haircut: top
top 💇‍♂️ :haircut_man: 💇‍♀️ :haircut_woman: top
top 🚶 :walking: 🚶‍♂️ :walking_man: top
top 🚶‍♀️ :walking_woman: 🧍 :standing_person: top
top 🧍‍♂️ :standing_man: 🧍‍♀️ :standing_woman: top
top 🧎 :kneeling_person: 🧎‍♂️ :kneeling_man: top
top 🧎‍♀️ :kneeling_woman: 🧑‍🦯 :person_with_probing_cane: top
top 👨‍🦯 :man_with_probing_cane: 👩‍🦯 :woman_with_probing_cane: top
top 🧑‍🦼 :person_in_motorized_wheelchair: 👨‍🦼 :man_in_motorized_wheelchair: top
top 👩‍🦼 :woman_in_motorized_wheelchair: 🧑‍🦽 :person_in_manual_wheelchair: top
top 👨‍🦽 :man_in_manual_wheelchair: 👩‍🦽 :woman_in_manual_wheelchair: top
top 🏃 :runner:
:running:
🏃‍♂️ :running_man: top
top 🏃‍♀️ :running_woman: 💃 :dancer:
:woman_dancing:
top
top 🕺 :man_dancing: 🕴️ :business_suit_levitating: top
top 👯 :dancers: 👯‍♂️ :dancing_men: top
top 👯‍♀️ :dancing_women: 🧖 :sauna_person: top
top 🧖‍♂️ :sauna_man: 🧖‍♀️ :sauna_woman: top
top 🧗 :climbing: 🧗‍♂️ :climbing_man: top
top 🧗‍♀️ :climbing_woman: top

Person Sport

ico shortcode ico shortcode
top 🤺 :person_fencing: 🏇 :horse_racing: top
top ⛷️ :skier: 🏂 :snowboarder: top
top 🏌️ :golfing: 🏌️‍♂️ :golfing_man: top
top 🏌️‍♀️ :golfing_woman: 🏄 :surfer: top
top 🏄‍♂️ :surfing_man: 🏄‍♀️ :surfing_woman: top
top 🚣 :rowboat: 🚣‍♂️ :rowing_man: top
top 🚣‍♀️ :rowing_woman: 🏊 :swimmer: top
top 🏊‍♂️ :swimming_man: 🏊‍♀️ :swimming_woman: top
top ⛹️ :bouncing_ball_person: ⛹️‍♂️ :basketball_man:
:bouncing_ball_man:
top
top ⛹️‍♀️ :basketball_woman:
:bouncing_ball_woman:
🏋️ :weight_lifting: top
top 🏋️‍♂️ :weight_lifting_man: 🏋️‍♀️ :weight_lifting_woman: top
top 🚴 :bicyclist: 🚴‍♂️ :biking_man: top
top 🚴‍♀️ :biking_woman: 🚵 :mountain_bicyclist: top
top 🚵‍♂️ :mountain_biking_man: 🚵‍♀️ :mountain_biking_woman: top
top 🤸 :cartwheeling: 🤸‍♂️ :man_cartwheeling: top
top 🤸‍♀️ :woman_cartwheeling: 🤼 :wrestling: top
top 🤼‍♂️ :men_wrestling: 🤼‍♀️ :women_wrestling: top
top 🤽 :water_polo: 🤽‍♂️ :man_playing_water_polo: top
top 🤽‍♀️ :woman_playing_water_polo: 🤾 :handball_person: top
top 🤾‍♂️ :man_playing_handball: 🤾‍♀️ :woman_playing_handball: top
top 🤹 :juggling_person: 🤹‍♂️ :man_juggling: top
top 🤹‍♀️ :woman_juggling: top

Person Resting

ico shortcode ico shortcode
top 🧘 :lotus_position: 🧘‍♂️ :lotus_position_man: top
top 🧘‍♀️ :lotus_position_woman: 🛀 :bath: top
top 🛌 :sleeping_bed: top

Family

ico shortcode ico shortcode
top 🧑‍🤝‍🧑 :people_holding_hands: 👭 :two_women_holding_hands: top
top 👫 :couple: 👬 :two_men_holding_hands: top
top 💏 :couplekiss: 👩‍❤️‍💋‍👨 :couplekiss_man_woman: top
top 👨‍❤️‍💋‍👨 :couplekiss_man_man: 👩‍❤️‍💋‍👩 :couplekiss_woman_woman: top
top 💑 :couple_with_heart: 👩‍❤️‍👨 :couple_with_heart_woman_man: top
top 👨‍❤️‍👨 :couple_with_heart_man_man: 👩‍❤️‍👩 :couple_with_heart_woman_woman: top
top 👪 :family: 👨‍👩‍👦 :family_man_woman_boy: top
top 👨‍👩‍👧 :family_man_woman_girl: 👨‍👩‍👧‍👦 :family_man_woman_girl_boy: top
top 👨‍👩‍👦‍👦 :family_man_woman_boy_boy: 👨‍👩‍👧‍👧 :family_man_woman_girl_girl: top
top 👨‍👨‍👦 :family_man_man_boy: 👨‍👨‍👧 :family_man_man_girl: top
top 👨‍👨‍👧‍👦 :family_man_man_girl_boy: 👨‍👨‍👦‍👦 :family_man_man_boy_boy: top
top 👨‍👨‍👧‍👧 :family_man_man_girl_girl: 👩‍👩‍👦 :family_woman_woman_boy: top
top 👩‍👩‍👧 :family_woman_woman_girl: 👩‍👩‍👧‍👦 :family_woman_woman_girl_boy: top
top 👩‍👩‍👦‍👦 :family_woman_woman_boy_boy: 👩‍👩‍👧‍👧 :family_woman_woman_girl_girl: top
top 👨‍👦 :family_man_boy: 👨‍👦‍👦 :family_man_boy_boy: top
top 👨‍👧 :family_man_girl: 👨‍👧‍👦 :family_man_girl_boy: top
top 👨‍👧‍👧 :family_man_girl_girl: 👩‍👦 :family_woman_boy: top
top 👩‍👦‍👦 :family_woman_boy_boy: 👩‍👧 :family_woman_girl: top
top 👩‍👧‍👦 :family_woman_girl_boy: 👩‍👧‍👧 :family_woman_girl_girl: top

Person Symbol

ico shortcode ico shortcode
top 🗣️ :speaking_head: 👤 :bust_in_silhouette: top
top 👥 :busts_in_silhouette: 🫂 :people_hugging: top
top 👣 :footprints: top

Animals & Nature

Animal Mammal

ico shortcode ico shortcode
top 🐵 :monkey_face: 🐒 :monkey: top
top 🦍 :gorilla: 🦧 :orangutan: top
top 🐶 :dog: 🐕 :dog2: top
top 🦮 :guide_dog: 🐕‍🦺 :service_dog: top
top 🐩 :poodle: 🐺 :wolf: top
top 🦊 :fox_face: 🦝 :raccoon: top
top 🐱 :cat: 🐈 :cat2: top
top 🐈‍⬛ :black_cat: 🦁 :lion: top
top 🐯 :tiger: 🐅 :tiger2: top
top 🐆 :leopard: 🐴 :horse: top
top 🐎 :racehorse: 🦄 :unicorn: top
top 🦓 :zebra: 🦌 :deer: top
top 🦬 :bison: 🐮 :cow: top
top 🐂 :ox: 🐃 :water_buffalo: top
top 🐄 :cow2: 🐷 :pig: top
top 🐖 :pig2: 🐗 :boar: top
top 🐽 :pig_nose: 🐏 :ram: top
top 🐑 :sheep: 🐐 :goat: top
top 🐪 :dromedary_camel: 🐫 :camel: top
top 🦙 :llama: 🦒 :giraffe: top
top 🐘 :elephant: 🦣 :mammoth: top
top 🦏 :rhinoceros: 🦛 :hippopotamus: top
top 🐭 :mouse: 🐁 :mouse2: top
top 🐀 :rat: 🐹 :hamster: top
top 🐰 :rabbit: 🐇 :rabbit2: top
top 🐿️ :chipmunk: 🦫 :beaver: top
top 🦔 :hedgehog: 🦇 :bat: top
top 🐻 :bear: 🐻‍❄️ :polar_bear: top
top 🐨 :koala: 🐼 :panda_face: top
top 🦥 :sloth: 🦦 :otter: top
top 🦨 :skunk: 🦘 :kangaroo: top
top 🦡 :badger: 🐾 :feet:
:paw_prints:
top

Animal Bird

ico shortcode ico shortcode
top 🦃 :turkey: 🐔 :chicken: top
top 🐓 :rooster: 🐣 :hatching_chick: top
top 🐤 :baby_chick: 🐥 :hatched_chick: top
top 🐦 :bird: 🐧 :penguin: top
top 🕊️ :dove: 🦅 :eagle: top
top 🦆 :duck: 🦢 :swan: top
top 🦉 :owl: 🦤 :dodo: top
top 🪶 :feather: 🦩 :flamingo: top
top 🦚 :peacock: 🦜 :parrot: top

Animal Amphibian

ico shortcode
top 🐸 :frog: top

Animal Reptile

ico shortcode ico shortcode
top 🐊 :crocodile: 🐢 :turtle: top
top 🦎 :lizard: 🐍 :snake: top
top 🐲 :dragon_face: 🐉 :dragon: top
top 🦕 :sauropod: 🦖 :t-rex: top

Animal Marine

ico shortcode ico shortcode
top 🐳 :whale: 🐋 :whale2: top
top 🐬 :dolphin:
:flipper:
🦭 :seal: top
top 🐟 :fish: 🐠 :tropical_fish: top
top 🐡 :blowfish: 🦈 :shark: top
top 🐙 :octopus: 🐚 :shell: top

Animal Bug

ico shortcode ico shortcode
top 🐌 :snail: 🦋 :butterfly: top
top 🐛 :bug: 🐜 :ant: top
top 🐝 :bee:
:honeybee:
🪲 :beetle: top
top 🐞 :lady_beetle: 🦗 :cricket: top
top 🪳 :cockroach: 🕷️ :spider: top
top 🕸️ :spider_web: 🦂 :scorpion: top
top 🦟 :mosquito: 🪰 :fly: top
top 🪱 :worm: 🦠 :microbe: top

Plant Flower

ico shortcode ico shortcode
top 💐 :bouquet: 🌸 :cherry_blossom: top
top 💮 :white_flower: 🏵️ :rosette: top
top 🌹 :rose: 🥀 :wilted_flower: top
top 🌺 :hibiscus: 🌻 :sunflower: top
top 🌼 :blossom: 🌷 :tulip: top

Plant Other

ico shortcode ico shortcode
top 🌱 :seedling: 🪴 :potted_plant: top
top 🌲 :evergreen_tree: 🌳 :deciduous_tree: top
top 🌴 :palm_tree: 🌵 :cactus: top
top 🌾 :ear_of_rice: 🌿 :herb: top
top ☘️ :shamrock: 🍀 :four_leaf_clover: top
top 🍁 :maple_leaf: 🍂 :fallen_leaf: top
top 🍃 :leaves: 🍄 :mushroom: top

Food & Drink

Food Fruit

ico shortcode ico shortcode
top 🍇 :grapes: 🍈 :melon: top
top 🍉 :watermelon: 🍊 :mandarin:
:orange:
:tangerine:
top
top 🍋 :lemon: 🍌 :banana: top
top 🍍 :pineapple: 🥭 :mango: top
top 🍎 :apple: 🍏 :green_apple: top
top 🍐 :pear: 🍑 :peach: top
top 🍒 :cherries: 🍓 :strawberry: top
top 🫐 :blueberries: 🥝 :kiwi_fruit: top
top 🍅 :tomato: 🫒 :olive: top
top 🥥 :coconut: top

Food Vegetable

ico shortcode ico shortcode
top 🥑 :avocado: 🍆 :eggplant: top
top 🥔 :potato: 🥕 :carrot: top
top 🌽 :corn: 🌶️ :hot_pepper: top
top 🫑 :bell_pepper: 🥒 :cucumber: top
top 🥬 :leafy_green: 🥦 :broccoli: top
top 🧄 :garlic: 🧅 :onion: top
top 🥜 :peanuts: 🌰 :chestnut: top

Food Prepared

ico shortcode ico shortcode
top 🍞 :bread: 🥐 :croissant: top
top 🥖 :baguette_bread: 🫓 :flatbread: top
top 🥨 :pretzel: 🥯 :bagel: top
top 🥞 :pancakes: 🧇 :waffle: top
top 🧀 :cheese: 🍖 :meat_on_bone: top
top 🍗 :poultry_leg: 🥩 :cut_of_meat: top
top 🥓 :bacon: 🍔 :hamburger: top
top 🍟 :fries: 🍕 :pizza: top
top 🌭 :hotdog: 🥪 :sandwich: top
top 🌮 :taco: 🌯 :burrito: top
top 🫔 :tamale: 🥙 :stuffed_flatbread: top
top 🧆 :falafel: 🥚 :egg: top
top 🍳 :fried_egg: 🥘 :shallow_pan_of_food: top
top 🍲 :stew: 🫕 :fondue: top
top 🥣 :bowl_with_spoon: 🥗 :green_salad: top
top 🍿 :popcorn: 🧈 :butter: top
top 🧂 :salt: 🥫 :canned_food: top

Food Asian

ico shortcode ico shortcode
top 🍱 :bento: 🍘 :rice_cracker: top
top 🍙 :rice_ball: 🍚 :rice: top
top 🍛 :curry: 🍜 :ramen: top
top 🍝 :spaghetti: 🍠 :sweet_potato: top
top 🍢 :oden: 🍣 :sushi: top
top 🍤 :fried_shrimp: 🍥 :fish_cake: top
top 🥮 :moon_cake: 🍡 :dango: top
top 🥟 :dumpling: 🥠 :fortune_cookie: top
top 🥡 :takeout_box: top

Food Marine

ico shortcode ico shortcode
top 🦀 :crab: 🦞 :lobster: top
top 🦐 :shrimp: 🦑 :squid: top
top 🦪 :oyster: top

Food Sweet

ico shortcode ico shortcode
top 🍦 :icecream: 🍧 :shaved_ice: top
top 🍨 :ice_cream: 🍩 :doughnut: top
top 🍪 :cookie: 🎂 :birthday: top
top 🍰 :cake: 🧁 :cupcake: top
top 🥧 :pie: 🍫 :chocolate_bar: top
top 🍬 :candy: 🍭 :lollipop: top
top 🍮 :custard: 🍯 :honey_pot: top

Drink

ico shortcode ico shortcode
top 🍼 :baby_bottle: 🥛 :milk_glass: top
top :coffee: 🫖 :teapot: top
top 🍵 :tea: 🍶 :sake: top
top 🍾 :champagne: 🍷 :wine_glass: top
top 🍸 :cocktail: 🍹 :tropical_drink: top
top 🍺 :beer: 🍻 :beers: top
top 🥂 :clinking_glasses: 🥃 :tumbler_glass: top
top 🥤 :cup_with_straw: 🧋 :bubble_tea: top
top 🧃 :beverage_box: 🧉 :mate: top
top 🧊 :ice_cube: top

Dishware

ico shortcode ico shortcode
top 🥢 :chopsticks: 🍽️ :plate_with_cutlery: top
top 🍴 :fork_and_knife: 🥄 :spoon: top
top 🔪 :hocho:
:knife:
🏺 :amphora: top

Travel & Places

Place Map

ico shortcode ico shortcode
top 🌍 :earth_africa: 🌎 :earth_americas: top
top 🌏 :earth_asia: 🌐 :globe_with_meridians: top
top 🗺️ :world_map: 🗾 :japan: top
top 🧭 :compass: top

Place Geographic

ico shortcode ico shortcode
top 🏔️ :mountain_snow: ⛰️ :mountain: top
top 🌋 :volcano: 🗻 :mount_fuji: top
top 🏕️ :camping: 🏖️ :beach_umbrella: top
top 🏜️ :desert: 🏝️ :desert_island: top
top 🏞️ :national_park: top

Place Building

ico shortcode ico shortcode
top 🏟️ :stadium: 🏛️ :classical_building: top
top 🏗️ :building_construction: 🧱 :bricks: top
top 🪨 :rock: 🪵 :wood: top
top 🛖 :hut: 🏘️ :houses: top
top 🏚️ :derelict_house: 🏠 :house: top
top 🏡 :house_with_garden: 🏢 :office: top
top 🏣 :post_office: 🏤 :european_post_office: top
top 🏥 :hospital: 🏦 :bank: top
top 🏨 :hotel: 🏩 :love_hotel: top
top 🏪 :convenience_store: 🏫 :school: top
top 🏬 :department_store: 🏭 :factory: top
top 🏯 :japanese_castle: 🏰 :european_castle: top
top 💒 :wedding: 🗼 :tokyo_tower: top
top 🗽 :statue_of_liberty: top

Place Religious

ico shortcode ico shortcode
top :church: 🕌 :mosque: top
top 🛕 :hindu_temple: 🕍 :synagogue: top
top ⛩️ :shinto_shrine: 🕋 :kaaba: top

Place Other

ico shortcode ico shortcode
top :fountain: :tent: top
top 🌁 :foggy: 🌃 :night_with_stars: top
top 🏙️ :cityscape: 🌄 :sunrise_over_mountains: top
top 🌅 :sunrise: 🌆 :city_sunset: top
top 🌇 :city_sunrise: 🌉 :bridge_at_night: top
top ♨️ :hotsprings: 🎠 :carousel_horse: top
top 🎡 :ferris_wheel: 🎢 :roller_coaster: top
top 💈 :barber: 🎪 :circus_tent: top

Transport Ground

ico shortcode ico shortcode
top 🚂 :steam_locomotive: 🚃 :railway_car: top
top 🚄 :bullettrain_side: 🚅 :bullettrain_front: top
top 🚆 :train2: 🚇 :metro: top
top 🚈 :light_rail: 🚉 :station: top
top 🚊 :tram: 🚝 :monorail: top
top 🚞 :mountain_railway: 🚋 :train: top
top 🚌 :bus: 🚍 :oncoming_bus: top
top 🚎 :trolleybus: 🚐 :minibus: top
top 🚑 :ambulance: 🚒 :fire_engine: top
top 🚓 :police_car: 🚔 :oncoming_police_car: top
top 🚕 :taxi: 🚖 :oncoming_taxi: top
top 🚗 :car:
:red_car:
🚘 :oncoming_automobile: top
top 🚙 :blue_car: 🛻 :pickup_truck: top
top 🚚 :truck: 🚛 :articulated_lorry: top
top 🚜 :tractor: 🏎️ :racing_car: top
top 🏍️ :motorcycle: 🛵 :motor_scooter: top
top 🦽 :manual_wheelchair: 🦼 :motorized_wheelchair: top
top 🛺 :auto_rickshaw: 🚲 :bike: top
top 🛴 :kick_scooter: 🛹 :skateboard: top
top 🛼 :roller_skate: 🚏 :busstop: top
top 🛣️ :motorway: 🛤️ :railway_track: top
top 🛢️ :oil_drum: :fuelpump: top
top 🚨 :rotating_light: 🚥 :traffic_light: top
top 🚦 :vertical_traffic_light: 🛑 :stop_sign: top
top 🚧 :construction: top

Transport Water

ico shortcode ico shortcode
top :anchor: :boat:
:sailboat:
top
top 🛶 :canoe: 🚤 :speedboat: top
top 🛳️ :passenger_ship: ⛴️ :ferry: top
top 🛥️ :motor_boat: 🚢 :ship: top

Transport Air

ico shortcode ico shortcode
top ✈️ :airplane: 🛩️ :small_airplane: top
top 🛫 :flight_departure: 🛬 :flight_arrival: top
top 🪂 :parachute: 💺 :seat: top
top 🚁 :helicopter: 🚟 :suspension_railway: top
top 🚠 :mountain_cableway: 🚡 :aerial_tramway: top
top 🛰️ :artificial_satellite: 🚀 :rocket: top
top 🛸 :flying_saucer: top

Hotel

ico shortcode ico shortcode
top 🛎️ :bellhop_bell: 🧳 :luggage: top

Time

ico shortcode ico shortcode
top :hourglass: :hourglass_flowing_sand: top
top :watch: :alarm_clock: top
top ⏱️ :stopwatch: ⏲️ :timer_clock: top
top 🕰️ :mantelpiece_clock: 🕛 :clock12: top
top 🕧 :clock1230: 🕐 :clock1: top
top 🕜 :clock130: 🕑 :clock2: top
top 🕝 :clock230: 🕒 :clock3: top
top 🕞 :clock330: 🕓 :clock4: top
top 🕟 :clock430: 🕔 :clock5: top
top 🕠 :clock530: 🕕 :clock6: top
top 🕡 :clock630: 🕖 :clock7: top
top 🕢 :clock730: 🕗 :clock8: top
top 🕣 :clock830: 🕘 :clock9: top
top 🕤 :clock930: 🕙 :clock10: top
top 🕥 :clock1030: 🕚 :clock11: top
top 🕦 :clock1130: top

Sky & Weather

ico shortcode ico shortcode
top 🌑 :new_moon: 🌒 :waxing_crescent_moon: top
top 🌓 :first_quarter_moon: 🌔 :moon:
:waxing_gibbous_moon:
top
top 🌕 :full_moon: 🌖 :waning_gibbous_moon: top
top 🌗 :last_quarter_moon: 🌘 :waning_crescent_moon: top
top 🌙 :crescent_moon: 🌚 :new_moon_with_face: top
top 🌛 :first_quarter_moon_with_face: 🌜 :last_quarter_moon_with_face: top
top 🌡️ :thermometer: ☀️ :sunny: top
top 🌝 :full_moon_with_face: 🌞 :sun_with_face: top
top 🪐 :ringed_planet: :star: top
top 🌟 :star2: 🌠 :stars: top
top 🌌 :milky_way: ☁️ :cloud: top
top :partly_sunny: ⛈️ :cloud_with_lightning_and_rain: top
top 🌤️ :sun_behind_small_cloud: 🌥️ :sun_behind_large_cloud: top
top 🌦️ :sun_behind_rain_cloud: 🌧️ :cloud_with_rain: top
top 🌨️ :cloud_with_snow: 🌩️ :cloud_with_lightning: top
top 🌪️ :tornado: 🌫️ :fog: top
top 🌬️ :wind_face: 🌀 :cyclone: top
top 🌈 :rainbow: 🌂 :closed_umbrella: top
top ☂️ :open_umbrella: :umbrella: top
top ⛱️ :parasol_on_ground: :zap: top
top ❄️ :snowflake: ☃️ :snowman_with_snow: top
top :snowman: ☄️ :comet: top
top 🔥 :fire: 💧 :droplet: top
top 🌊 :ocean: top

Activities

Event

ico shortcode ico shortcode
top 🎃 :jack_o_lantern: 🎄 :christmas_tree: top
top 🎆 :fireworks: 🎇 :sparkler: top
top 🧨 :firecracker: :sparkles: top
top 🎈 :balloon: 🎉 :tada: top
top 🎊 :confetti_ball: 🎋 :tanabata_tree: top
top 🎍 :bamboo: 🎎 :dolls: top
top 🎏 :flags: 🎐 :wind_chime: top
top 🎑 :rice_scene: 🧧 :red_envelope: top
top 🎀 :ribbon: 🎁 :gift: top
top 🎗️ :reminder_ribbon: 🎟️ :tickets: top
top 🎫 :ticket: top

Award Medal

ico shortcode ico shortcode
top 🎖️ :medal_military: 🏆 :trophy: top
top 🏅 :medal_sports: 🥇 :1st_place_medal: top
top 🥈 :2nd_place_medal: 🥉 :3rd_place_medal: top

Sport

ico shortcode ico shortcode
top :soccer: :baseball: top
top 🥎 :softball: 🏀 :basketball: top
top 🏐 :volleyball: 🏈 :football: top
top 🏉 :rugby_football: 🎾 :tennis: top
top 🥏 :flying_disc: 🎳 :bowling: top
top 🏏 :cricket_game: 🏑 :field_hockey: top
top 🏒 :ice_hockey: 🥍 :lacrosse: top
top 🏓 :ping_pong: 🏸 :badminton: top
top 🥊 :boxing_glove: 🥋 :martial_arts_uniform: top
top 🥅 :goal_net: :golf: top
top ⛸️ :ice_skate: 🎣 :fishing_pole_and_fish: top
top 🤿 :diving_mask: 🎽 :running_shirt_with_sash: top
top 🎿 :ski: 🛷 :sled: top
top 🥌 :curling_stone: top

Game

ico shortcode ico shortcode
top 🎯 :dart: 🪀 :yo_yo: top
top 🪁 :kite: 🔫 :gun: top
top 🎱 :8ball: 🔮 :crystal_ball: top
top 🪄 :magic_wand: 🎮 :video_game: top
top 🕹️ :joystick: 🎰 :slot_machine: top
top 🎲 :game_die: 🧩 :jigsaw: top
top 🧸 :teddy_bear: 🪅 :pinata: top
top 🪆 :nesting_dolls: ♠️ :spades: top
top ♥️ :hearts: ♦️ :diamonds: top
top ♣️ :clubs: ♟️ :chess_pawn: top
top 🃏 :black_joker: 🀄 :mahjong: top
top 🎴 :flower_playing_cards: top

Arts & Crafts

ico shortcode ico shortcode
top 🎭 :performing_arts: 🖼️ :framed_picture: top
top 🎨 :art: 🧵 :thread: top
top 🪡 :sewing_needle: 🧶 :yarn: top
top 🪢 :knot: top

Objects

Clothing

ico shortcode ico shortcode
top 👓 :eyeglasses: 🕶️ :dark_sunglasses: top
top 🥽 :goggles: 🥼 :lab_coat: top
top 🦺 :safety_vest: 👔 :necktie: top
top 👕 :shirt:
:tshirt:
👖 :jeans: top
top 🧣 :scarf: 🧤 :gloves: top
top 🧥 :coat: 🧦 :socks: top
top 👗 :dress: 👘 :kimono: top
top 🥻 :sari: 🩱 :one_piece_swimsuit: top
top 🩲 :swim_brief: 🩳 :shorts: top
top 👙 :bikini: 👚 :womans_clothes: top
top 👛 :purse: 👜 :handbag: top
top 👝 :pouch: 🛍️ :shopping: top
top 🎒 :school_satchel: 🩴 :thong_sandal: top
top 👞 :mans_shoe:
:shoe:
👟 :athletic_shoe: top
top 🥾 :hiking_boot: 🥿 :flat_shoe: top
top 👠 :high_heel: 👡 :sandal: top
top 🩰 :ballet_shoes: 👢 :boot: top
top 👑 :crown: 👒 :womans_hat: top
top 🎩 :tophat: 🎓 :mortar_board: top
top 🧢 :billed_cap: 🪖 :military_helmet: top
top ⛑️ :rescue_worker_helmet: 📿 :prayer_beads: top
top 💄 :lipstick: 💍 :ring: top
top 💎 :gem: top

Sound

ico shortcode ico shortcode
top 🔇 :mute: 🔈 :speaker: top
top 🔉 :sound: 🔊 :loud_sound: top
top 📢 :loudspeaker: 📣 :mega: top
top 📯 :postal_horn: 🔔 :bell: top
top 🔕 :no_bell: top

Music

ico shortcode ico shortcode
top 🎼 :musical_score: 🎵 :musical_note: top
top 🎶 :notes: 🎙️ :studio_microphone: top
top 🎚️ :level_slider: 🎛️ :control_knobs: top
top 🎤 :microphone: 🎧 :headphones: top
top 📻 :radio: top

Musical Instrument

ico shortcode ico shortcode
top 🎷 :saxophone: 🪗 :accordion: top
top 🎸 :guitar: 🎹 :musical_keyboard: top
top 🎺 :trumpet: 🎻 :violin: top
top 🪕 :banjo: 🥁 :drum: top
top 🪘 :long_drum: top

Phone

ico shortcode ico shortcode
top 📱 :iphone: 📲 :calling: top
top ☎️ :phone:
:telephone:
📞 :telephone_receiver: top
top 📟 :pager: 📠 :fax: top

Computer

ico shortcode ico shortcode
top 🔋 :battery: 🔌 :electric_plug: top
top 💻 :computer: 🖥️ :desktop_computer: top
top 🖨️ :printer: ⌨️ :keyboard: top
top 🖱️ :computer_mouse: 🖲️ :trackball: top
top 💽 :minidisc: 💾 :floppy_disk: top
top 💿 :cd: 📀 :dvd: top
top 🧮 :abacus: top

Light & Video

ico shortcode ico shortcode
top 🎥 :movie_camera: 🎞️ :film_strip: top
top 📽️ :film_projector: 🎬 :clapper: top
top 📺 :tv: 📷 :camera: top
top 📸 :camera_flash: 📹 :video_camera: top
top 📼 :vhs: 🔍 :mag: top
top 🔎 :mag_right: 🕯️ :candle: top
top 💡 :bulb: 🔦 :flashlight: top
top 🏮 :izakaya_lantern:
:lantern:
🪔 :diya_lamp: top

Book Paper

ico shortcode ico shortcode
top 📔 :notebook_with_decorative_cover: 📕 :closed_book: top
top 📖 :book:
:open_book:
📗 :green_book: top
top 📘 :blue_book: 📙 :orange_book: top
top 📚 :books: 📓 :notebook: top
top 📒 :ledger: 📃 :page_with_curl: top
top 📜 :scroll: 📄 :page_facing_up: top
top 📰 :newspaper: 🗞️ :newspaper_roll: top
top 📑 :bookmark_tabs: 🔖 :bookmark: top
top 🏷️ :label: top

Money

ico shortcode ico shortcode
top 💰 :moneybag: 🪙 :coin: top
top 💴 :yen: 💵 :dollar: top
top 💶 :euro: 💷 :pound: top
top 💸 :money_with_wings: 💳 :credit_card: top
top 🧾 :receipt: 💹 :chart: top

Mail

ico shortcode ico shortcode
top ✉️ :envelope: 📧 :e-mail:
:email:
top
top 📨 :incoming_envelope: 📩 :envelope_with_arrow: top
top 📤 :outbox_tray: 📥 :inbox_tray: top
top 📦 :package: 📫 :mailbox: top
top 📪 :mailbox_closed: 📬 :mailbox_with_mail: top
top 📭 :mailbox_with_no_mail: 📮 :postbox: top
top 🗳️ :ballot_box: top

Writing

ico shortcode ico shortcode
top ✏️ :pencil2: ✒️ :black_nib: top
top 🖋️ :fountain_pen: 🖊️ :pen: top
top 🖌️ :paintbrush: 🖍️ :crayon: top
top 📝 :memo:
:pencil:
top

Office

ico shortcode ico shortcode
top 💼 :briefcase: 📁 :file_folder: top
top 📂 :open_file_folder: 🗂️ :card_index_dividers: top
top 📅 :date: 📆 :calendar: top
top 🗒️ :spiral_notepad: 🗓️ :spiral_calendar: top
top 📇 :card_index: 📈 :chart_with_upwards_trend: top
top 📉 :chart_with_downwards_trend: 📊 :bar_chart: top
top 📋 :clipboard: 📌 :pushpin: top
top 📍 :round_pushpin: 📎 :paperclip: top
top 🖇️ :paperclips: 📏 :straight_ruler: top
top 📐 :triangular_ruler: ✂️ :scissors: top
top 🗃️ :card_file_box: 🗄️ :file_cabinet: top
top 🗑️ :wastebasket: top

Lock

ico shortcode ico shortcode
top 🔒 :lock: 🔓 :unlock: top
top 🔏 :lock_with_ink_pen: 🔐 :closed_lock_with_key: top
top 🔑 :key: 🗝️ :old_key: top

Tool

ico shortcode ico shortcode
top 🔨 :hammer: 🪓 :axe: top
top ⛏️ :pick: ⚒️ :hammer_and_pick: top
top 🛠️ :hammer_and_wrench: 🗡️ :dagger: top
top ⚔️ :crossed_swords: 💣 :bomb: top
top 🪃 :boomerang: 🏹 :bow_and_arrow: top
top 🛡️ :shield: 🪚 :carpentry_saw: top
top 🔧 :wrench: 🪛 :screwdriver: top
top 🔩 :nut_and_bolt: ⚙️ :gear: top
top 🗜️ :clamp: ⚖️ :balance_scale: top
top 🦯 :probing_cane: 🔗 :link: top
top ⛓️ :chains: 🪝 :hook: top
top 🧰 :toolbox: 🧲 :magnet: top
top 🪜 :ladder: top

Science

ico shortcode ico shortcode
top ⚗️ :alembic: 🧪 :test_tube: top
top 🧫 :petri_dish: 🧬 :dna: top
top 🔬 :microscope: 🔭 :telescope: top
top 📡 :satellite: top

Medical

ico shortcode ico shortcode
top 💉 :syringe: 🩸 :drop_of_blood: top
top 💊 :pill: 🩹 :adhesive_bandage: top
top 🩺 :stethoscope: top

Household

ico shortcode ico shortcode
top 🚪 :door: 🛗 :elevator: top
top 🪞 :mirror: 🪟 :window: top
top 🛏️ :bed: 🛋️ :couch_and_lamp: top
top 🪑 :chair: 🚽 :toilet: top
top 🪠 :plunger: 🚿 :shower: top
top 🛁 :bathtub: 🪤 :mouse_trap: top
top 🪒 :razor: 🧴 :lotion_bottle: top
top 🧷 :safety_pin: 🧹 :broom: top
top 🧺 :basket: 🧻 :roll_of_paper: top
top 🪣 :bucket: 🧼 :soap: top
top 🪥 :toothbrush: 🧽 :sponge: top
top 🧯 :fire_extinguisher: 🛒 :shopping_cart: top

Other Object

ico shortcode ico shortcode
top 🚬 :smoking: ⚰️ :coffin: top
top 🪦 :headstone: ⚱️ :funeral_urn: top
top 🧿 :nazar_amulet: 🗿 :moyai: top
top 🪧 :placard: top

Symbols

Transport Sign

ico shortcode ico shortcode
top 🏧 :atm: 🚮 :put_litter_in_its_place: top
top 🚰 :potable_water: :wheelchair: top
top 🚹 :mens: 🚺 :womens: top
top 🚻 :restroom: 🚼 :baby_symbol: top
top 🚾 :wc: 🛂 :passport_control: top
top 🛃 :customs: 🛄 :baggage_claim: top
top 🛅 :left_luggage: top

Warning

ico shortcode ico shortcode
top ⚠️ :warning: 🚸 :children_crossing: top
top :no_entry: 🚫 :no_entry_sign: top
top 🚳 :no_bicycles: 🚭 :no_smoking: top
top 🚯 :do_not_litter: 🚱 :non-potable_water: top
top 🚷 :no_pedestrians: 📵 :no_mobile_phones: top
top 🔞 :underage: ☢️ :radioactive: top
top ☣️ :biohazard: top

Arrow

ico shortcode ico shortcode
top ⬆️ :arrow_up: ↗️ :arrow_upper_right: top
top ➡️ :arrow_right: ↘️ :arrow_lower_right: top
top ⬇️ :arrow_down: ↙️ :arrow_lower_left: top
top ⬅️ :arrow_left: ↖️ :arrow_upper_left: top
top ↕️ :arrow_up_down: ↔️ :left_right_arrow: top
top ↩️ :leftwards_arrow_with_hook: ↪️ :arrow_right_hook: top
top ⤴️ :arrow_heading_up: ⤵️ :arrow_heading_down: top
top 🔃 :arrows_clockwise: 🔄 :arrows_counterclockwise: top
top 🔙 :back: 🔚 :end: top
top 🔛 :on: 🔜 :soon: top
top 🔝 :top: top

Religion

ico shortcode ico shortcode
top 🛐 :place_of_worship: ⚛️ :atom_symbol: top
top 🕉️ :om: ✡️ :star_of_david: top
top ☸️ :wheel_of_dharma: ☯️ :yin_yang: top
top ✝️ :latin_cross: ☦️ :orthodox_cross: top
top ☪️ :star_and_crescent: ☮️ :peace_symbol: top
top 🕎 :menorah: 🔯 :six_pointed_star: top

Zodiac

ico shortcode ico shortcode
top :aries: :taurus: top
top :gemini: :cancer: top
top :leo: :virgo: top
top :libra: :scorpius: top
top :sagittarius: :capricorn: top
top :aquarius: :pisces: top
top :ophiuchus: top

Av Symbol

ico shortcode ico shortcode
top 🔀 :twisted_rightwards_arrows: 🔁 :repeat: top
top 🔂 :repeat_one: ▶️ :arrow_forward: top
top :fast_forward: ⏭️ :next_track_button: top
top ⏯️ :play_or_pause_button: ◀️ :arrow_backward: top
top :rewind: ⏮️ :previous_track_button: top
top 🔼 :arrow_up_small: :arrow_double_up: top
top 🔽 :arrow_down_small: :arrow_double_down: top
top ⏸️ :pause_button: ⏹️ :stop_button: top
top ⏺️ :record_button: ⏏️ :eject_button: top
top 🎦 :cinema: 🔅 :low_brightness: top
top 🔆 :high_brightness: 📶 :signal_strength: top
top 📳 :vibration_mode: 📴 :mobile_phone_off: top

Gender

ico shortcode ico shortcode
top ♀️ :female_sign: ♂️ :male_sign: top
top ⚧️ :transgender_symbol: top

Math

ico shortcode ico shortcode
top ✖️ :heavy_multiplication_x: :heavy_plus_sign: top
top :heavy_minus_sign: :heavy_division_sign: top
top ♾️ :infinity: top

Punctuation

ico shortcode ico shortcode
top ‼️ :bangbang: ⁉️ :interrobang: top
top :question: :grey_question: top
top :grey_exclamation: :exclamation:
:heavy_exclamation_mark:
top
top 〰️ :wavy_dash: top

Currency

ico shortcode ico shortcode
top 💱 :currency_exchange: 💲 :heavy_dollar_sign: top

Other Symbol

ico shortcode ico shortcode
top ⚕️ :medical_symbol: ♻️ :recycle: top
top ⚜️ :fleur_de_lis: 🔱 :trident: top
top 📛 :name_badge: 🔰 :beginner: top
top :o: :white_check_mark: top
top ☑️ :ballot_box_with_check: ✔️ :heavy_check_mark: top
top :x: :negative_squared_cross_mark: top
top :curly_loop: :loop: top
top 〽️ :part_alternation_mark: ✳️ :eight_spoked_asterisk: top
top ✴️ :eight_pointed_black_star: ❇️ :sparkle: top
top ©️ :copyright: ®️ :registered: top
top ™️ :tm: top

Keycap

ico shortcode ico shortcode
top #️⃣ :hash: *️⃣ :asterisk: top
top 0️⃣ :zero: 1️⃣ :one: top
top 2️⃣ :two: 3️⃣ :three: top
top 4️⃣ :four: 5️⃣ :five: top
top 6️⃣ :six: 7️⃣ :seven: top
top 8️⃣ :eight: 9️⃣ :nine: top
top 🔟 :keycap_ten: top

Alphanum

ico shortcode ico shortcode
top 🔠 :capital_abcd: 🔡 :abcd: top
top 🔢 :1234: 🔣 :symbols: top
top 🔤 :abc: 🅰️ :a: top
top 🆎 :ab: 🅱️ :b: top
top 🆑 :cl: 🆒 :cool: top
top 🆓 :free: ℹ️ :information_source: top
top 🆔 :id: Ⓜ️ :m: top
top 🆕 :new: 🆖 :ng: top
top 🅾️ :o2: 🆗 :ok: top
top 🅿️ :parking: 🆘 :sos: top
top 🆙 :up: 🆚 :vs: top
top 🈁 :koko: 🈂️ :sa: top
top 🈷️ :u6708: 🈶 :u6709: top
top 🈯 :u6307: 🉐 :ideograph_advantage: top
top 🈹 :u5272: 🈚 :u7121: top
top 🈲 :u7981: 🉑 :accept: top
top 🈸 :u7533: 🈴 :u5408: top
top 🈳 :u7a7a: ㊗️ :congratulations: top
top ㊙️ :secret: 🈺 :u55b6: top
top 🈵 :u6e80: top

Geometric

ico shortcode ico shortcode
top 🔴 :red_circle: 🟠 :orange_circle: top
top 🟡 :yellow_circle: 🟢 :green_circle: top
top 🔵 :large_blue_circle: 🟣 :purple_circle: top
top 🟤 :brown_circle: :black_circle: top
top :white_circle: 🟥 :red_square: top
top 🟧 :orange_square: 🟨 :yellow_square: top
top 🟩 :green_square: 🟦 :blue_square: top
top 🟪 :purple_square: 🟫 :brown_square: top
top :black_large_square: :white_large_square: top
top ◼️ :black_medium_square: ◻️ :white_medium_square: top
top :black_medium_small_square: :white_medium_small_square: top
top ▪️ :black_small_square: ▫️ :white_small_square: top
top 🔶 :large_orange_diamond: 🔷 :large_blue_diamond: top
top 🔸 :small_orange_diamond: 🔹 :small_blue_diamond: top
top 🔺 :small_red_triangle: 🔻 :small_red_triangle_down: top
top 💠 :diamond_shape_with_a_dot_inside: 🔘 :radio_button: top
top 🔳 :white_square_button: 🔲 :black_square_button: top

Flags

Flag

ico shortcode ico shortcode
top 🏁 :checkered_flag: 🚩 :triangular_flag_on_post: top
top 🎌 :crossed_flags: 🏴 :black_flag: top
top 🏳️ :white_flag: 🏳️‍🌈 :rainbow_flag: top
top 🏳️‍⚧️ :transgender_flag: 🏴‍☠️ :pirate_flag: top

Country Flag

ico shortcode ico shortcode
top 🇦🇨 :ascension_island: 🇦🇩 :andorra: top
top 🇦🇪 :united_arab_emirates: 🇦🇫 :afghanistan: top
top 🇦🇬 :antigua_barbuda: 🇦🇮 :anguilla: top
top 🇦🇱 :albania: 🇦🇲 :armenia: top
top 🇦🇴 :angola: 🇦🇶 :antarctica: top
top 🇦🇷 :argentina: 🇦🇸 :american_samoa: top
top 🇦🇹 :austria: 🇦🇺 :australia: top
top 🇦🇼 :aruba: 🇦🇽 :aland_islands: top
top 🇦🇿 :azerbaijan: 🇧🇦 :bosnia_herzegovina: top
top 🇧🇧 :barbados: 🇧🇩 :bangladesh: top
top 🇧🇪 :belgium: 🇧🇫 :burkina_faso: top
top 🇧🇬 :bulgaria: 🇧🇭 :bahrain: top
top 🇧🇮 :burundi: 🇧🇯 :benin: top
top 🇧🇱 :st_barthelemy: 🇧🇲 :bermuda: top
top 🇧🇳 :brunei: 🇧🇴 :bolivia: top
top 🇧🇶 :caribbean_netherlands: 🇧🇷 :brazil: top
top 🇧🇸 :bahamas: 🇧🇹 :bhutan: top
top 🇧🇻 :bouvet_island: 🇧🇼 :botswana: top
top 🇧🇾 :belarus: 🇧🇿 :belize: top
top 🇨🇦 :canada: 🇨🇨 :cocos_islands: top
top 🇨🇩 :congo_kinshasa: 🇨🇫 :central_african_republic: top
top 🇨🇬 :congo_brazzaville: 🇨🇭 :switzerland: top
top 🇨🇮 :cote_divoire: 🇨🇰 :cook_islands: top
top 🇨🇱 :chile: 🇨🇲 :cameroon: top
top 🇨🇳 :cn: 🇨🇴 :colombia: top
top 🇨🇵 :clipperton_island: 🇨🇷 :costa_rica: top
top 🇨🇺 :cuba: 🇨🇻 :cape_verde: top
top 🇨🇼 :curacao: 🇨🇽 :christmas_island: top
top 🇨🇾 :cyprus: 🇨🇿 :czech_republic: top
top 🇩🇪 :de: 🇩🇬 :diego_garcia: top
top 🇩🇯 :djibouti: 🇩🇰 :denmark: top
top 🇩🇲 :dominica: 🇩🇴 :dominican_republic: top
top 🇩🇿 :algeria: 🇪🇦 :ceuta_melilla: top
top 🇪🇨 :ecuador: 🇪🇪 :estonia: top
top 🇪🇬 :egypt: 🇪🇭 :western_sahara: top
top 🇪🇷 :eritrea: 🇪🇸 :es: top
top 🇪🇹 :ethiopia: 🇪🇺 :eu:
:european_union:
top
top 🇫🇮 :finland: 🇫🇯 :fiji: top
top 🇫🇰 :falkland_islands: 🇫🇲 :micronesia: top
top 🇫🇴 :faroe_islands: 🇫🇷 :fr: top
top 🇬🇦 :gabon: 🇬🇧 :gb:
:uk:
top
top 🇬🇩 :grenada: 🇬🇪 :georgia: top
top 🇬🇫 :french_guiana: 🇬🇬 :guernsey: top
top 🇬🇭 :ghana: 🇬🇮 :gibraltar: top
top 🇬🇱 :greenland: 🇬🇲 :gambia: top
top 🇬🇳 :guinea: 🇬🇵 :guadeloupe: top
top 🇬🇶 :equatorial_guinea: 🇬🇷 :greece: top
top 🇬🇸 :south_georgia_south_sandwich_islands: 🇬🇹 :guatemala: top
top 🇬🇺 :guam: 🇬🇼 :guinea_bissau: top
top 🇬🇾 :guyana: 🇭🇰 :hong_kong: top
top 🇭🇲 :heard_mcdonald_islands: 🇭🇳 :honduras: top
top 🇭🇷 :croatia: 🇭🇹 :haiti: top
top 🇭🇺 :hungary: 🇮🇨 :canary_islands: top
top 🇮🇩 :indonesia: 🇮🇪 :ireland: top
top 🇮🇱 :israel: 🇮🇲 :isle_of_man: top
top 🇮🇳 :india: 🇮🇴 :british_indian_ocean_territory: top
top 🇮🇶 :iraq: 🇮🇷 :iran: top
top 🇮🇸 :iceland: 🇮🇹 :it: top
top 🇯🇪 :jersey: 🇯🇲 :jamaica: top
top 🇯🇴 :jordan: 🇯🇵 :jp: top
top 🇰🇪 :kenya: 🇰🇬 :kyrgyzstan: top
top 🇰🇭 :cambodia: 🇰🇮 :kiribati: top
top 🇰🇲 :comoros: 🇰🇳 :st_kitts_nevis: top
top 🇰🇵 :north_korea: 🇰🇷 :kr: top
top 🇰🇼 :kuwait: 🇰🇾 :cayman_islands: top
top 🇰🇿 :kazakhstan: 🇱🇦 :laos: top
top 🇱🇧 :lebanon: 🇱🇨 :st_lucia: top
top 🇱🇮 :liechtenstein: 🇱🇰 :sri_lanka: top
top 🇱🇷 :liberia: 🇱🇸 :lesotho: top
top 🇱🇹 :lithuania: 🇱🇺 :luxembourg: top
top 🇱🇻 :latvia: 🇱🇾 :libya: top
top 🇲🇦 :morocco: 🇲🇨 :monaco: top
top 🇲🇩 :moldova: 🇲🇪 :montenegro: top
top 🇲🇫 :st_martin: 🇲🇬 :madagascar: top
top 🇲🇭 :marshall_islands: 🇲🇰 :macedonia: top
top 🇲🇱 :mali: 🇲🇲 :myanmar: top
top 🇲🇳 :mongolia: 🇲🇴 :macau: top
top 🇲🇵 :northern_mariana_islands: 🇲🇶 :martinique: top
top 🇲🇷 :mauritania: 🇲🇸 :montserrat: top
top 🇲🇹 :malta: 🇲🇺 :mauritius: top
top 🇲🇻 :maldives: 🇲🇼 :malawi: top
top 🇲🇽 :mexico: 🇲🇾 :malaysia: top
top 🇲🇿 :mozambique: 🇳🇦 :namibia: top
top 🇳🇨 :new_caledonia: 🇳🇪 :niger: top
top 🇳🇫 :norfolk_island: 🇳🇬 :nigeria: top
top 🇳🇮 :nicaragua: 🇳🇱 :netherlands: top
top 🇳🇴 :norway: 🇳🇵 :nepal: top
top 🇳🇷 :nauru: 🇳🇺 :niue: top
top 🇳🇿 :new_zealand: 🇴🇲 :oman: top
top 🇵🇦 :panama: 🇵🇪 :peru: top
top 🇵🇫 :french_polynesia: 🇵🇬 :papua_new_guinea: top
top 🇵🇭 :philippines: 🇵🇰 :pakistan: top
top 🇵🇱 :poland: 🇵🇲 :st_pierre_miquelon: top
top 🇵🇳 :pitcairn_islands: 🇵🇷 :puerto_rico: top
top 🇵🇸 :palestinian_territories: 🇵🇹 :portugal: top
top 🇵🇼 :palau: 🇵🇾 :paraguay: top
top 🇶🇦 :qatar: 🇷🇪 :reunion: top
top 🇷🇴 :romania: 🇷🇸 :serbia: top
top 🇷🇺 :ru: 🇷🇼 :rwanda: top
top 🇸🇦 :saudi_arabia: 🇸🇧 :solomon_islands: top
top 🇸🇨 :seychelles: 🇸🇩 :sudan: top
top 🇸🇪 :sweden: 🇸🇬 :singapore: top
top 🇸🇭 :st_helena: 🇸🇮 :slovenia: top
top 🇸🇯 :svalbard_jan_mayen: 🇸🇰 :slovakia: top
top 🇸🇱 :sierra_leone: 🇸🇲 :san_marino: top
top 🇸🇳 :senegal: 🇸🇴 :somalia: top
top 🇸🇷 :suriname: 🇸🇸 :south_sudan: top
top 🇸🇹 :sao_tome_principe: 🇸🇻 :el_salvador: top
top 🇸🇽 :sint_maarten: 🇸🇾 :syria: top
top 🇸🇿 :swaziland: 🇹🇦 :tristan_da_cunha: top
top 🇹🇨 :turks_caicos_islands: 🇹🇩 :chad: top
top 🇹🇫 :french_southern_territories: 🇹🇬 :togo: top
top 🇹🇭 :thailand: 🇹🇯 :tajikistan: top
top 🇹🇰 :tokelau: 🇹🇱 :timor_leste: top
top 🇹🇲 :turkmenistan: 🇹🇳 :tunisia: top
top 🇹🇴 :tonga: 🇹🇷 :tr: top
top 🇹🇹 :trinidad_tobago: 🇹🇻 :tuvalu: top
top 🇹🇼 :taiwan: 🇹🇿 :tanzania: top
top 🇺🇦 :ukraine: 🇺🇬 :uganda: top
top 🇺🇲 :us_outlying_islands: 🇺🇳 :united_nations: top
top 🇺🇸 :us: 🇺🇾 :uruguay: top
top 🇺🇿 :uzbekistan: 🇻🇦 :vatican_city: top
top 🇻🇨 :st_vincent_grenadines: 🇻🇪 :venezuela: top
top 🇻🇬 :british_virgin_islands: 🇻🇮 :us_virgin_islands: top
top 🇻🇳 :vietnam: 🇻🇺 :vanuatu: top
top 🇼🇫 :wallis_futuna: 🇼🇸 :samoa: top
top 🇽🇰 :kosovo: 🇾🇪 :yemen: top
top 🇾🇹 :mayotte: 🇿🇦 :south_africa: top
top 🇿🇲 :zambia: 🇿🇼 :zimbabwe: top

Subdivision Flag

ico shortcode ico shortcode
top 🏴󠁧󠁢󠁥󠁮󠁧󠁿 :england: 🏴󠁧󠁢󠁳󠁣󠁴󠁿 :scotland: top
top 🏴󠁧󠁢󠁷󠁬󠁳󠁿 :wales: top

GitHub Custom Emoji

ico shortcode ico shortcode
top :accessibility: :accessibility: :atom: :atom: top
top :basecamp: :basecamp: :basecampy: :basecampy: top
top :bowtie: :bowtie: :dependabot: :dependabot: top
top :electron: :electron: :feelsgood: :feelsgood: top
top :finnadie: :finnadie: :fishsticks: :fishsticks: top
top :goberserk: :goberserk: :godmode: :godmode: top
top :hurtrealbad: :hurtrealbad: :neckbeard: :neckbeard: top
top :octocat: :octocat: :rage1: :rage1: top
top :rage2: :rage2: :rage3: :rage3: top
top :rage4: :rage4: :shipit: :shipit: top
top :suspect: :suspect: :trollface: :trollface: top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment