{"id":30209986,"url":"https://github.com/eliot-akira/gitmoji","last_synced_at":"2026-04-16T19:04:11.256Z","repository":{"id":221881752,"uuid":"755621191","full_name":"eliot-akira/gitmoji","owner":"eliot-akira","description":"Overview of emojis for use in Git commit messages and GitHub Markdown","archived":false,"fork":false,"pushed_at":"2024-02-10T19:11:18.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-13T20:21:38.156Z","etag":null,"topics":["emoji","git","github","gitmoji","markdown"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eliot-akira.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-10T18:54:35.000Z","updated_at":"2025-04-27T14:06:05.000Z","dependencies_parsed_at":"2024-02-10T19:53:09.788Z","dependency_job_id":null,"html_url":"https://github.com/eliot-akira/gitmoji","commit_stats":null,"previous_names":["eliot-akira/gitmoji-overview"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eliot-akira/gitmoji","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliot-akira%2Fgitmoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliot-akira%2Fgitmoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliot-akira%2Fgitmoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliot-akira%2Fgitmoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eliot-akira","download_url":"https://codeload.github.com/eliot-akira/gitmoji/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eliot-akira%2Fgitmoji/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272151893,"owners_count":24882445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emoji","git","github","gitmoji","markdown"],"created_at":"2025-08-13T19:53:15.942Z","updated_at":"2026-04-16T19:04:11.197Z","avatar_url":"https://github.com/eliot-akira.png","language":"TypeScript","readme":"# Gitmoji Markdown\n\nThis is an overview of emojis for use in Git commit messages and GitHub Markdown. Based on [Gitmoji](https://github.com/carloscuesta/gitmoji) and [this Gist with the complete list of GitHub emoji markup](https://gist.github.com/rxaviers/7360908).\n\n#### Table of contents\n\n- [Git messages](#git-messages)\n- [People](#people)\n- [Nature](#nature)\n- [Objects](#objects)\n- [Places](#places)\n- [Symbols](#symbols)\n\n## Git messages\n\n| Emoji | Code | Description |\n|---|---|---|\n| 🩹 | `:adhesive_bandage:` | Simple fix for a non-critical issue. |\n| ⚗️ | `:alembic:` | Perform experiments. |\n| 👽️ | `:alien:` | Update code due to external API changes. |\n| 🚑️ | `:ambulance:` | Critical hotfix. |\n| ⬇️ | `:arrow_down:` | Downgrade dependencies. |\n| ⬆️ | `:arrow_up:` | Upgrade dependencies. |\n| 🎨 | `:art:` | Improve structure / format of the code. |\n| 🍻 | `:beers:` | Write code drunkenly. |\n| 🍱 | `:bento:` | Add or update assets. |\n| 🔖 | `:bookmark:` | Release / Version tags. |\n| 💥 | `:boom:` | Introduce breaking changes. |\n| 🧱 | `:bricks:` | Infrastructure related changes. |\n| 🐛 | `:bug:` | Fix a bug. |\n| 🏗️ | `:building_construction:` | Make architectural changes. |\n| 💡 | `:bulb:` | Add or update comments in source code. |\n| 👥 | `:busts_in_silhouette:` | Add or update contributor(s). |\n| 📸 | `:camera_flash:` | Add or update snapshots. |\n| 🗃️ | `:card_file_box:` | Perform database related changes. |\n| 📈 | `:chart_with_upwards_trend:` | Add or update analytics or track code. |\n| 🚸 | `:children_crossing:` | Improve user experience / usability. |\n| 🔐 | `:closed_lock_with_key:` | Add or update secrets. |\n| 🤡 | `:clown_face:` | Mock things. |\n| ⚰️ | `:coffin:` | Remove dead code. |\n| 🚧 | `:construction:` | Work in progress. |\n| 👷 | `:construction_worker:` | Add or update CI build system. |\n| 💫 | `:dizzy:` | Add or update animations and transitions. |\n| 🥚 | `:egg:` | Add or update an easter egg. |\n| 🔥 | `:fire:` | Remove code or files. |\n| 🌐 | `:globe_with_meridians:` | Internationalization and localization. |\n| 🥅 | `:goal_net:` | Catch errors. |\n| 💚 | `:green_heart:` | Fix CI Build. |\n| 🔨 | `:hammer:` | Add or update development scripts. |\n| ➖ | `:heavy_minus_sign:` | Remove a dependency. |\n| ➕ | `:heavy_plus_sign:` | Add a dependency. |\n| 📱 | `:iphone:` | Work on responsive design. |\n| 🏷️ | `:label:` | Add or update types. |\n| 💄 | `:lipstick:` | Add or update the UI and style files. |\n| 🔒️ | `:lock:` | Fix security or privacy issues. |\n| 🔊 | `:loud_sound:` | Add or update logs. |\n| 🔍️ | `:mag:` | Improve SEO. |\n| 📝 | `:memo:` | Add or update documentation. |\n| 💸 | `:money_with_wings:` | Add sponsorships or money related infrastructure. |\n| 🧐 | `:monocle_face:` | Data exploration/inspection. |\n| 🔇 | `:mute:` | Remove logs. |\n| 👔 | `:necktie:` | Add or update business logic. |\n| 📦️ | `:package:` | Add or update compiled files or packages. |\n| 📄 | `:page_facing_up:` | Add or update license. |\n| 🛂 | `:passport_control:` | Work on code related to authorization, roles and permissions. |\n| ✏️ | `:pencil2:` | Fix typos. |\n| 💩 | `:poop:` | Write bad code that needs to be improved. |\n| 📌 | `:pushpin:` | Pin dependencies to specific versions. |\n| ♻️ | `:recycle:` | Refactor code. |\n| ⏪️ | `:rewind:` | Revert changes. |\n| 🚀 | `:rocket:` | Deploy stuff. |\n| 🚨 | `:rotating_light:` | Fix compiler / linter warnings. |\n| 🦺 | `:safety_vest:` | Add or update code related to validation. |\n| 🙈 | `:see_no_evil:` | Add or update a .gitignore file. |\n| 🌱 | `:seedling:` | Add or update seed files. |\n| ✨ | `:sparkles:` | Introduce new features. |\n| 💬 | `:speech_balloon:` | Add or update text and literals. |\n| 🩺 | `:stethoscope:` | Add or update healthcheck. |\n| 🎉 | `:tada:` | Begin a project. |\n| 🧑‍💻 | `:technologist:` | Improve developer experience. |\n| 🧪 | `:test_tube:` | Add a failing test. |\n| 🧵 | `:thread:` | Add or update code related to multithreading or concurrency. |\n| 🚩 | `:triangular_flag_on_post:` | Add, update, or remove feature flags. |\n| 🚚 | `:truck:` | Move or rename resources (e.g.: files, paths, routes). |\n| 🔀 | `:twisted_rightwards_arrows:` | Merge branches. |\n| 🗑️ | `:wastebasket:` | Deprecate code that needs to be cleaned up. |\n| ♿️ | `:wheelchair:` | Improve accessibility. |\n| ✅ | `:white_check_mark:` | Add, update, or pass tests. |\n| 🔧 | `:wrench:` | Add or update configuration files. |\n| ⚡️ | `:zap:` | Improve performance. |\n\n\n## People\n\n| Emoji | Code | Emoji | Code |\n|---|---|---|---|\n| 😄 | `:smile:` | 😆 | `:laughing:` |\n| 😊 | `:blush:` | 😃 | `:smiley:` |\n| ☺️ | `:relaxed:` | 😏 | `:smirk:` |\n| 😍 | `:heart_eyes:` | 😘 | `:kissing_heart:` |\n| 😚 | `:kissing_closed_eyes:` | 😳 | `:flushed:` |\n| 😌 | `:relieved:` | 😆 | `:satisfied:` |\n| 😁 | `:grin:` | 😉 | `:wink:` |\n| 😜 | `:stuck_out_tongue_winking_eye:` | 😝 | `:stuck_out_tongue_closed_eyes:` |\n| 😀 | `:grinning:` | 😗 | `:kissing:` |\n| 😙 | `:kissing_smiling_eyes:` | 😛 | `:stuck_out_tongue:` |\n| 😴 | `:sleeping:` | 😟 | `:worried:` |\n| 😦 | `:frowning:` | 😧 | `:anguished:` |\n| 😮 | `:open_mouth:` | 😬 | `:grimacing:` |\n| 😕 | `:confused:` | 😯 | `:hushed:` |\n| 😑 | `:expressionless:` | 😒 | `:unamused:` |\n| 😅 | `:sweat_smile:` | 😓 | `:sweat:` |\n| 😥 | `:disappointed_relieved:` | 😩 | `:weary:` |\n| 😔 | `:pensive:` | 😞 | `:disappointed:` |\n| 😖 | `:confounded:` | 😨 | `:fearful:` |\n| 😰 | `:cold_sweat:` | 😣 | `:persevere:` |\n| 😢 | `:cry:` | 😭 | `:sob:` |\n| 😂 | `:joy:` | 😲 | `:astonished:` |\n| 😱 | `:scream:` | 😫 | `:tired_face:` |\n| 😠 | `:angry:` | 😡 | `:rage:` |\n| 😤 | `:triumph:` | 😪 | `:sleepy:` |\n| 😋 | `:yum:` | 😷 | `:mask:` |\n| 😎 | `:sunglasses:` | 😵 | `:dizzy_face:` |\n| 👿 | `:imp:` | 😈 | `:smiling_imp:` |\n| 😐 | `:neutral_face:` | 😶 | `:no_mouth:` |\n| 😇 | `:innocent:` | 👽 | `:alien:` |\n| 💛 | `:yellow_heart:` | 💙 | `:blue_heart:` |\n| 💜 | `:purple_heart:` | ❤️ | `:heart:` |\n| 💚 | `:green_heart:` | 💔 | `:broken_heart:` |\n| 💓 | `:heartbeat:` | 💗 | `:heartpulse:` |\n| 💕 | `:two_hearts:` | 💞 | `:revolving_hearts:` |\n| 💘 | `:cupid:` | 💖 | `:sparkling_heart:` |\n| ✨ | `:sparkles:` | ⭐ | `:star:` |\n| 🌟 | `:star2:` | 💫 | `:dizzy:` |\n| 💥 | `:boom:` | 💥 | `:collision:` |\n| 💢 | `:anger:` | ❗ | `:exclamation:` |\n| ❓ | `:question:` | ❕ | `:grey_exclamation:` |\n| ❔ | `:grey_question:` | 💤 | `:zzz:` |\n| 💨 | `:dash:` | 💦 | `:sweat_drops:` |\n| 🎶 | `:notes:` | 🎵 | `:musical_note:` |\n| 🔥 | `:fire:` | 💩 | `:hankey:` |\n| 💩 | `:poop:` | 💩 | `:shit:` |\n| 👍 | `:+1:` | 👍 | `:thumbsup:` |\n| 👎 | `:-1:` | 👎 | `:thumbsdown:` |\n| 👌 | `:ok_hand:` | 👊 | `:punch:` |\n| 👊 | `:facepunch:` | ✊ | `:fist:` |\n| ✌️ | `:v:` | 👋 | `:wave:` |\n| ✋ | `:hand:` | ✋ | `:raised_hand:` |\n| 👐 | `:open_hands:` | ☝️ | `:point_up:` |\n| 👇 | `:point_down:` | 👈 | `:point_left:` |\n| 👉 | `:point_right:` | 🙌 | `:raised_hands:` |\n| 🙏 | `:pray:` | 👆 | `:point_up_2:` |\n| 👏 | `:clap:` | 💪 | `:muscle:` |\n| 🤘 | `:metal:` | 🖕 | `:fu:` |\n| 🚶 | `:walking:` | 🏃 | `:runner:` |\n| 🏃 | `:running:` | 👫 | `:couple:` |\n| 👪 | `:family:` | 👬 | `:two_men_holding_hands:` |\n| 👭 | `:two_women_holding_hands:` | 💃 | `:dancer:` |\n| 👯 | `:dancers:` | 🙆‍♀️ | `:ok_woman:` |\n| 🙅 | `:no_good:` | 💁 | `:information_desk_person:` |\n| 🙋 | `:raising_hand:` | 👰‍♀️ | `:bride_with_veil:` |\n| 🙇 | `:bow:` | 💏 | `:couplekiss:` |\n| 💑 | `:couple_with_heart:` | 💆 | `:massage:` |\n| 💇 | `:haircut:` | 💅 | `:nail_care:` |\n| 👦 | `:boy:` | 👧 | `:girl:` |\n| 👩 | `:woman:` | 👨 | `:man:` |\n| 👶 | `:baby:` | 👵 | `:older_woman:` |\n| 👴 | `:older_man:` | 👲 | `:man_with_gua_pi_mao:` |\n| 👳‍♂️ | `:man_with_turban:` | 👷 | `:construction_worker:` |\n| 👮 | `:cop:` | 👼 | `:angel:` |\n| 👸 | `:princess:` | 😺 | `:smiley_cat:` |\n| 😸 | `:smile_cat:` | 😻 | `:heart_eyes_cat:` |\n| 😽 | `:kissing_cat:` | 😼 | `:smirk_cat:` |\n| 🙀 | `:scream_cat:` | 😿 | `:crying_cat_face:` |\n| 😹 | `:joy_cat:` | 😾 | `:pouting_cat:` |\n| 👹 | `:japanese_ogre:` | 👺 | `:japanese_goblin:` |\n| 🙈 | `:see_no_evil:` | 🙉 | `:hear_no_evil:` |\n| 🙊 | `:speak_no_evil:` | 💂‍♂️ | `:guardsman:` |\n| 💀 | `:skull:` | 🐾 | `:feet:` |\n| 👄 | `:lips:` | 💋 | `:kiss:` |\n| 💧 | `:droplet:` | 👂 | `:ear:` |\n| 👀 | `:eyes:` | 👃 | `:nose:` |\n| 👅 | `:tongue:` | 💌 | `:love_letter:` |\n| 👤 | `:bust_in_silhouette:` | 👥 | `:busts_in_silhouette:` |\n| 💬 | `:speech_balloon:` | 💭 | `:thought_balloon:` |\n\n\n## Nature\n\n| Emoji | Code | Emoji | Code |\n|---|---|---|---|\n| ☀️ | `:sunny:` | ☔ | `:umbrella:` |\n| ☁️ | `:cloud:` | ❄️ | `:snowflake:` |\n| ⛄ | `:snowman:` | ⚡ | `:zap:` |\n| 🌀 | `:cyclone:` | 🌁 | `:foggy:` |\n| 🌊 | `:ocean:` | 🐱 | `:cat:` |\n| 🐶 | `:dog:` | 🐭 | `:mouse:` |\n| 🐹 | `:hamster:` | 🐰 | `:rabbit:` |\n| 🐺 | `:wolf:` | 🐸 | `:frog:` |\n| 🐯 | `:tiger:` | 🐨 | `:koala:` |\n| 🐻 | `:bear:` | 🐷 | `:pig:` |\n| 🐽 | `:pig_nose:` | 🐮 | `:cow:` |\n| 🐗 | `:boar:` | 🐵 | `:monkey_face:` |\n| 🐒 | `:monkey:` | 🐴 | `:horse:` |\n| 🐎 | `:racehorse:` | 🐫 | `:camel:` |\n| 🐑 | `:sheep:` | 🐘 | `:elephant:` |\n| 🐼 | `:panda_face:` | 🐍 | `:snake:` |\n| 🐦 | `:bird:` | 🐤 | `:baby_chick:` |\n| 🐥 | `:hatched_chick:` | 🐣 | `:hatching_chick:` |\n| 🐔 | `:chicken:` | 🐧 | `:penguin:` |\n| 🐢 | `:turtle:` | 🐛 | `:bug:` |\n| 🐝 | `:honeybee:` | 🐜 | `:ant:` |\n| 🪲 | `:beetle:` | 🐌 | `:snail:` |\n| 🐙 | `:octopus:` | 🐠 | `:tropical_fish:` |\n| 🐟 | `:fish:` | 🐳 | `:whale:` |\n| 🐋 | `:whale2:` | 🐬 | `:dolphin:` |\n| 🐄 | `:cow2:` | 🐏 | `:ram:` |\n| 🐀 | `:rat:` | 🐃 | `:water_buffalo:` |\n| 🐅 | `:tiger2:` | 🐇 | `:rabbit2:` |\n| 🐉 | `:dragon:` | 🐐 | `:goat:` |\n| 🐓 | `:rooster:` | 🐕 | `:dog2:` |\n| 🐖 | `:pig2:` | 🐁 | `:mouse2:` |\n| 🐂 | `:ox:` | 🐲 | `:dragon_face:` |\n| 🐡 | `:blowfish:` | 🐊 | `:crocodile:` |\n| 🐪 | `:dromedary_camel:` | 🐆 | `:leopard:` |\n| 🐈 | `:cat2:` | 🐩 | `:poodle:` |\n| 🐾 | `:paw_prints:` | 💐 | `:bouquet:` |\n| 🌸 | `:cherry_blossom:` | 🌷 | `:tulip:` |\n| 🍀 | `:four_leaf_clover:` | 🌹 | `:rose:` |\n| 🌻 | `:sunflower:` | 🌺 | `:hibiscus:` |\n| 🍁 | `:maple_leaf:` | 🍃 | `:leaves:` |\n| 🍂 | `:fallen_leaf:` | 🌿 | `:herb:` |\n| 🍄 | `:mushroom:` | 🌵 | `:cactus:` |\n| 🌴 | `:palm_tree:` | 🌲 | `:evergreen_tree:` |\n| 🌳 | `:deciduous_tree:` | 🌰 | `:chestnut:` |\n| 🌱 | `:seedling:` | 🌼 | `:blossom:` |\n| 🌾 | `:ear_of_rice:` | 🐚 | `:shell:` |\n| 🌐 | `:globe_with_meridians:` | 🌞 | `:sun_with_face:` |\n| 🌝 | `:full_moon_with_face:` | 🌚 | `:new_moon_with_face:` |\n| 🌑 | `:new_moon:` | 🌒 | `:waxing_crescent_moon:` |\n| 🌓 | `:first_quarter_moon:` | 🌔 | `:waxing_gibbous_moon:` |\n| 🌕 | `:full_moon:` | 🌖 | `:waning_gibbous_moon:` |\n| 🌗 | `:last_quarter_moon:` | 🌘 | `:waning_crescent_moon:` |\n| 🌜 | `:last_quarter_moon_with_face:` | 🌛 | `:first_quarter_moon_with_face:` |\n| 🌔 | `:moon:` | 🌍 | `:earth_africa:` |\n| 🌎 | `:earth_americas:` | 🌏 | `:earth_asia:` |\n| 🌋 | `:volcano:` | 🌌 | `:milky_way:` |\n| ⛅ | `:partly_sunny:` | \u0026nbsp; | \u0026nbsp; |\n\n\n## Objects\n\n| Emoji | Code | Emoji | Code |\n|---|---|---|---|\n| 🎍 | `:bamboo:` | 💝 | `:gift_heart:` |\n| 🎎 | `:dolls:` | 🎒 | `:school_satchel:` |\n| 🎓 | `:mortar_board:` | 🎏 | `:flags:` |\n| 🎆 | `:fireworks:` | 🎇 | `:sparkler:` |\n| 🎐 | `:wind_chime:` | 🎑 | `:rice_scene:` |\n| 🎃 | `:jack_o_lantern:` | 👻 | `:ghost:` |\n| 🎅 | `:santa:` | 🎄 | `:christmas_tree:` |\n| 🎁 | `:gift:` | 🔔 | `:bell:` |\n| 🔕 | `:no_bell:` | 🎋 | `:tanabata_tree:` |\n| 🎉 | `:tada:` | 🎊 | `:confetti_ball:` |\n| 🎈 | `:balloon:` | 🔮 | `:crystal_ball:` |\n| 💿 | `:cd:` | 📀 | `:dvd:` |\n| 💾 | `:floppy_disk:` | 📷 | `:camera:` |\n| 📹 | `:video_camera:` | 🎥 | `:movie_camera:` |\n| 💻 | `:computer:` | 📺 | `:tv:` |\n| 📱 | `:iphone:` | ☎️ | `:phone:` |\n| ☎️ | `:telephone:` | 📞 | `:telephone_receiver:` |\n| 📟 | `:pager:` | 📠 | `:fax:` |\n| 💽 | `:minidisc:` | 📼 | `:vhs:` |\n| 🔉 | `:sound:` | 🔈 | `:speaker:` |\n| 🔇 | `:mute:` | 📢 | `:loudspeaker:` |\n| 📣 | `:mega:` | ⌛ | `:hourglass:` |\n| ⏳ | `:hourglass_flowing_sand:` | ⏰ | `:alarm_clock:` |\n| ⌚ | `:watch:` | 📻 | `:radio:` |\n| 📡 | `:satellite:` | ➿ | `:loop:` |\n| 🔍 | `:mag:` | 🔎 | `:mag_right:` |\n| 🔓 | `:unlock:` | 🔒 | `:lock:` |\n| 🔏 | `:lock_with_ink_pen:` | 🔐 | `:closed_lock_with_key:` |\n| 🔑 | `:key:` | 💡 | `:bulb:` |\n| 🔦 | `:flashlight:` | 🔆 | `:high_brightness:` |\n| 🔅 | `:low_brightness:` | 🔌 | `:electric_plug:` |\n| 🔋 | `:battery:` | 📲 | `:calling:` |\n| 📧 | `:email:` | 📫 | `:mailbox:` |\n| 📮 | `:postbox:` | 🛀 | `:bath:` |\n| 🛁 | `:bathtub:` | 🚿 | `:shower:` |\n| 🚽 | `:toilet:` | 🔧 | `:wrench:` |\n| 🔩 | `:nut_and_bolt:` | 🔨 | `:hammer:` |\n| 💺 | `:seat:` | 💰 | `:moneybag:` |\n| 💴 | `:yen:` | 💵 | `:dollar:` |\n| 💷 | `:pound:` | 💶 | `:euro:` |\n| 💳 | `:credit_card:` | 💸 | `:money_with_wings:` |\n| 📧 | `:e-mail:` | 📥 | `:inbox_tray:` |\n| 📤 | `:outbox_tray:` | ✉️ | `:envelope:` |\n| 📨 | `:incoming_envelope:` | 📯 | `:postal_horn:` |\n| 📪 | `:mailbox_closed:` | 📬 | `:mailbox_with_mail:` |\n| 📭 | `:mailbox_with_no_mail:` | 🚪 | `:door:` |\n| 🚬 | `:smoking:` | 💣 | `:bomb:` |\n| 🔫 | `:gun:` | 🔪 | `:hocho:` |\n| 💊 | `:pill:` | 💉 | `:syringe:` |\n| 📄 | `:page_facing_up:` | 📃 | `:page_with_curl:` |\n| 📑 | `:bookmark_tabs:` | 📊 | `:bar_chart:` |\n| 📈 | `:chart_with_upwards_trend:` | 📉 | `:chart_with_downwards_trend:` |\n| 📜 | `:scroll:` | 📋 | `:clipboard:` |\n| 📆 | `:calendar:` | 📅 | `:date:` |\n| 📇 | `:card_index:` | 📁 | `:file_folder:` |\n| 📂 | `:open_file_folder:` | ✂️ | `:scissors:` |\n| 📌 | `:pushpin:` | 📎 | `:paperclip:` |\n| ✒️ | `:black_nib:` | ✏️ | `:pencil2:` |\n| 📏 | `:straight_ruler:` | 📐 | `:triangular_ruler:` |\n| 📕 | `:closed_book:` | 📗 | `:green_book:` |\n| 📘 | `:blue_book:` | 📙 | `:orange_book:` |\n| 📓 | `:notebook:` | 📔 | `:notebook_with_decorative_cover:` |\n| 📒 | `:ledger:` | 📚 | `:books:` |\n| 🔖 | `:bookmark:` | 📛 | `:name_badge:` |\n| 🔬 | `:microscope:` | 🔭 | `:telescope:` |\n| 📰 | `:newspaper:` | 🏈 | `:football:` |\n| 🏀 | `:basketball:` | ⚽ | `:soccer:` |\n| ⚾ | `:baseball:` | 🎾 | `:tennis:` |\n| 🎱 | `:8ball:` | 🏉 | `:rugby_football:` |\n| 🎳 | `:bowling:` | ⛳ | `:golf:` |\n| 🚵 | `:mountain_bicyclist:` | 🚴 | `:bicyclist:` |\n| 🏇 | `:horse_racing:` | 🏂 | `:snowboarder:` |\n| 🏊 | `:swimmer:` | 🏄 | `:surfer:` |\n| 🎿 | `:ski:` | ♠️ | `:spades:` |\n| ♥️ | `:hearts:` | ♣️ | `:clubs:` |\n| ♦️ | `:diamonds:` | 💎 | `:gem:` |\n| 💍 | `:ring:` | 🏆 | `:trophy:` |\n| 🎼 | `:musical_score:` | 🎹 | `:musical_keyboard:` |\n| 🎻 | `:violin:` | 👾 | `:space_invader:` |\n| 🎮 | `:video_game:` | 🃏 | `:black_joker:` |\n| 🎴 | `:flower_playing_cards:` | 🎲 | `:game_die:` |\n| 🎯 | `:dart:` | 🀄 | `:mahjong:` |\n| 🎬 | `:clapper:` | 📝 | `:memo:` |\n| 📝 | `:pencil:` | 📖 | `:book:` |\n| 🎨 | `:art:` | 🎤 | `:microphone:` |\n| 🎧 | `:headphones:` | 🎺 | `:trumpet:` |\n| 🎷 | `:saxophone:` | 🎸 | `:guitar:` |\n| 👞 | `:shoe:` | 👡 | `:sandal:` |\n| 👠 | `:high_heel:` | 💄 | `:lipstick:` |\n| 👢 | `:boot:` | 👕 | `:shirt:` |\n| 👕 | `:tshirt:` | 👔 | `:necktie:` |\n| 👚 | `:womans_clothes:` | 👗 | `:dress:` |\n| 🎽 | `:running_shirt_with_sash:` | 👖 | `:jeans:` |\n| 👘 | `:kimono:` | 👙 | `:bikini:` |\n| 🎀 | `:ribbon:` | 🎩 | `:tophat:` |\n| 👑 | `:crown:` | 👒 | `:womans_hat:` |\n| 👞 | `:mans_shoe:` | 🌂 | `:closed_umbrella:` |\n| 💼 | `:briefcase:` | 👜 | `:handbag:` |\n| 👝 | `:pouch:` | 👛 | `:purse:` |\n| 👓 | `:eyeglasses:` | 🎣 | `:fishing_pole_and_fish:` |\n| ☕ | `:coffee:` | 🍵 | `:tea:` |\n| 🍶 | `:sake:` | 🍼 | `:baby_bottle:` |\n| 🍺 | `:beer:` | 🍻 | `:beers:` |\n| 🍸 | `:cocktail:` | 🍹 | `:tropical_drink:` |\n| 🍷 | `:wine_glass:` | 🍴 | `:fork_and_knife:` |\n| 🍕 | `:pizza:` | 🍔 | `:hamburger:` |\n| 🍟 | `:fries:` | 🍗 | `:poultry_leg:` |\n| 🍖 | `:meat_on_bone:` | 🍝 | `:spaghetti:` |\n| 🍛 | `:curry:` | 🍤 | `:fried_shrimp:` |\n| 🍱 | `:bento:` | 🍣 | `:sushi:` |\n| 🍥 | `:fish_cake:` | 🍙 | `:rice_ball:` |\n| 🍘 | `:rice_cracker:` | 🍚 | `:rice:` |\n| 🍜 | `:ramen:` | 🍲 | `:stew:` |\n| 🍢 | `:oden:` | 🍡 | `:dango:` |\n| 🥚 | `:egg:` | 🍞 | `:bread:` |\n| 🍩 | `:doughnut:` | 🍮 | `:custard:` |\n| 🍦 | `:icecream:` | 🍨 | `:ice_cream:` |\n| 🍧 | `:shaved_ice:` | 🎂 | `:birthday:` |\n| 🍰 | `:cake:` | 🍪 | `:cookie:` |\n| 🍫 | `:chocolate_bar:` | 🍬 | `:candy:` |\n| 🍭 | `:lollipop:` | 🍯 | `:honey_pot:` |\n| 🍎 | `:apple:` | 🍏 | `:green_apple:` |\n| 🍊 | `:tangerine:` | 🍋 | `:lemon:` |\n| 🍒 | `:cherries:` | 🍇 | `:grapes:` |\n| 🍉 | `:watermelon:` | 🍓 | `:strawberry:` |\n| 🍑 | `:peach:` | 🍈 | `:melon:` |\n| 🍌 | `:banana:` | 🍐 | `:pear:` |\n| 🍍 | `:pineapple:` | 🍠 | `:sweet_potato:` |\n| 🍆 | `:eggplant:` | 🍅 | `:tomato:` |\n| 🌽 | `:corn:` | \u0026nbsp; | \u0026nbsp; |\n\n\n## Places\n\n| Emoji | Code | Emoji | Code |\n|---|---|---|---|\n| 🏠 | `:house:` | 🏡 | `:house_with_garden:` |\n| 🏫 | `:school:` | 🏢 | `:office:` |\n| 🏣 | `:post_office:` | 🏥 | `:hospital:` |\n| 🏦 | `:bank:` | 🏪 | `:convenience_store:` |\n| 🏩 | `:love_hotel:` | 🏨 | `:hotel:` |\n| 💒 | `:wedding:` | ⛪ | `:church:` |\n| 🏬 | `:department_store:` | 🏤 | `:european_post_office:` |\n| 🌇 | `:city_sunrise:` | 🌆 | `:city_sunset:` |\n| 🏯 | `:japanese_castle:` | 🏰 | `:european_castle:` |\n| ⛺ | `:tent:` | 🏭 | `:factory:` |\n| 🗼 | `:tokyo_tower:` | 🗾 | `:japan:` |\n| 🗻 | `:mount_fuji:` | 🌄 | `:sunrise_over_mountains:` |\n| 🌅 | `:sunrise:` | 🌠 | `:stars:` |\n| 🗽 | `:statue_of_liberty:` | 🌉 | `:bridge_at_night:` |\n| 🎠 | `:carousel_horse:` | 🌈 | `:rainbow:` |\n| 🎡 | `:ferris_wheel:` | ⛲ | `:fountain:` |\n| 🎢 | `:roller_coaster:` | 🚢 | `:ship:` |\n| 🚤 | `:speedboat:` | ⛵ | `:boat:` |\n| ⛵ | `:sailboat:` | 🚣 | `:rowboat:` |\n| ⚓ | `:anchor:` | 🚀 | `:rocket:` |\n| ✈️ | `:airplane:` | 🚁 | `:helicopter:` |\n| 🚂 | `:steam_locomotive:` | 🚊 | `:tram:` |\n| 🚞 | `:mountain_railway:` | 🚲 | `:bike:` |\n| 🚡 | `:aerial_tramway:` | 🚟 | `:suspension_railway:` |\n| 🚠 | `:mountain_cableway:` | 🚜 | `:tractor:` |\n| 🚙 | `:blue_car:` | 🚘 | `:oncoming_automobile:` |\n| 🚗 | `:car:` | 🚗 | `:red_car:` |\n| 🚕 | `:taxi:` | 🚖 | `:oncoming_taxi:` |\n| 🚛 | `:articulated_lorry:` | 🚌 | `:bus:` |\n| 🚍 | `:oncoming_bus:` | 🚨 | `:rotating_light:` |\n| 🚓 | `:police_car:` | 🚔 | `:oncoming_police_car:` |\n| 🚒 | `:fire_engine:` | 🚑 | `:ambulance:` |\n| 🚐 | `:minibus:` | 🚚 | `:truck:` |\n| 🚋 | `:train:` | 🚉 | `:station:` |\n| 🚆 | `:train2:` | 🚅 | `:bullettrain_front:` |\n| 🚄 | `:bullettrain_side:` | 🚈 | `:light_rail:` |\n| 🚝 | `:monorail:` | 🚃 | `:railway_car:` |\n| 🚎 | `:trolleybus:` | 🎫 | `:ticket:` |\n| ⛽ | `:fuelpump:` | 🚦 | `:vertical_traffic_light:` |\n| 🚥 | `:traffic_light:` | ⚠️ | `:warning:` |\n| 🚧 | `:construction:` | 🔰 | `:beginner:` |\n| 🏧 | `:atm:` | 🎰 | `:slot_machine:` |\n| 🚏 | `:busstop:` | 💈 | `:barber:` |\n| ♨️ | `:hotsprings:` | 🏁 | `:checkered_flag:` |\n| 🎌 | `:crossed_flags:` | 🏮 | `:izakaya_lantern:` |\n| 🗿 | `:moyai:` | 🎪 | `:circus_tent:` |\n| 🎭 | `:performing_arts:` | 📍 | `:round_pushpin:` |\n| 🚩 | `:triangular_flag_on_post:` | 🇯🇵 | `:jp:` |\n| 🇰🇷 | `:kr:` | 🇨🇳 | `:cn:` |\n| 🇺🇸 | `:us:` | 🇫🇷 | `:fr:` |\n| 🇪🇸 | `:es:` | 🇮🇹 | `:it:` |\n| 🇷🇺 | `:ru:` | 🇬🇧 | `:gb:` |\n| 🇬🇧 | `:uk:` | 🇩🇪 | `:de:` |\n\n\n## Symbols\n\n| Emoji | Code | Emoji | Code |\n|---|---|---|---|\n| 1️⃣ | `:one:` | 2️⃣ | `:two:` |\n| 3️⃣ | `:three:` | 4️⃣ | `:four:` |\n| 5️⃣ | `:five:` | 6️⃣ | `:six:` |\n| 7️⃣ | `:seven:` | 8️⃣ | `:eight:` |\n| 9️⃣ | `:nine:` | 🔟 | `:keycap_ten:` |\n| 🔢 | `:1234:` | 0️⃣ | `:zero:` |\n| #️⃣ | `:hash:` | 🔣 | `:symbols:` |\n| ◀️ | `:arrow_backward:` | ⬇️ | `:arrow_down:` |\n| ▶️ | `:arrow_forward:` | ⬅️ | `:arrow_left:` |\n| 🔠 | `:capital_abcd:` | 🔡 | `:abcd:` |\n| 🔤 | `:abc:` | ↙️ | `:arrow_lower_left:` |\n| ↘️ | `:arrow_lower_right:` | ➡️ | `:arrow_right:` |\n| ⬆️ | `:arrow_up:` | ↖️ | `:arrow_upper_left:` |\n| ↗️ | `:arrow_upper_right:` | ⏬ | `:arrow_double_down:` |\n| ⏫ | `:arrow_double_up:` | 🔽 | `:arrow_down_small:` |\n| ⤵️ | `:arrow_heading_down:` | ⤴️ | `:arrow_heading_up:` |\n| ↩️ | `:leftwards_arrow_with_hook:` | ↪️ | `:arrow_right_hook:` |\n| ↔️ | `:left_right_arrow:` | ↕️ | `:arrow_up_down:` |\n| 🔼 | `:arrow_up_small:` | 🔃 | `:arrows_clockwise:` |\n| 🔄 | `:arrows_counterclockwise:` | ⏪ | `:rewind:` |\n| ⏩ | `:fast_forward:` | ℹ️ | `:information_source:` |\n| 🆗 | `:ok:` | 🔀 | `:twisted_rightwards_arrows:` |\n| 🔁 | `:repeat:` | 🔂 | `:repeat_one:` |\n| 🆕 | `:new:` | 🔝 | `:top:` |\n| 🆙 | `:up:` | 🆒 | `:cool:` |\n| 🆓 | `:free:` | 🆖 | `:ng:` |\n| 🎦 | `:cinema:` | 🈁 | `:koko:` |\n| 📶 | `:signal_strength:` | 🈹 | `:u5272:` |\n| 🈴 | `:u5408:` | 🈺 | `:u55b6:` |\n| 🈯 | `:u6307:` | 🈷️ | `:u6708:` |\n| 🈶 | `:u6709:` | 🈵 | `:u6e80:` |\n| 🈚 | `:u7121:` | 🈸 | `:u7533:` |\n| 🈳 | `:u7a7a:` | 🈲 | `:u7981:` |\n| 🈂️ | `:sa:` | 🚻 | `:restroom:` |\n| 🚹 | `:mens:` | 🚺 | `:womens:` |\n| 🚼 | `:baby_symbol:` | 🚭 | `:no_smoking:` |\n| 🅿️ | `:parking:` | ♿ | `:wheelchair:` |\n| 🚇 | `:metro:` | 🛄 | `:baggage_claim:` |\n| 🉑 | `:accept:` | 🚾 | `:wc:` |\n| 🚰 | `:potable_water:` | 🚮 | `:put_litter_in_its_place:` |\n| ㊙️ | `:secret:` | ㊗️ | `:congratulations:` |\n| Ⓜ️ | `:m:` | 🛂 | `:passport_control:` |\n| 🛅 | `:left_luggage:` | 🛃 | `:customs:` |\n| 🉐 | `:ideograph_advantage:` | 🆑 | `:cl:` |\n| 🆘 | `:sos:` | 🆔 | `:id:` |\n| 🚫 | `:no_entry_sign:` | 🔞 | `:underage:` |\n| 📵 | `:no_mobile_phones:` | 🚯 | `:do_not_litter:` |\n| 🚱 | `:non-potable_water:` | 🚳 | `:no_bicycles:` |\n| 🚷 | `:no_pedestrians:` | 🚸 | `:children_crossing:` |\n| ⛔ | `:no_entry:` | ✳️ | `:eight_spoked_asterisk:` |\n| ✴️ | `:eight_pointed_black_star:` | 💟 | `:heart_decoration:` |\n| 🆚 | `:vs:` | 📳 | `:vibration_mode:` |\n| 📴 | `:mobile_phone_off:` | 💹 | `:chart:` |\n| 💱 | `:currency_exchange:` | ♈ | `:aries:` |\n| ♉ | `:taurus:` | ♊ | `:gemini:` |\n| ♋ | `:cancer:` | ♌ | `:leo:` |\n| ♍ | `:virgo:` | ♎ | `:libra:` |\n| ♏ | `:scorpius:` | ♐ | `:sagittarius:` |\n| ♑ | `:capricorn:` | ♒ | `:aquarius:` |\n| ♓ | `:pisces:` | ⛎ | `:ophiuchus:` |\n| 🔯 | `:six_pointed_star:` | ❎ | `:negative_squared_cross_mark:` |\n| 🅰️ | `:a:` | 🅱️ | `:b:` |\n| 🆎 | `:ab:` | 🅾️ | `:o2:` |\n| 💠 | `:diamond_shape_with_a_dot_inside:` | ♻️ | `:recycle:` |\n| 🔚 | `:end:` | 🔛 | `:on:` |\n| 🔜 | `:soon:` | 🕐 | `:clock1:` |\n| 🕜 | `:clock130:` | 🕙 | `:clock10:` |\n| 🕥 | `:clock1030:` | 🕚 | `:clock11:` |\n| 🕦 | `:clock1130:` | 🕛 | `:clock12:` |\n| 🕧 | `:clock1230:` | 🕑 | `:clock2:` |\n| 🕝 | `:clock230:` | 🕒 | `:clock3:` |\n| 🕞 | `:clock330:` | 🕓 | `:clock4:` |\n| 🕟 | `:clock430:` | 🕔 | `:clock5:` |\n| 🕠 | `:clock530:` | 🕕 | `:clock6:` |\n| 🕡 | `:clock630:` | 🕖 | `:clock7:` |\n| 🕢 | `:clock730:` | 🕗 | `:clock8:` |\n| 🕣 | `:clock830:` | 🕘 | `:clock9:` |\n| 🕤 | `:clock930:` | 💲 | `:heavy_dollar_sign:` |\n| ©️ | `:copyright:` | ®️ | `:registered:` |\n| ™️ | `:tm:` | ❌ | `:x:` |\n| ❗ | `:heavy_exclamation_mark:` | ‼️ | `:bangbang:` |\n| ⁉️ | `:interrobang:` | ⭕ | `:o:` |\n| ✖️ | `:heavy_multiplication_x:` | ➕ | `:heavy_plus_sign:` |\n| ➖ | `:heavy_minus_sign:` | ➗ | `:heavy_division_sign:` |\n| 💮 | `:white_flower:` | 💯 | `:100:` |\n| ✔️ | `:heavy_check_mark:` | ☑️ | `:ballot_box_with_check:` |\n| 🔘 | `:radio_button:` | 🔗 | `:link:` |\n| ➰ | `:curly_loop:` | 〰️ | `:wavy_dash:` |\n| 〽️ | `:part_alternation_mark:` | 🔱 | `:trident:` |\n| ✅ | `:white_check_mark:` | 🔲 | `:black_square_button:` |\n| 🔳 | `:white_square_button:` | ⚫ | `:black_circle:` |\n| ⚪ | `:white_circle:` | 🔴 | `:red_circle:` |\n| 🔵 | `:large_blue_circle:` | 🔷 | `:large_blue_diamond:` |\n| 🔶 | `:large_orange_diamond:` | 🔹 | `:small_blue_diamond:` |\n| 🔸 | `:small_orange_diamond:` | 🔺 | `:small_red_triangle:` |\n| 🔻 | `:small_red_triangle_down:` | \u0026nbsp; | \u0026nbsp; |\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliot-akira%2Fgitmoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feliot-akira%2Fgitmoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feliot-akira%2Fgitmoji/lists"}