chris Frisina
chris Frisina

Reputation: 19688

☺ isn't rendering in mobile versions

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

Answers (1)

Brad
Brad

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

Related Questions