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

Save as Private