0

What is the html syntax to create a list that uses a given character, i.e. ▲ or #, as bullet points instead of the standard circles or numbers?

  • 1
    refer [Custom bullet symbol for
  • elements in
      that is a regular character, and not an image](http://stackoverflow.com/questions/7698764/custom-bullet-symbol-for-li-elements-in-ul-that-is-a-regular-character-and)
  • – Neel Shah Jul 30 '15 at 05:30
  • http://stackoverflow.com/a/12216973/1675954 – Rachel Gallen Jul 30 '15 at 05:32
  • You can customise bullets using css . follow this link for that : http://techforluddites.com/replacing-list-bullets-with-images-using-css/ – Ridhima Jul 30 '15 at 05:33
  • 1
    You can create a image of that character and use it as a background image instead of regular character. In that way you have more control over it. – Sasith Jul 30 '15 at 05:38
  • @sasith, that is not the way to do it, because it is really dirty! And there are native methods to realise the requested behaviour! – Anton Jul 30 '15 at 05:52