HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027B1"; } </style> </head> <body> <p>Notched Upper Right Shadowed White Right Arrow using Hexa Decimal: &#x27B1;</p> <p>Notched Upper Right Shadowed White Right Arrow using HTML Code: &#10161;</p> <p id="point">Notched Upper Right Shadowed White Right Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private