New symbols for lists

User 235071 Photo


Registered User
110 posts

is it possible to have new symbols for list items
you see I've got this
<ul type="disk">
<li><b>&#10147;</b> Being your genuine self -- the pathway to a better relationship with the most important person - yourself -- so you can have better relations with others</li>
<li>&#10147; What is "Adversity"? ... ACEs?</li>
<li>&#10147; ACEs Screening -- Scientific Vs Clinical Perspectives</li>
<li>&#10147; Trauma and therapeutic relationships</li>
<li>&#10147; <b>NEW FEATURE</b>: Mindfulness -- Safe and effective practices for those with trauma histories</li>
</ul>
so clearly, I'd like to replace disk with the particular arrowhead symbol -- in bold if possible
User 122279 Photo


Senior Advisor
14,450 posts

W3schools.com has just disc, square, circle, none and numbers listed.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 244626 Photo


Registered User
811 posts

Try this,

<ul style="list-style: none;"
<li><b>&#9658;</b> Being your genuine self -- the pathway to a better relationship with the most important person - yourself -- so you can have better relations with others</li>
<li>&#10147; What is "Adversity"? ... ACEs?</li>
<li>&#10147; ACEs Screening -- Scientific Vs Clinical Perspectives</li>
<li>&#10147; Trauma and therapeutic relationships</li>
<li>&#10147; <b>NEW FEATURE</b>: Mindfulness -- Safe and effective practices for those with trauma histories</li>
</ul>
Bootstrap 5 CSS Grid.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.