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

Save as Private