HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02944"; } </style> </head> <body> <p>Short Right Arrow Above Left Arrow using Hexa Decimal: &#x2944;</p> <p>Short Right Arrow Above Left Arrow using HTML Code: &#10564;</p> <p id="point">Short Right Arrow Above Left Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private