HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02295"; } </style> </head> <body> <p>Circled Plus using Hexa Decimal: &#x2295;</p> <p>Circled Plus using HTML Code: &#8853;</p> <p>Circled Plus using HTML Entity: &oplus;</p> <p id="point">Circled Plus using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private