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

Save as Private