benjamincharity
6/26/2013 - 1:03 PM

Get the unicode character with Javascript.

Get the unicode character with Javascript.

// From http://blog.hull.io/post/46243434040/introducing-sass-getunicode

'☃'.charCodeAt(0).toString(16);