HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0228F"; } </style> </head> <body> <p>Square Image Of using Hexa Decimal: &#x228F;</p> <p>Square Image Of using HTML Code: &#8847;</p> <p>Square Image Of using HTML Entity: &sqsub;</p> <p id="point">Square Image Of using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private