Character Entities (HTML, CSS)
Format (examples are for <):
< or <
<!-- Entity number: (hexadecimal) Unicode character in base 10 -->
a::before {
content: '\003C';
/* unicode / hex value */
}
Format (examples are for <):
< or <
<!-- Entity number: (hexadecimal) Unicode character in base 10 -->
a::before {
content: '\003C';
/* unicode / hex value */
}