HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0219B"; } </style> </head> <body> <p>Right Arrow With Stroke using Hexa Decimal: &#x219b;</p> <p>Right Arrow With Stroke using HTML Code: &#8603;</p> <p>Right Arrow With Stroke using HTML Entity: &nrarr;</p> <p id="point">Right Arrow With Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private