Skip to content

Instantly share code, notes, and snippets.

@NicolasPio
Created October 27, 2015 14:05
Show Gist options
  • Save NicolasPio/4c89975f56225e9aa608 to your computer and use it in GitHub Desktop.
Save NicolasPio/4c89975f56225e9aa608 to your computer and use it in GitHub Desktop.
Glyphs to unicode CSS
.your-class {
content: '\2022';
}
// In Browser console
'•'.charCodeAt(0).toString(16); //outputs '2022'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment