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

Save as Private