-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
content: "\2318"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'⌘'.charCodeAt(0).toString(16); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment