Last Updated: February 25, 2016
·
812
· drfranca

CSS Content With Especial Characters

When doing something like this:

content: '>';

You probably will have an encode problem. So, use this:

content: '\003E';

Online converter:
http://www.evotech.net/articles/testjsentities.html

Based on:
http://css-tricks.com/css-content/