Add Icon to Placeholder Text in Search Form

If you’re using FontAwesome, you can display an icon in the placeholder text like this :

HTML

<input placeholder="&#xf0e0;" class="fontAwesome">

CSS

.fontAwesome{ font-family: 'Helvetica', FontAwesome, sans-serif; }