https://github.com/marcomontalbano/github-emoji
This is a complete list of all GitHub Markdown emojis. You can simply search for "food" and get some 🍅 interesting 🍝 recipes 😋.
https://github.com/marcomontalbano/github-emoji
emoji emojis gh-pages github-emoji travis-ci
Last synced: 4 months ago
JSON representation
This is a complete list of all GitHub Markdown emojis. You can simply search for "food" and get some 🍅 interesting 🍝 recipes 😋.
- Host: GitHub
- URL: https://github.com/marcomontalbano/github-emoji
- Owner: marcomontalbano
- License: mit
- Created: 2018-04-28T15:26:07.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-12-02T22:38:03.000Z (6 months ago)
- Last Synced: 2025-12-05T22:55:38.024Z (6 months ago)
- Topics: emoji, emojis, gh-pages, github-emoji, travis-ci
- Language: JavaScript
- Homepage: https://marcomontalbano.github.io/github-emoji/
- Size: 19.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Emoji
[](https://github.com/marcomontalbano/github-emoji/actions/workflows/gh-pages.yaml)
This is a complete list of all GitHub Markdown emojis.
As detailed in the [official documentation](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#using-emojis), incorporating emojis into your Markdown is straightforward. Simply type `:EMOJICODE:`—a colon followed by the emoji name. Typing `:` will prompt a list of suggested emojis and this **list is dynamically filtered as you type**.
Finding the ideal emoji can be challenging as it requires precise name input.
For instance, if you're feeling hungry but can't decide what to eat, locating a suitable dish becomes hard due to the need for specific keyword matching.
With _GitHub Emoji_, you can simply search for _"**food**"_ …

## How it works
The emoji compilation is automatically generated from the [GitHub Emoji API](https://api.github.com/emojis) and integrated with keywords from the [Unicode Emoji List](https://www.unicode.org/emoji/charts/emoji-list.html).
This approach enables you to find emojis effortlessly. If you want to write the emojicode for a cute :parrot:, instead of typing `:parrot:`, you can search for `bird`, `pirate`, or `talk`.
After building the dictionary, I leverage [GitHub Actions](https://github.com/marcomontalbano/github-emoji/actions) to build the website and deploy it on GitHub Pages.