HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022E2"; } </style> </head> <body> <p>Not Square Image Of or Equal To using Hexa Decimal: &#x22E2;</p> <p>Not Square Image Of or Equal To using HTML Code: &#8930;</p> <p>Not Square Image Of or Equal To using HTML Entity: &nsqsube;</p> <p id="point">Not Square Image Of or Equal To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private