■ リストマーカーについて
例:<ul class="~">
<li>list-style-type: <b>~</b> ;</li>
</ul>
- list-style-type: circle ;
- list-style-type: square ;
- list-style-type: decimal ;
- list-style-type: decimal ;
- list-style-type: decimal-leading-zero ;
- list-style-type: decimal-leading-zero ;
- list-style-type: lower-roman ;
- list-style-type: lower-roman ;
- list-style-type: upper-roman ;
- list-style-type: upper-roman ;
- list-style-type: lower-alpha ;
- list-style-type: lower-alpha ;
- list-style-type: lower-latin ;
- list-style-type: lower-latin ;
- list-style-type: upper-alpha ;
- list-style-type: upper-alpha ;
- list-style-type: upper-latin ;
- list-style-type: upper-latin ;
- list-style-type: cjk-desimal ;
- list-style-type: cjk-desimal ;
- list-style-type: cjk-desimal ;
- list-style-type: cjk-earthly-branch ;
- list-style-type: cjk-earthly-branch ;
- list-style-type: cjk-heavenly-stem ;
- list-style-type: cjk-heavenly-stem ;
- list-style-type: hiragana ;
- list-style-type: hiragana ;
- list-style-type: hiragana-iroha ;
- list-style-type: hiragana-iroha ;
- list-style-type: katakana ;
- list-style-type: katakana ;
- list-style-type: katakana-iroha ;
- list-style-type: katakana-iroha ;
- list-style-type: japanese-informal ;
- list-style-type: japanese-informal ;
- list-style-type: japanese-informal ;
- list-style-type: japanese-formal ;
- list-style-type: japanese-formal ;
- list-style-type: symbols(cyclic "\1F34E" "\1F34F") ;
- list-style-type: symbols(cyclic "\1F34E" "\1F34F") ;
※\=半角のバックスラッシュ(\)。
※\1F34E=🍎(unicode) → 🍎。
※\1F34F=🍏(unicode) → 🍏。
→参照「16進数の記号表」。