I was using font awesomes 'search' font
<i class="fas fa-search"></i>
unicode characters
f002
in my search field placeholder like this
<input id="navbarSearchField" type="text" class="form-control searchInputsHeight" style="font-family:Arial, FontAwesome" placeholder=" Location" aria-describedby="navbarDate" />
and it was working fine until I upgraded to Font Awesome 5.0.13 from the older 4.4
Looking at the Font Awesome site the unicode characters are still the same.
So I'm wondering if there is some file I missed when downloading the fonts or am I not implementing it correctly?