HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02910"; } </style> </head> <body> <p>Right Two Headed Triple Dash Arrow using Hexa Decimal: &#x2910;</p> <p>Right Two Headed Triple Dash Arrow using HTML Code: &#10512;</p> <p>Right Two Headed Triple Dash Arrow using HTML Entity: &RBarr;</p> <p id="point">Right Two Headed Triple Dash Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private