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

Save as Private