HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00362"; } </style> </head> <body> <p>Double Rightwards Arrow Below using Hexa Decimal: &#x0362;</p> <p>Double Rightwards Arrow Below using HTML Code: &#866;</p> <p id="point">Double Rightwards Arrow Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private