HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02975"; } </style> </head> <body> <p>Right Arrow Above Almost Equal To using Hexa Decimal: &#x2975;</p> <p>Right Arrow Above Almost Equal To using HTML Code: &#10613;</p> <p>Right Arrow Above Almost Equal To using HTML Entity: &rarrap;</p> <p id="point">Right Arrow Above Almost Equal To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private