1 2 3 4 5 6 7 8 9 10 11
<!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><---That should be a 'b' character.