Edit in JSFiddle

<ul>
  <li>Оранжевый</li>
  <li>Зелёный</li>
  <li>Синий</li>
</ul>
ul {
  list-style-type: square;
}