HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02262"; } </style> </head> <body> <p>Not Identical To using Hexa Decimal: &#x2262;</p> <p>Not Identical To using HTML Code: &#8802;</p> <p>Not Identical To using HTML Entity: &nequiv;</p> <p id="point">Not Identical To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private