Reputation: 19688
How do i get the special character ☺
of a smiley face to render correctly in the mobile browsers?
<li><a href="http://goo.gl/GjxlI" title="Me, Smiling" target="_blank"><span style="font-size: 20px;"> ☺</span></a></li>
It appears on most browsers as [ ]
Upvotes: 2
Views: 178
Reputation: 163232
What you are seeing is a lack of that character in a font, not a character encoding problem.
There is nothing you can do about this, short of trying to use your own custom font (you may have mobile browser support problems). I would suggest using an image instead, if possible.
Upvotes: 4