Here's some text next to a span 'emoji'.
The CSS:
.testEmoji {
display:inline-block;
width: 32px;
height: 32px;
background-image:url("/mutant/test.png");
background-repeat: no-repeat;
background-size:32px 32px;
}
Then you just use:
<span class="testEmoji"></span>