Grumpy Emoji: Demo

Embed the CSS in your page and set the font-family to include “Grumpy”:

<link rel="stylesheet" href="grumpy.css">
<style>body { font-family: Grumpy, sans-serif; }</style>

Make sure that the font files are in the same directory as grumpy.css. Then, use emoji or dingbats from Unicode, for example, codepoint U+263A WHITE SMILING FACE:

&#x263A;

(Or place the character directly in the text.) The glyph used to render this dingbat is the grumpy cat:


Project website: codepoints.github.io/grumpy