Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta charset="utf-8">
<style>
#bullet::marker {
content: "@ ";
}
#other::marker {
content: "* ";
}
</style>
<ul>
<li id="bullet">Has icon attribute</li>
<li id="other">Fallback icon</li>
</ul>