Skip to content

Instantly share code, notes, and snippets.

@bluepnume
Created June 15, 2022 05:00
Show Gist options
  • Save bluepnume/9eb52a20532143347ea1a847e3940594 to your computer and use it in GitHub Desktop.
Save bluepnume/9eb52a20532143347ea1a847e3940594 to your computer and use it in GitHub Desktop.
((message) => console.log(`"${ message.replace(/[\u007F-\uFFFF]/g, chr =>
'\\u' + ('0000' + chr.charCodeAt(0).toString(16)).substr(-4)
) }"`))('hello! 😀');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment