Skip to content

Instantly share code, notes, and snippets.

@bergantine
Last active September 26, 2015 22:57
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 bergantine/1172176 to your computer and use it in GitHub Desktop.
Save bergantine/1172176 to your computer and use it in GitHub Desktop.
JavaScript to retrieve the unicode of a character for CSS (from Rogie King). #css #unicode #rogieking #javascript
content: "\2318";
'⌘'.charCodeAt(0).toString(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment