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

Save as Private