Here’s what I didn’t know about list-style-type

This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).

CSS `list-style-type` accepts string values (including emojis and Unicode) in modern browsers. The `@counter-style` at-rule (currently Firefox-only) enables highly customizable list counters with options like symbols, suffix, prefix, and range. The `::marker` pseudo-element allows direct styling of list item bullets — including color and font properties — though its primary purpose is styling rather than replacing the bullet value, which is better handled by `list-style-type` and `@counter-style`.

2m read timeFrom matuzo.at
Post cover image
Table of contents
list-style-type accepts a string value@counter-style is a thingWhat about `::marker?