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

Save as Private