twemoji.parse( 'I \u2764\uFE0F emoji!', function(icon, options, variant) { return '/assets/' + options.size + '/' + icon + '.gif'; } ); // will produce /* I emoji! */By default, the options.size parameter will be the string "36x36" and the variant will...