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

Save as Private