Posts Tagged ‘HTML entities’

h1

Making stars

January 8, 2008

Do you need a star symbol like this ★ in your HTML? Can’t find one in the standard lists of HTML entities?

Then use this (remove the spaces in your actual code): & # x2605 ;

You want five stars ★★★★★? Then just run five of these these entities together in your HTML code.