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

Save as Private