How do I change the default bullet points to a special character? Instead of the circles I want to use “◈”. Below is my code.
<ul>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for first in list</span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for second in list</span></span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for third in list</span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for forth in list</span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for fifth in list</span></span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for sixth in list</span></li>
</ul>
<ol>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for first in list</span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for second in list</span></span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for third in list</span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for forth in list</span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for fifth in list</span></span></li>
<li style="list-style-type:disc; text-align:left; color:#696969; font-family: Arial; padding-right: 35px;font-size:18px;">Copy for sixth in list</span></li>
</ol>
I can change it to numbers, letters, etc. but I can’t get it to change to a special character. Any ideas?
Somehow using a character as list-style-type doesn’t work for me, at least not in codepen. I also tried simple characters, like “x”, and it still just displays discs. This does work for me: http://codepen.io/anon/pen/ZOVmQG