HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0229E"; } </style> </head> <body> <p>Squared Plus using Hexa Decimal: &#x229E;</p> <p>Squared Plus using HTML Code: &#8862;</p> <p>Squared Plus using HTML Entity: &plusb;</p> <p id="point">Squared Plus using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private