Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliot-akira/gitmoji-overview
Overview of emojis for use in Git commit messages and GitHub Markdown
https://github.com/eliot-akira/gitmoji-overview
emoji git github gitmoji markdown
Last synced: 15 days ago
JSON representation
Overview of emojis for use in Git commit messages and GitHub Markdown
- Host: GitHub
- URL: https://github.com/eliot-akira/gitmoji-overview
- Owner: eliot-akira
- Created: 2024-02-10T18:54:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T19:11:18.000Z (9 months ago)
- Last Synced: 2024-10-09T23:23:19.938Z (about 1 month ago)
- Topics: emoji, git, github, gitmoji, markdown
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Gitmoji Markdown
This 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).
#### Table of contents
- [Git messages](#git-messages)
- [People](#people)
- [Nature](#nature)
- [Objects](#objects)
- [Places](#places)
- [Symbols](#symbols)## Git messages
| Emoji | Code | Description |
|---|---|---|
| ๐ฉน | `:adhesive_bandage:` | Simple fix for a non-critical issue. |
| โ๏ธ | `:alembic:` | Perform experiments. |
| ๐ฝ๏ธ | `:alien:` | Update code due to external API changes. |
| ๐๏ธ | `:ambulance:` | Critical hotfix. |
| โฌ๏ธ | `:arrow_down:` | Downgrade dependencies. |
| โฌ๏ธ | `:arrow_up:` | Upgrade dependencies. |
| ๐จ | `:art:` | Improve structure / format of the code. |
| ๐ป | `:beers:` | Write code drunkenly. |
| ๐ฑ | `:bento:` | Add or update assets. |
| ๐ | `:bookmark:` | Release / Version tags. |
| ๐ฅ | `:boom:` | Introduce breaking changes. |
| ๐งฑ | `:bricks:` | Infrastructure related changes. |
| ๐ | `:bug:` | Fix a bug. |
| ๐๏ธ | `:building_construction:` | Make architectural changes. |
| ๐ก | `:bulb:` | Add or update comments in source code. |
| ๐ฅ | `:busts_in_silhouette:` | Add or update contributor(s). |
| ๐ธ | `:camera_flash:` | Add or update snapshots. |
| ๐๏ธ | `:card_file_box:` | Perform database related changes. |
| ๐ | `:chart_with_upwards_trend:` | Add or update analytics or track code. |
| ๐ธ | `:children_crossing:` | Improve user experience / usability. |
| ๐ | `:closed_lock_with_key:` | Add or update secrets. |
| ๐คก | `:clown_face:` | Mock things. |
| โฐ๏ธ | `:coffin:` | Remove dead code. |
| ๐ง | `:construction:` | Work in progress. |
| ๐ท | `:construction_worker:` | Add or update CI build system. |
| ๐ซ | `:dizzy:` | Add or update animations and transitions. |
| ๐ฅ | `:egg:` | Add or update an easter egg. |
| ๐ฅ | `:fire:` | Remove code or files. |
| ๐ | `:globe_with_meridians:` | Internationalization and localization. |
| ๐ฅ | `:goal_net:` | Catch errors. |
| ๐ | `:green_heart:` | Fix CI Build. |
| ๐จ | `:hammer:` | Add or update development scripts. |
| โ | `:heavy_minus_sign:` | Remove a dependency. |
| โ | `:heavy_plus_sign:` | Add a dependency. |
| ๐ฑ | `:iphone:` | Work on responsive design. |
| ๐ท๏ธ | `:label:` | Add or update types. |
| ๐ | `:lipstick:` | Add or update the UI and style files. |
| ๐๏ธ | `:lock:` | Fix security or privacy issues. |
| ๐ | `:loud_sound:` | Add or update logs. |
| ๐๏ธ | `:mag:` | Improve SEO. |
| ๐ | `:memo:` | Add or update documentation. |
| ๐ธ | `:money_with_wings:` | Add sponsorships or money related infrastructure. |
| ๐ง | `:monocle_face:` | Data exploration/inspection. |
| ๐ | `:mute:` | Remove logs. |
| ๐ | `:necktie:` | Add or update business logic. |
| ๐ฆ๏ธ | `:package:` | Add or update compiled files or packages. |
| ๐ | `:page_facing_up:` | Add or update license. |
| ๐ | `:passport_control:` | Work on code related to authorization, roles and permissions. |
| โ๏ธ | `:pencil2:` | Fix typos. |
| ๐ฉ | `:poop:` | Write bad code that needs to be improved. |
| ๐ | `:pushpin:` | Pin dependencies to specific versions. |
| โป๏ธ | `:recycle:` | Refactor code. |
| โช๏ธ | `:rewind:` | Revert changes. |
| ๐ | `:rocket:` | Deploy stuff. |
| ๐จ | `:rotating_light:` | Fix compiler / linter warnings. |
| ๐ฆบ | `:safety_vest:` | Add or update code related to validation. |
| ๐ | `:see_no_evil:` | Add or update a .gitignore file. |
| ๐ฑ | `:seedling:` | Add or update seed files. |
| โจ | `:sparkles:` | Introduce new features. |
| ๐ฌ | `:speech_balloon:` | Add or update text and literals. |
| ๐ฉบ | `:stethoscope:` | Add or update healthcheck. |
| ๐ | `:tada:` | Begin a project. |
| ๐งโ๐ป | `:technologist:` | Improve developer experience. |
| ๐งช | `:test_tube:` | Add a failing test. |
| ๐งต | `:thread:` | Add or update code related to multithreading or concurrency. |
| ๐ฉ | `:triangular_flag_on_post:` | Add, update, or remove feature flags. |
| ๐ | `:truck:` | Move or rename resources (e.g.: files, paths, routes). |
| ๐ | `:twisted_rightwards_arrows:` | Merge branches. |
| ๐๏ธ | `:wastebasket:` | Deprecate code that needs to be cleaned up. |
| โฟ๏ธ | `:wheelchair:` | Improve accessibility. |
| โ | `:white_check_mark:` | Add, update, or pass tests. |
| ๐ง | `:wrench:` | Add or update configuration files. |
| โก๏ธ | `:zap:` | Improve performance. |## People
| Emoji | Code | Emoji | Code |
|---|---|---|---|
| ๐ | `:smile:` | ๐ | `:laughing:` |
| ๐ | `:blush:` | ๐ | `:smiley:` |
| โบ๏ธ | `:relaxed:` | ๐ | `:smirk:` |
| ๐ | `:heart_eyes:` | ๐ | `:kissing_heart:` |
| ๐ | `:kissing_closed_eyes:` | ๐ณ | `:flushed:` |
| ๐ | `:relieved:` | ๐ | `:satisfied:` |
| ๐ | `:grin:` | ๐ | `:wink:` |
| ๐ | `:stuck_out_tongue_winking_eye:` | ๐ | `:stuck_out_tongue_closed_eyes:` |
| ๐ | `:grinning:` | ๐ | `:kissing:` |
| ๐ | `:kissing_smiling_eyes:` | ๐ | `:stuck_out_tongue:` |
| ๐ด | `:sleeping:` | ๐ | `:worried:` |
| ๐ฆ | `:frowning:` | ๐ง | `:anguished:` |
| ๐ฎ | `:open_mouth:` | ๐ฌ | `:grimacing:` |
| ๐ | `:confused:` | ๐ฏ | `:hushed:` |
| ๐ | `:expressionless:` | ๐ | `:unamused:` |
| ๐ | `:sweat_smile:` | ๐ | `:sweat:` |
| ๐ฅ | `:disappointed_relieved:` | ๐ฉ | `:weary:` |
| ๐ | `:pensive:` | ๐ | `:disappointed:` |
| ๐ | `:confounded:` | ๐จ | `:fearful:` |
| ๐ฐ | `:cold_sweat:` | ๐ฃ | `:persevere:` |
| ๐ข | `:cry:` | ๐ญ | `:sob:` |
| ๐ | `:joy:` | ๐ฒ | `:astonished:` |
| ๐ฑ | `:scream:` | ๐ซ | `:tired_face:` |
| ๐ | `:angry:` | ๐ก | `:rage:` |
| ๐ค | `:triumph:` | ๐ช | `:sleepy:` |
| ๐ | `:yum:` | ๐ท | `:mask:` |
| ๐ | `:sunglasses:` | ๐ต | `:dizzy_face:` |
| ๐ฟ | `:imp:` | ๐ | `:smiling_imp:` |
| ๐ | `:neutral_face:` | ๐ถ | `:no_mouth:` |
| ๐ | `:innocent:` | ๐ฝ | `:alien:` |
| ๐ | `:yellow_heart:` | ๐ | `:blue_heart:` |
| ๐ | `:purple_heart:` | โค๏ธ | `:heart:` |
| ๐ | `:green_heart:` | ๐ | `:broken_heart:` |
| ๐ | `:heartbeat:` | ๐ | `:heartpulse:` |
| ๐ | `:two_hearts:` | ๐ | `:revolving_hearts:` |
| ๐ | `:cupid:` | ๐ | `:sparkling_heart:` |
| โจ | `:sparkles:` | โญ | `:star:` |
| ๐ | `:star2:` | ๐ซ | `:dizzy:` |
| ๐ฅ | `:boom:` | ๐ฅ | `:collision:` |
| ๐ข | `:anger:` | โ | `:exclamation:` |
| โ | `:question:` | โ | `:grey_exclamation:` |
| โ | `:grey_question:` | ๐ค | `:zzz:` |
| ๐จ | `:dash:` | ๐ฆ | `:sweat_drops:` |
| ๐ถ | `:notes:` | ๐ต | `:musical_note:` |
| ๐ฅ | `:fire:` | ๐ฉ | `:hankey:` |
| ๐ฉ | `:poop:` | ๐ฉ | `:shit:` |
| ๐ | `:+1:` | ๐ | `:thumbsup:` |
| ๐ | `:-1:` | ๐ | `:thumbsdown:` |
| ๐ | `:ok_hand:` | ๐ | `:punch:` |
| ๐ | `:facepunch:` | โ | `:fist:` |
| โ๏ธ | `:v:` | ๐ | `:wave:` |
| โ | `:hand:` | โ | `:raised_hand:` |
| ๐ | `:open_hands:` | โ๏ธ | `:point_up:` |
| ๐ | `:point_down:` | ๐ | `:point_left:` |
| ๐ | `:point_right:` | ๐ | `:raised_hands:` |
| ๐ | `:pray:` | ๐ | `:point_up_2:` |
| ๐ | `:clap:` | ๐ช | `:muscle:` |
| ๐ค | `:metal:` | ๐ | `:fu:` |
| ๐ถ | `:walking:` | ๐ | `:runner:` |
| ๐ | `:running:` | ๐ซ | `:couple:` |
| ๐ช | `:family:` | ๐ฌ | `:two_men_holding_hands:` |
| ๐ญ | `:two_women_holding_hands:` | ๐ | `:dancer:` |
| ๐ฏ | `:dancers:` | ๐โโ๏ธ | `:ok_woman:` |
| ๐ | `:no_good:` | ๐ | `:information_desk_person:` |
| ๐ | `:raising_hand:` | ๐ฐโโ๏ธ | `:bride_with_veil:` |
| ๐ | `:bow:` | ๐ | `:couplekiss:` |
| ๐ | `:couple_with_heart:` | ๐ | `:massage:` |
| ๐ | `:haircut:` | ๐ | `:nail_care:` |
| ๐ฆ | `:boy:` | ๐ง | `:girl:` |
| ๐ฉ | `:woman:` | ๐จ | `:man:` |
| ๐ถ | `:baby:` | ๐ต | `:older_woman:` |
| ๐ด | `:older_man:` | ๐ฒ | `:man_with_gua_pi_mao:` |
| ๐ณโโ๏ธ | `:man_with_turban:` | ๐ท | `:construction_worker:` |
| ๐ฎ | `:cop:` | ๐ผ | `:angel:` |
| ๐ธ | `:princess:` | ๐บ | `:smiley_cat:` |
| ๐ธ | `:smile_cat:` | ๐ป | `:heart_eyes_cat:` |
| ๐ฝ | `:kissing_cat:` | ๐ผ | `:smirk_cat:` |
| ๐ | `:scream_cat:` | ๐ฟ | `:crying_cat_face:` |
| ๐น | `:joy_cat:` | ๐พ | `:pouting_cat:` |
| ๐น | `:japanese_ogre:` | ๐บ | `:japanese_goblin:` |
| ๐ | `:see_no_evil:` | ๐ | `:hear_no_evil:` |
| ๐ | `:speak_no_evil:` | ๐โโ๏ธ | `:guardsman:` |
| ๐ | `:skull:` | ๐พ | `:feet:` |
| ๐ | `:lips:` | ๐ | `:kiss:` |
| ๐ง | `:droplet:` | ๐ | `:ear:` |
| ๐ | `:eyes:` | ๐ | `:nose:` |
| ๐ | `:tongue:` | ๐ | `:love_letter:` |
| ๐ค | `:bust_in_silhouette:` | ๐ฅ | `:busts_in_silhouette:` |
| ๐ฌ | `:speech_balloon:` | ๐ญ | `:thought_balloon:` |## Nature
| Emoji | Code | Emoji | Code |
|---|---|---|---|
| โ๏ธ | `:sunny:` | โ | `:umbrella:` |
| โ๏ธ | `:cloud:` | โ๏ธ | `:snowflake:` |
| โ | `:snowman:` | โก | `:zap:` |
| ๐ | `:cyclone:` | ๐ | `:foggy:` |
| ๐ | `:ocean:` | ๐ฑ | `:cat:` |
| ๐ถ | `:dog:` | ๐ญ | `:mouse:` |
| ๐น | `:hamster:` | ๐ฐ | `:rabbit:` |
| ๐บ | `:wolf:` | ๐ธ | `:frog:` |
| ๐ฏ | `:tiger:` | ๐จ | `:koala:` |
| ๐ป | `:bear:` | ๐ท | `:pig:` |
| ๐ฝ | `:pig_nose:` | ๐ฎ | `:cow:` |
| ๐ | `:boar:` | ๐ต | `:monkey_face:` |
| ๐ | `:monkey:` | ๐ด | `:horse:` |
| ๐ | `:racehorse:` | ๐ซ | `:camel:` |
| ๐ | `:sheep:` | ๐ | `:elephant:` |
| ๐ผ | `:panda_face:` | ๐ | `:snake:` |
| ๐ฆ | `:bird:` | ๐ค | `:baby_chick:` |
| ๐ฅ | `:hatched_chick:` | ๐ฃ | `:hatching_chick:` |
| ๐ | `:chicken:` | ๐ง | `:penguin:` |
| ๐ข | `:turtle:` | ๐ | `:bug:` |
| ๐ | `:honeybee:` | ๐ | `:ant:` |
| ๐ชฒ | `:beetle:` | ๐ | `:snail:` |
| ๐ | `:octopus:` | ๐ | `:tropical_fish:` |
| ๐ | `:fish:` | ๐ณ | `:whale:` |
| ๐ | `:whale2:` | ๐ฌ | `:dolphin:` |
| ๐ | `:cow2:` | ๐ | `:ram:` |
| ๐ | `:rat:` | ๐ | `:water_buffalo:` |
| ๐ | `:tiger2:` | ๐ | `:rabbit2:` |
| ๐ | `:dragon:` | ๐ | `:goat:` |
| ๐ | `:rooster:` | ๐ | `:dog2:` |
| ๐ | `:pig2:` | ๐ | `:mouse2:` |
| ๐ | `:ox:` | ๐ฒ | `:dragon_face:` |
| ๐ก | `:blowfish:` | ๐ | `:crocodile:` |
| ๐ช | `:dromedary_camel:` | ๐ | `:leopard:` |
| ๐ | `:cat2:` | ๐ฉ | `:poodle:` |
| ๐พ | `:paw_prints:` | ๐ | `:bouquet:` |
| ๐ธ | `:cherry_blossom:` | ๐ท | `:tulip:` |
| ๐ | `:four_leaf_clover:` | ๐น | `:rose:` |
| ๐ป | `:sunflower:` | ๐บ | `:hibiscus:` |
| ๐ | `:maple_leaf:` | ๐ | `:leaves:` |
| ๐ | `:fallen_leaf:` | ๐ฟ | `:herb:` |
| ๐ | `:mushroom:` | ๐ต | `:cactus:` |
| ๐ด | `:palm_tree:` | ๐ฒ | `:evergreen_tree:` |
| ๐ณ | `:deciduous_tree:` | ๐ฐ | `:chestnut:` |
| ๐ฑ | `:seedling:` | ๐ผ | `:blossom:` |
| ๐พ | `:ear_of_rice:` | ๐ | `:shell:` |
| ๐ | `:globe_with_meridians:` | ๐ | `:sun_with_face:` |
| ๐ | `:full_moon_with_face:` | ๐ | `:new_moon_with_face:` |
| ๐ | `:new_moon:` | ๐ | `:waxing_crescent_moon:` |
| ๐ | `:first_quarter_moon:` | ๐ | `:waxing_gibbous_moon:` |
| ๐ | `:full_moon:` | ๐ | `:waning_gibbous_moon:` |
| ๐ | `:last_quarter_moon:` | ๐ | `:waning_crescent_moon:` |
| ๐ | `:last_quarter_moon_with_face:` | ๐ | `:first_quarter_moon_with_face:` |
| ๐ | `:moon:` | ๐ | `:earth_africa:` |
| ๐ | `:earth_americas:` | ๐ | `:earth_asia:` |
| ๐ | `:volcano:` | ๐ | `:milky_way:` |
| โ | `:partly_sunny:` | ย | ย |## Objects
| Emoji | Code | Emoji | Code |
|---|---|---|---|
| ๐ | `:bamboo:` | ๐ | `:gift_heart:` |
| ๐ | `:dolls:` | ๐ | `:school_satchel:` |
| ๐ | `:mortar_board:` | ๐ | `:flags:` |
| ๐ | `:fireworks:` | ๐ | `:sparkler:` |
| ๐ | `:wind_chime:` | ๐ | `:rice_scene:` |
| ๐ | `:jack_o_lantern:` | ๐ป | `:ghost:` |
| ๐ | `:santa:` | ๐ | `:christmas_tree:` |
| ๐ | `:gift:` | ๐ | `:bell:` |
| ๐ | `:no_bell:` | ๐ | `:tanabata_tree:` |
| ๐ | `:tada:` | ๐ | `:confetti_ball:` |
| ๐ | `:balloon:` | ๐ฎ | `:crystal_ball:` |
| ๐ฟ | `:cd:` | ๐ | `:dvd:` |
| ๐พ | `:floppy_disk:` | ๐ท | `:camera:` |
| ๐น | `:video_camera:` | ๐ฅ | `:movie_camera:` |
| ๐ป | `:computer:` | ๐บ | `:tv:` |
| ๐ฑ | `:iphone:` | โ๏ธ | `:phone:` |
| โ๏ธ | `:telephone:` | ๐ | `:telephone_receiver:` |
| ๐ | `:pager:` | ๐ | `:fax:` |
| ๐ฝ | `:minidisc:` | ๐ผ | `:vhs:` |
| ๐ | `:sound:` | ๐ | `:speaker:` |
| ๐ | `:mute:` | ๐ข | `:loudspeaker:` |
| ๐ฃ | `:mega:` | โ | `:hourglass:` |
| โณ | `:hourglass_flowing_sand:` | โฐ | `:alarm_clock:` |
| โ | `:watch:` | ๐ป | `:radio:` |
| ๐ก | `:satellite:` | โฟ | `:loop:` |
| ๐ | `:mag:` | ๐ | `:mag_right:` |
| ๐ | `:unlock:` | ๐ | `:lock:` |
| ๐ | `:lock_with_ink_pen:` | ๐ | `:closed_lock_with_key:` |
| ๐ | `:key:` | ๐ก | `:bulb:` |
| ๐ฆ | `:flashlight:` | ๐ | `:high_brightness:` |
| ๐ | `:low_brightness:` | ๐ | `:electric_plug:` |
| ๐ | `:battery:` | ๐ฒ | `:calling:` |
| ๐ง | `:email:` | ๐ซ | `:mailbox:` |
| ๐ฎ | `:postbox:` | ๐ | `:bath:` |
| ๐ | `:bathtub:` | ๐ฟ | `:shower:` |
| ๐ฝ | `:toilet:` | ๐ง | `:wrench:` |
| ๐ฉ | `:nut_and_bolt:` | ๐จ | `:hammer:` |
| ๐บ | `:seat:` | ๐ฐ | `:moneybag:` |
| ๐ด | `:yen:` | ๐ต | `:dollar:` |
| ๐ท | `:pound:` | ๐ถ | `:euro:` |
| ๐ณ | `:credit_card:` | ๐ธ | `:money_with_wings:` |
| ๐ง | `:e-mail:` | ๐ฅ | `:inbox_tray:` |
| ๐ค | `:outbox_tray:` | โ๏ธ | `:envelope:` |
| ๐จ | `:incoming_envelope:` | ๐ฏ | `:postal_horn:` |
| ๐ช | `:mailbox_closed:` | ๐ฌ | `:mailbox_with_mail:` |
| ๐ญ | `:mailbox_with_no_mail:` | ๐ช | `:door:` |
| ๐ฌ | `:smoking:` | ๐ฃ | `:bomb:` |
| ๐ซ | `:gun:` | ๐ช | `:hocho:` |
| ๐ | `:pill:` | ๐ | `:syringe:` |
| ๐ | `:page_facing_up:` | ๐ | `:page_with_curl:` |
| ๐ | `:bookmark_tabs:` | ๐ | `:bar_chart:` |
| ๐ | `:chart_with_upwards_trend:` | ๐ | `:chart_with_downwards_trend:` |
| ๐ | `:scroll:` | ๐ | `:clipboard:` |
| ๐ | `:calendar:` | ๐ | `:date:` |
| ๐ | `:card_index:` | ๐ | `:file_folder:` |
| ๐ | `:open_file_folder:` | โ๏ธ | `:scissors:` |
| ๐ | `:pushpin:` | ๐ | `:paperclip:` |
| โ๏ธ | `:black_nib:` | โ๏ธ | `:pencil2:` |
| ๐ | `:straight_ruler:` | ๐ | `:triangular_ruler:` |
| ๐ | `:closed_book:` | ๐ | `:green_book:` |
| ๐ | `:blue_book:` | ๐ | `:orange_book:` |
| ๐ | `:notebook:` | ๐ | `:notebook_with_decorative_cover:` |
| ๐ | `:ledger:` | ๐ | `:books:` |
| ๐ | `:bookmark:` | ๐ | `:name_badge:` |
| ๐ฌ | `:microscope:` | ๐ญ | `:telescope:` |
| ๐ฐ | `:newspaper:` | ๐ | `:football:` |
| ๐ | `:basketball:` | โฝ | `:soccer:` |
| โพ | `:baseball:` | ๐พ | `:tennis:` |
| ๐ฑ | `:8ball:` | ๐ | `:rugby_football:` |
| ๐ณ | `:bowling:` | โณ | `:golf:` |
| ๐ต | `:mountain_bicyclist:` | ๐ด | `:bicyclist:` |
| ๐ | `:horse_racing:` | ๐ | `:snowboarder:` |
| ๐ | `:swimmer:` | ๐ | `:surfer:` |
| ๐ฟ | `:ski:` | โ ๏ธ | `:spades:` |
| โฅ๏ธ | `:hearts:` | โฃ๏ธ | `:clubs:` |
| โฆ๏ธ | `:diamonds:` | ๐ | `:gem:` |
| ๐ | `:ring:` | ๐ | `:trophy:` |
| ๐ผ | `:musical_score:` | ๐น | `:musical_keyboard:` |
| ๐ป | `:violin:` | ๐พ | `:space_invader:` |
| ๐ฎ | `:video_game:` | ๐ | `:black_joker:` |
| ๐ด | `:flower_playing_cards:` | ๐ฒ | `:game_die:` |
| ๐ฏ | `:dart:` | ๐ | `:mahjong:` |
| ๐ฌ | `:clapper:` | ๐ | `:memo:` |
| ๐ | `:pencil:` | ๐ | `:book:` |
| ๐จ | `:art:` | ๐ค | `:microphone:` |
| ๐ง | `:headphones:` | ๐บ | `:trumpet:` |
| ๐ท | `:saxophone:` | ๐ธ | `:guitar:` |
| ๐ | `:shoe:` | ๐ก | `:sandal:` |
| ๐ | `:high_heel:` | ๐ | `:lipstick:` |
| ๐ข | `:boot:` | ๐ | `:shirt:` |
| ๐ | `:tshirt:` | ๐ | `:necktie:` |
| ๐ | `:womans_clothes:` | ๐ | `:dress:` |
| ๐ฝ | `:running_shirt_with_sash:` | ๐ | `:jeans:` |
| ๐ | `:kimono:` | ๐ | `:bikini:` |
| ๐ | `:ribbon:` | ๐ฉ | `:tophat:` |
| ๐ | `:crown:` | ๐ | `:womans_hat:` |
| ๐ | `:mans_shoe:` | ๐ | `:closed_umbrella:` |
| ๐ผ | `:briefcase:` | ๐ | `:handbag:` |
| ๐ | `:pouch:` | ๐ | `:purse:` |
| ๐ | `:eyeglasses:` | ๐ฃ | `:fishing_pole_and_fish:` |
| โ | `:coffee:` | ๐ต | `:tea:` |
| ๐ถ | `:sake:` | ๐ผ | `:baby_bottle:` |
| ๐บ | `:beer:` | ๐ป | `:beers:` |
| ๐ธ | `:cocktail:` | ๐น | `:tropical_drink:` |
| ๐ท | `:wine_glass:` | ๐ด | `:fork_and_knife:` |
| ๐ | `:pizza:` | ๐ | `:hamburger:` |
| ๐ | `:fries:` | ๐ | `:poultry_leg:` |
| ๐ | `:meat_on_bone:` | ๐ | `:spaghetti:` |
| ๐ | `:curry:` | ๐ค | `:fried_shrimp:` |
| ๐ฑ | `:bento:` | ๐ฃ | `:sushi:` |
| ๐ฅ | `:fish_cake:` | ๐ | `:rice_ball:` |
| ๐ | `:rice_cracker:` | ๐ | `:rice:` |
| ๐ | `:ramen:` | ๐ฒ | `:stew:` |
| ๐ข | `:oden:` | ๐ก | `:dango:` |
| ๐ฅ | `:egg:` | ๐ | `:bread:` |
| ๐ฉ | `:doughnut:` | ๐ฎ | `:custard:` |
| ๐ฆ | `:icecream:` | ๐จ | `:ice_cream:` |
| ๐ง | `:shaved_ice:` | ๐ | `:birthday:` |
| ๐ฐ | `:cake:` | ๐ช | `:cookie:` |
| ๐ซ | `:chocolate_bar:` | ๐ฌ | `:candy:` |
| ๐ญ | `:lollipop:` | ๐ฏ | `:honey_pot:` |
| ๐ | `:apple:` | ๐ | `:green_apple:` |
| ๐ | `:tangerine:` | ๐ | `:lemon:` |
| ๐ | `:cherries:` | ๐ | `:grapes:` |
| ๐ | `:watermelon:` | ๐ | `:strawberry:` |
| ๐ | `:peach:` | ๐ | `:melon:` |
| ๐ | `:banana:` | ๐ | `:pear:` |
| ๐ | `:pineapple:` | ๐ | `:sweet_potato:` |
| ๐ | `:eggplant:` | ๐ | `:tomato:` |
| ๐ฝ | `:corn:` | ย | ย |## Places
| Emoji | Code | Emoji | Code |
|---|---|---|---|
| ๐ | `:house:` | ๐ก | `:house_with_garden:` |
| ๐ซ | `:school:` | ๐ข | `:office:` |
| ๐ฃ | `:post_office:` | ๐ฅ | `:hospital:` |
| ๐ฆ | `:bank:` | ๐ช | `:convenience_store:` |
| ๐ฉ | `:love_hotel:` | ๐จ | `:hotel:` |
| ๐ | `:wedding:` | โช | `:church:` |
| ๐ฌ | `:department_store:` | ๐ค | `:european_post_office:` |
| ๐ | `:city_sunrise:` | ๐ | `:city_sunset:` |
| ๐ฏ | `:japanese_castle:` | ๐ฐ | `:european_castle:` |
| โบ | `:tent:` | ๐ญ | `:factory:` |
| ๐ผ | `:tokyo_tower:` | ๐พ | `:japan:` |
| ๐ป | `:mount_fuji:` | ๐ | `:sunrise_over_mountains:` |
| ๐ | `:sunrise:` | ๐ | `:stars:` |
| ๐ฝ | `:statue_of_liberty:` | ๐ | `:bridge_at_night:` |
| ๐ | `:carousel_horse:` | ๐ | `:rainbow:` |
| ๐ก | `:ferris_wheel:` | โฒ | `:fountain:` |
| ๐ข | `:roller_coaster:` | ๐ข | `:ship:` |
| ๐ค | `:speedboat:` | โต | `:boat:` |
| โต | `:sailboat:` | ๐ฃ | `:rowboat:` |
| โ | `:anchor:` | ๐ | `:rocket:` |
| โ๏ธ | `:airplane:` | ๐ | `:helicopter:` |
| ๐ | `:steam_locomotive:` | ๐ | `:tram:` |
| ๐ | `:mountain_railway:` | ๐ฒ | `:bike:` |
| ๐ก | `:aerial_tramway:` | ๐ | `:suspension_railway:` |
| ๐ | `:mountain_cableway:` | ๐ | `:tractor:` |
| ๐ | `:blue_car:` | ๐ | `:oncoming_automobile:` |
| ๐ | `:car:` | ๐ | `:red_car:` |
| ๐ | `:taxi:` | ๐ | `:oncoming_taxi:` |
| ๐ | `:articulated_lorry:` | ๐ | `:bus:` |
| ๐ | `:oncoming_bus:` | ๐จ | `:rotating_light:` |
| ๐ | `:police_car:` | ๐ | `:oncoming_police_car:` |
| ๐ | `:fire_engine:` | ๐ | `:ambulance:` |
| ๐ | `:minibus:` | ๐ | `:truck:` |
| ๐ | `:train:` | ๐ | `:station:` |
| ๐ | `:train2:` | ๐ | `:bullettrain_front:` |
| ๐ | `:bullettrain_side:` | ๐ | `:light_rail:` |
| ๐ | `:monorail:` | ๐ | `:railway_car:` |
| ๐ | `:trolleybus:` | ๐ซ | `:ticket:` |
| โฝ | `:fuelpump:` | ๐ฆ | `:vertical_traffic_light:` |
| ๐ฅ | `:traffic_light:` | โ ๏ธ | `:warning:` |
| ๐ง | `:construction:` | ๐ฐ | `:beginner:` |
| ๐ง | `:atm:` | ๐ฐ | `:slot_machine:` |
| ๐ | `:busstop:` | ๐ | `:barber:` |
| โจ๏ธ | `:hotsprings:` | ๐ | `:checkered_flag:` |
| ๐ | `:crossed_flags:` | ๐ฎ | `:izakaya_lantern:` |
| ๐ฟ | `:moyai:` | ๐ช | `:circus_tent:` |
| ๐ญ | `:performing_arts:` | ๐ | `:round_pushpin:` |
| ๐ฉ | `:triangular_flag_on_post:` | ๐ฏ๐ต | `:jp:` |
| ๐ฐ๐ท | `:kr:` | ๐จ๐ณ | `:cn:` |
| ๐บ๐ธ | `:us:` | ๐ซ๐ท | `:fr:` |
| ๐ช๐ธ | `:es:` | ๐ฎ๐น | `:it:` |
| ๐ท๐บ | `:ru:` | ๐ฌ๐ง | `:gb:` |
| ๐ฌ๐ง | `:uk:` | ๐ฉ๐ช | `:de:` |## Symbols
| Emoji | Code | Emoji | Code |
|---|---|---|---|
| 1๏ธโฃ | `:one:` | 2๏ธโฃ | `:two:` |
| 3๏ธโฃ | `:three:` | 4๏ธโฃ | `:four:` |
| 5๏ธโฃ | `:five:` | 6๏ธโฃ | `:six:` |
| 7๏ธโฃ | `:seven:` | 8๏ธโฃ | `:eight:` |
| 9๏ธโฃ | `:nine:` | ๐ | `:keycap_ten:` |
| ๐ข | `:1234:` | 0๏ธโฃ | `:zero:` |
| #๏ธโฃ | `:hash:` | ๐ฃ | `:symbols:` |
| โ๏ธ | `:arrow_backward:` | โฌ๏ธ | `:arrow_down:` |
| โถ๏ธ | `:arrow_forward:` | โฌ ๏ธ | `:arrow_left:` |
| ๐ | `:capital_abcd:` | ๐ก | `:abcd:` |
| ๐ค | `:abc:` | โ๏ธ | `:arrow_lower_left:` |
| โ๏ธ | `:arrow_lower_right:` | โก๏ธ | `:arrow_right:` |
| โฌ๏ธ | `:arrow_up:` | โ๏ธ | `:arrow_upper_left:` |
| โ๏ธ | `:arrow_upper_right:` | โฌ | `:arrow_double_down:` |
| โซ | `:arrow_double_up:` | ๐ฝ | `:arrow_down_small:` |
| โคต๏ธ | `:arrow_heading_down:` | โคด๏ธ | `:arrow_heading_up:` |
| โฉ๏ธ | `:leftwards_arrow_with_hook:` | โช๏ธ | `:arrow_right_hook:` |
| โ๏ธ | `:left_right_arrow:` | โ๏ธ | `:arrow_up_down:` |
| ๐ผ | `:arrow_up_small:` | ๐ | `:arrows_clockwise:` |
| ๐ | `:arrows_counterclockwise:` | โช | `:rewind:` |
| โฉ | `:fast_forward:` | โน๏ธ | `:information_source:` |
| ๐ | `:ok:` | ๐ | `:twisted_rightwards_arrows:` |
| ๐ | `:repeat:` | ๐ | `:repeat_one:` |
| ๐ | `:new:` | ๐ | `:top:` |
| ๐ | `:up:` | ๐ | `:cool:` |
| ๐ | `:free:` | ๐ | `:ng:` |
| ๐ฆ | `:cinema:` | ๐ | `:koko:` |
| ๐ถ | `:signal_strength:` | ๐น | `:u5272:` |
| ๐ด | `:u5408:` | ๐บ | `:u55b6:` |
| ๐ฏ | `:u6307:` | ๐ท๏ธ | `:u6708:` |
| ๐ถ | `:u6709:` | ๐ต | `:u6e80:` |
| ๐ | `:u7121:` | ๐ธ | `:u7533:` |
| ๐ณ | `:u7a7a:` | ๐ฒ | `:u7981:` |
| ๐๏ธ | `:sa:` | ๐ป | `:restroom:` |
| ๐น | `:mens:` | ๐บ | `:womens:` |
| ๐ผ | `:baby_symbol:` | ๐ญ | `:no_smoking:` |
| ๐ ฟ๏ธ | `:parking:` | โฟ | `:wheelchair:` |
| ๐ | `:metro:` | ๐ | `:baggage_claim:` |
| ๐ | `:accept:` | ๐พ | `:wc:` |
| ๐ฐ | `:potable_water:` | ๐ฎ | `:put_litter_in_its_place:` |
| ใ๏ธ | `:secret:` | ใ๏ธ | `:congratulations:` |
| โ๏ธ | `:m:` | ๐ | `:passport_control:` |
| ๐ | `:left_luggage:` | ๐ | `:customs:` |
| ๐ | `:ideograph_advantage:` | ๐ | `:cl:` |
| ๐ | `:sos:` | ๐ | `:id:` |
| ๐ซ | `:no_entry_sign:` | ๐ | `:underage:` |
| ๐ต | `:no_mobile_phones:` | ๐ฏ | `:do_not_litter:` |
| ๐ฑ | `:non-potable_water:` | ๐ณ | `:no_bicycles:` |
| ๐ท | `:no_pedestrians:` | ๐ธ | `:children_crossing:` |
| โ | `:no_entry:` | โณ๏ธ | `:eight_spoked_asterisk:` |
| โด๏ธ | `:eight_pointed_black_star:` | ๐ | `:heart_decoration:` |
| ๐ | `:vs:` | ๐ณ | `:vibration_mode:` |
| ๐ด | `:mobile_phone_off:` | ๐น | `:chart:` |
| ๐ฑ | `:currency_exchange:` | โ | `:aries:` |
| โ | `:taurus:` | โ | `:gemini:` |
| โ | `:cancer:` | โ | `:leo:` |
| โ | `:virgo:` | โ | `:libra:` |
| โ | `:scorpius:` | โ | `:sagittarius:` |
| โ | `:capricorn:` | โ | `:aquarius:` |
| โ | `:pisces:` | โ | `:ophiuchus:` |
| ๐ฏ | `:six_pointed_star:` | โ | `:negative_squared_cross_mark:` |
| ๐ ฐ๏ธ | `:a:` | ๐ ฑ๏ธ | `:b:` |
| ๐ | `:ab:` | ๐ พ๏ธ | `:o2:` |
| ๐ | `:diamond_shape_with_a_dot_inside:` | โป๏ธ | `:recycle:` |
| ๐ | `:end:` | ๐ | `:on:` |
| ๐ | `:soon:` | ๐ | `:clock1:` |
| ๐ | `:clock130:` | ๐ | `:clock10:` |
| ๐ฅ | `:clock1030:` | ๐ | `:clock11:` |
| ๐ฆ | `:clock1130:` | ๐ | `:clock12:` |
| ๐ง | `:clock1230:` | ๐ | `:clock2:` |
| ๐ | `:clock230:` | ๐ | `:clock3:` |
| ๐ | `:clock330:` | ๐ | `:clock4:` |
| ๐ | `:clock430:` | ๐ | `:clock5:` |
| ๐ | `:clock530:` | ๐ | `:clock6:` |
| ๐ก | `:clock630:` | ๐ | `:clock7:` |
| ๐ข | `:clock730:` | ๐ | `:clock8:` |
| ๐ฃ | `:clock830:` | ๐ | `:clock9:` |
| ๐ค | `:clock930:` | ๐ฒ | `:heavy_dollar_sign:` |
| ยฉ๏ธ | `:copyright:` | ยฎ๏ธ | `:registered:` |
| โข๏ธ | `:tm:` | โ | `:x:` |
| โ | `:heavy_exclamation_mark:` | โผ๏ธ | `:bangbang:` |
| โ๏ธ | `:interrobang:` | โญ | `:o:` |
| โ๏ธ | `:heavy_multiplication_x:` | โ | `:heavy_plus_sign:` |
| โ | `:heavy_minus_sign:` | โ | `:heavy_division_sign:` |
| ๐ฎ | `:white_flower:` | ๐ฏ | `:100:` |
| โ๏ธ | `:heavy_check_mark:` | โ๏ธ | `:ballot_box_with_check:` |
| ๐ | `:radio_button:` | ๐ | `:link:` |
| โฐ | `:curly_loop:` | ใฐ๏ธ | `:wavy_dash:` |
| ใฝ๏ธ | `:part_alternation_mark:` | ๐ฑ | `:trident:` |
| โ | `:white_check_mark:` | ๐ฒ | `:black_square_button:` |
| ๐ณ | `:white_square_button:` | โซ | `:black_circle:` |
| โช | `:white_circle:` | ๐ด | `:red_circle:` |
| ๐ต | `:large_blue_circle:` | ๐ท | `:large_blue_diamond:` |
| ๐ถ | `:large_orange_diamond:` | ๐น | `:small_blue_diamond:` |
| ๐ธ | `:small_orange_diamond:` | ๐บ | `:small_red_triangle:` |
| ๐ป | `:small_red_triangle_down:` | ย | ย |