Skip to content

Instantly share code, notes, and snippets.

@haio
Created April 24, 2013 15:31
Show Gist options
  • Save haio/5453035 to your computer and use it in GitHub Desktop.
Save haio/5453035 to your computer and use it in GitHub Desktop.
javascript char ascii
"char".charCodeAt(0);
String.fromCharCode(30058);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment