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

Save as Private