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

Save as Private