Use · · for a dot or • • for a thicker, bulleted list style dot.
For use in the content attribute, you’ll need to escape it:
middot:
content: " \B7 ";
bull:
content: " \2219 ";
Refrences:
- Adding HTML entities using CSS content
- 24.2.1 The list of characters – Character entity references in HTML 4