Here is the CSS code I am using:
<style>
.icons:before {
content: "\e034";
color: #00bc9b;
font-size: 16px;
margin-top: -1px;
margin-left: -1px
}
</style>
<span class="icons"> </span>
https://i.sstatic.net/3AhNs.png
The above code should display an icon, but for some reason it is not showing up as expected.