HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02917"; } </style> </head> <body> <p>Right Two Headed Arrow With Tail Vertical Stroke using Hexa Decimal: &#x2917;</p> <p>Right Two Headed Arrow With Tail Vertical Stroke using HTML Code: &#10519;</p> <p id="point">Right Two Headed Arrow With Tail Vertical Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private