window.onload = function() { // Set the size of the rendered Emojis // This can be set to 16x16, 36x36, or 72x72 twemoji.size = '16x16'; // Parse the document body and // insert tags in place of Unicode Emojis twemoji.parse(document.body); }