The bullet's appearance

list-style-type

This property specifies the appearance of bullets used with lists.

Property values

Use a custom character by specifying it within apostrophes, or use one of the predefined symbols using one of these keywords:

CUSTOM
none
'➤'
SYMBOLS
disc
circle
square
LATIN/ROMAN
decimal
decimal-leading-zero
lower-latin
upper-latin
lower-roman
upper-roman
lower-alpha
upper-alpha
MIDDLE-EASTERN
arabic-indic
hebrew
georgian
ethiopic-numeric
lower-armenian
upper-armenian
SOUTH ASIAN
kannada
gujarati
devanagari
malayalam
oriya
tamil
telugu
khmer
cambodian
lao
myanmar
thai
EAST ASIAN
cjk-ideographic
cjk-earthly-branch
cjk-heavenly-stem
simp-chinese-formal
simp-chinese-informal
trad-chinese-formal
trad-chinese-informal
korean-hangul-formal
korean-hanja-formal
korean-hanja-informal
hiragana
hiragana-iroha
katakana
katakana-iroha
japanese-formal
japanese-informal
mongolian
tibetan

Examples

/* no bullet */
list-style-type: none;

/* symbol */
list-style-type: circle;

/* non-latin language */
list-style-type: arabic-indic;

/* custom character */
list-style-type: '➤';
list-style-type
0

style > list > list-style-typeThe bullet's appearance

🔗 🔎