HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02260"; } </style> </head> <body> <p>Not Equal To using Hexa Decimal: &#x2260;</p> <p>Not Equal To using HTML Code: &#8800;</p> <p>Not Equal To using HTML Entity: &ne;</p> <p id="point">Not Equal To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private