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

Save as Private