HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02905"; } </style> </head> <body> <p>Right Two Headed Arrow From Bar using Hexa Decimal: &#x2905;</p> <p>Right Two Headed Arrow From Bar using HTML Code: &#10501;</p> <p>Right Two Headed Arrow From Bar using HTML Entity: &Map;</p> <p id="point">Right Two Headed Arrow From Bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private