Skip to content

Instantly share code, notes, and snippets.

@benjamincharity
Created June 26, 2013 13:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjamincharity/5867193 to your computer and use it in GitHub Desktop.
Save benjamincharity/5867193 to your computer and use it in GitHub Desktop.
Get the unicode character with Javascript.
// From http://blog.hull.io/post/46243434040/introducing-sass-getunicode
'☃'.charCodeAt(0).toString(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment