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

Save as Private