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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -