HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0229F"; } </style> </head> <body> <p>Squared Minus using Hexa Decimal: &#x229F;</p> <p>Squared Minus using HTML Code: &#8863;</p> <p>Squared Minus using HTML Entity: &minusb;</p> <p id="point">Squared Minus using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private