HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027B6"; } </style> </head> <body> <p>Black Feathered North East Arrow using Hexa Decimal: &#x27B6;</p> <p>Black Feathered North East Arrow using HTML Code: &#10166;</p> <p id="point">Black Feathered North East Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private