HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02972"; } </style> </head> <body> <p>Tilde Operator Above Right Arrow using Hexa Decimal: &#x2972;</p> <p>Tilde Operator Above Right Arrow using HTML Code: &#10610;</p> <p>Tilde Operator Above Right Arrow using HTML Entity: &simrarr;</p> <p id="point">Tilde Operator Above Right Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private