HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027BE"; } </style> </head> <body> <p>Open outlined Right Arrow using Hexa Decimal: &#x27BE;</p> <p>Open outlined Right Arrow using HTML Code: &#10174;</p> <p id="point">Open outlined Right Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private