HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021E2"; } </style> </head> <body> <p>Right Dashed Arrow using Hexa Decimal: &#x21e2;</p> <p>Right Dashed Arrow using HTML Code: &#8674;</p> <p id="point">Right Dashed Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private