Character Entities (HTML, CSS)

the list

Format (examples are for <):

&lt; or &#60; 
<!-- Entity number: (hexadecimal) Unicode character in base 10 -->
a::before {
  content: '\003C';
  /* unicode / hex value */
}