HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02789"; } </style> </head> <body> <p>10 Dingbat Circled Sans Serif using Hexa Decimal: &#x2789;</p> <p>10 Dingbat Circled Sans Serif using HTML Code: &#10121;</p> <p id="point">10 Dingbat Circled Sans Serif using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private