This list includes all the usable Emoji icon shortcodes in GitHub Markdown. The list is automatically generated from [GitHub Emoji API](https://api.github.com/emojis) with the information from [Unicode Emoji data file](https://unicode.org/Public/emoji/15.0/emoji-test.txt).
This list includes all the usable Emoji icon shortcodes in GitHub Markdown. The list is automatically generated from [:octocat: GitHub Emoji API](https://api.github.com/emojis) with the information from [Unicode Emoji data file](https://unicode.org/Public/emoji/15.0/emoji-test.txt).
The first column is the emoji icon, second column is the shortcode for Markdown, third column is the name of the emoji from the Unicode data.
> :information_source: *The emoji may be displayed in different result on various system or browser*
*The emoji may be displayed in different result on various system*
:bar_chart: Number of GitHub Emoji Icon: :one::eight::seven::four:

[:floppy_disk: JSON version](https://github.com/jasonfoknxu/github-emoji-icon-list/blob/main/github-emoji.json) is available. Feel free to use it for further development.
[](https://github.com/jasonfoknxu/github-emoji-icon-list/actions/workflows/auto-update.yml) :robot: Auto update by GitHub Actions every week.
markdown=`\n\n`+markdown;
markdown=`[](https://github.com/jasonfoknxu/github-emoji-icon-list/actions/workflows/auto-update.yml) :robot: Auto update by GitHub Actions every week.\n\n`+markdown;
// Add the Json version info
markdown=`[:floppy_disk: JSON version](https://github.com/jasonfoknxu/github-emoji-icon-list/blob/main/github-emoji.json) is available. Feel free to use it for further development.\n\n`+markdown;
// Add the Json version info
markdown=`:bar_chart: Number of GitHub Emoji Icon: ${Utils.numberIcon(numberOfEmoji)}\n\n`+markdown;
// Introduction
markdown=`This list includes all the usable Emoji icon shortcodes in GitHub Markdown. The list is automatically generated from [GitHub Emoji API](${config.GitHub_Emojis_List}) with the information from [Unicode Emoji data file](${config.Unicode_Emojis_Data}).\n\nThe first column is the emoji icon, second column is the shortcode for Markdown, third column is the name of the emoji from the Unicode data.\n\n*The emoji may be displayed in different result on various system*\n\n`+markdown;
markdown=`This list includes all the usable Emoji icon shortcodes in GitHub Markdown. The list is automatically generated from [:octocat: GitHub Emoji API](${config.GitHub_Emojis_List}) with the information from [Unicode Emoji data file](${config.Unicode_Emojis_Data}).\n\n> :information_source: *The emoji may be displayed in different result on various system or browser*\n\n`+markdown;