Skip to content

Instantly share code, notes, and snippets.

@jcorbin
Created July 17, 2021 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcorbin/100a4a2b690e3028813da84733f3b5a6 to your computer and use it in GitHub Desktop.
Save jcorbin/100a4a2b690e3028813da84733f3b5a6 to your computer and use it in GitHub Desktop.
problematic unicode
const data = 42;
console.log('such', data);
console.log('⋯', data);
console.log('more', data);
console.log('🤯', data);
console.log('more', data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment