Why is my icon font displayed as the hex value instead of the icon itself?

541 views Asked by At

I wanted to add the fontello icon in an input value

Here's the input code:

<input style= "font-family: fontello;" id="mc4wp_submit" type="submit" value="&#xe800;"/>

But the icon is shown as &#xe800 and not as a image

How do I fix it?

0

There are 0 answers