CSS Property:
list-style-type:

Result:
  1. Change the list style type
  2. See the result
  3. Some of the list types does not work in IE or Opera
CSS Code:

ol#myList {
  list-style-type:armenian;
}
  
Click the property values above to see the result
W3Schools.com - Play it