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

Save as Private