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

Save as Private