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

Save as Private