Emoji Shortcodes

Insert emoji via :shortcode:

Markdown Source

:smile: :rocket: :tada:
:heart: :star: :fire:

Rendered HTML Output

😄 🚀 🎉
❤️ ⭐ 🔥

Explanation

Many Markdown processors (GitHub, GitLab, etc.) support :shortcode: syntax for emoji. Type : followed by the emoji name and another :.

Tips & Common Mistakes

Related Markdown Examples

Try It

Markdown Preview Tool →

All Examples