I am trying to get a box to appear using the content function
ul li:before {
color: #009cde;
content: "\2589";
padding: 0 2px 0 0;
}
I add the code, but when I hit update the \ gets removed and it adds the numbers in front of my list.