Want to include emoji in your HTML? Just include the (minified) stylesheet below, then add <i> tags to insert emoji. That's it!
Click the emoji code and it will be copied to your clipboard.

<link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet">

<i class="em em-bird" aria-role="presentation" aria-label="BIRD"></i>

By default, the emoji will be served as PNGs. To use SVG instead, use the em-svg class instead of em. This will scale better, but has larger file size.

Fork me on GitHub