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

Save as Private