Skip to content

Instantly share code, notes, and snippets.

@robdecker
Last active November 2, 2019 01:55
Show Gist options
  • Save robdecker/475eedd359721f9895c7 to your computer and use it in GitHub Desktop.
Save robdecker/475eedd359721f9895c7 to your computer and use it in GitHub Desktop.
[Character as content] Use the "U+xxxx" codes at http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references #css
a:before {
content: '\2192'; /* → */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment