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

Save as Private