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

Save as Private