HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0261A"; } </style> </head> <body> <p>Black Left Pointing Index using Hexa Decimal: &#x261A;</p> <p>Black Left Pointing Index using HTML Code: &#9754;</p> <p id="point">Black Left Pointing Index using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private