<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<style type="text/css">
  @counter-style triangle { symbols: b; }
  @counter-style disc     { system: extends triangle; }
</style>
</head>
<body>
  <ul><li>&lt;---That should be a 'b' character.