HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02290"; } </style> </head> <body> <p>Square Original Of using Hexa Decimal: &#x2290;</p> <p>Square Original Of using HTML Code: &#8848;</p> <p>Square Original Of using HTML Entity: &sqsup;</p> <p id="point">Square Original Of using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private