emoji-cheat-sheet is a markdown reference document that catalogs emoji characters with their shortcodes.
The tool solves the problem of quickly finding emoji shortcodes for use in markdown and GitHub contexts. It works by automatically generating a comprehensive reference from two sources: the GitHub Emoji API and the Unicode Full Emoji List. The result is a single markdown file organized into major categories such as Smileys & Emotion, People & Body, Animals & Nature, Food & Drink, Travel & Places, Activities, Objects, Symbols, Flags, and GitHub Custom Emoji. Within each category, emojis are further subdivided into logical groupings and presented in a table format showing both the rendered emoji and its corresponding shortcode.
The cheat sheet is most useful for developers and content creators who frequently write markdown on GitHub or similar platforms and need to quickly reference emoji syntax. It suits anyone who wants a browsable, searchable reference rather than memorizing shortcodes or hunting through platform-specific emoji pickers. The document's organization by category and subcategory makes it practical for both discovering what emoji exist in a given area and looking up the exact shortcode for a known emoji.
The project is maintained through automated generation from upstream sources, meaning the cheat sheet stays synchronized with GitHub's emoji API and Unicode standards without manual curation. Updates flow through a build process that regenerates the markdown whenever the source data changes.