Skip to content

Instantly share code, notes, and snippets.

@colbyr
Created February 27, 2013 22:36
Show Gist options
  • Save colbyr/5052492 to your computer and use it in GitHub Desktop.
Save colbyr/5052492 to your computer and use it in GitHub Desktop.
hex char codes in js
'~'.charCodeAt(0).toString(16); //=> 7e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment