HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02970"; } </style> </head> <body> <p>Right Double Arrow With Rounded Head using Hexa Decimal: &#x2970;</p> <p>Right Double Arrow With Rounded Head using HTML Code: &#10608;</p> <p id="point">Right Double Arrow With Rounded Head using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private