HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02299"; } </style> </head> <body> <p>Circled Dot Operator using Hexa Decimal: &#x2299;</p> <p>Circled Dot Operator using HTML Code: &#8857;</p> <p>Circled Dot Operator using HTML Entity: &odot;</p> <p id="point">Circled Dot Operator using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private