Reference · Emoji & Icon Codes
Every entry gives the same character three ways — the direct UTF-8 character, the decimal HTML entity, and the hexadecimal HTML entity. Tap any code to copy it. Multi-part entries (flags, skin-tone and role variants) show one entity per code point, exactly as the browser needs them.
01 · Direct UTF-8
😀Paste straight into HTML, CSS, or text. Works anywhere the page is UTF-8 (WordPress is, by default).
02 · Decimal HTML
😀Numeric reference to the code point. Safest for HTML emails, XML, or hand-built markup with uncertain encoding.
03 · Hexadecimal HTML
😀Same result as decimal, in hex — matches Unicode’s own notation (U+1F600), handy for cross-checking charts.