HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022CD"; } </style> </head> <body> <p>Reverse Tilde Equals using Hexa Decimal: &#x22CD;</p> <p>Reverse Tilde Equals using HTML Code: &#8909;</p> <p>Reverse Tilde Equals using HTML Entity: &bsime;</p> <p id="point">Reverse Tilde Equals using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private