Here are the codes I'm working with:
ul.pathnav a:before{
content:"\0X3E";
text-decoration:none;
}
I have been trying to use the hex code \0x3e for ">", but it doesn't seem to be working. However, when I tried using a different special character like a downwards filled triangle, which has a hex code of \25BC, it worked perfectly fine.
I'm unsure about what needs to be added. The code in the header is:
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">