::marker

  1. This is Ordered List 1
  2. This is Ordered List 2
  3. This is Ordered List 3


I added the following CSS to make the above style:
ol li::marker {
color: royalblue;
font-weight: bold;
content: "🐲 "
}