HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027FE"; } </style> </head> <body> <p>Long Right Double Arrow From Bar using Hexa Decimal: &#x27FE;</p> <p>Long Right Double Arrow From Bar using HTML Code: &#10238;</p> <p id="point">Long Right Double Arrow From Bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private