<!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.