user3740097
user3740097

Reputation:

How can I display unicode emoticons in Chrome/ Safari?

I'm building a Chat with PHP & JS. I'm trying to display the following unicode characters in Google Chrome: http://de.wikipedia.org/wiki/Unicodeblock_Smileys

The characters are displayed correctly in Firefox and IE, but not in Chrome/ Safari. The characterset is UTF-8.

Any ideas?

Upvotes: 3

Views: 2187

Answers (1)

Joe Hildebrand
Joe Hildebrand

Reputation: 10414

This is a known defect with Chrome on OSX: https://code.google.com/p/chromium/issues/detail?id=62435

Upvotes: 2

Related Questions