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
- Emoji support varies by platform. You can also use Unicode emoji directly. Check your renderer's emoji list.
Related Markdown Examples
Try It
Markdown Preview Tool →All Examples
Markdown Tables with AlignmentImages with Alt TextFenced Code Blocks with Syntax HighlightingLinks (Inline, Reference, Auto)Headings H1–H6Bold, Italic, StrikethroughOrdered and Unordered ListsBlock QuotesHorizontal RulesTask Lists / CheckboxesFootnotesNested ListsEscaping Special CharactersDefinition Lists