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

Save as Private