HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021FB"; } </style> </head> <body> <p>Right Arrow Double Vertical Stroke using Hexa Decimal: &#x21fb;</p> <p>Right Arrow Double Vertical Stroke using HTML Code: &#8699;</p> <p id="point">Right Arrow Double Vertical Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private