Guest User

Untitled

a guest
Feb 20th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. emoji = '1f606';
  2. emoji_symbol = findSurrogatePair('0x'+emoji);
  3. emoji_symbol = String.fromCharCode(parseInt(emoji_symbol[0],16), parseInt(emoji_symbol[1],16));
Advertisement
Add Comment
Please, Sign In to add comment