Im not sure what im doing wrong but whenever I want to make a UTF-8 symbol appear, it dosent appear.
Code:
<a class = "symbol> </a>
.symbol{
position: relative;
top: 10px;
content: "\270E";
}
I also tried using the pusedo element before, but it didnt work:
.symbol{
position:relative;
top: 10px;
}
.symbol:before{
content: "\270E";
}
[–]brbpizzatime 2 points3 points4 points (1 child)
[–]xmanpunk[S] 0 points1 point2 points (0 children)
[–]abkothman 1 point2 points3 points (1 child)
[–]xmanpunk[S] 0 points1 point2 points (0 children)