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 - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -