Displaying Emoji in Google Chrome Displaying Emoji in Google Chrome google-chrome google-chrome

Displaying Emoji in Google Chrome


Chrome will now support emojis natively (only OSX). You can wait a few weeks until the stable version is released with this feature, or you can download the dev-version form here, that already contains this feature.

Btw, if you want to test if it works, you can use this page (works like a charm).


I just implemented Emoji support in my extension using the open-source Twemoji library.

In the simplest form, it involves adding a .js file and calling a function on a DOM element to replace Unicode emoji with Twitter CDN provided images:

twemoji.parse(node);

See the repository readme for more options.


You can view emoji with a Chrome extension called Chromoji.
It works on Mac OS X, Windows and Linux as well.