html - Font Awesome icon in input placeholder not working -


i trying use font awesome icons in input placeholder.

i tried not working.

<body>    <input type="text" placeholder="&#xf002;" style="font-family:fontawesome"/> </body> 

what’s wrong this? getting weird number in placeholder instead of icon.

you can add font awesome icon

<input type="text" placeholder="&#xf002" style="font-family:arial, fontawesome" /> 

you can check out fiddle fiddle click here


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -