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

Save as Private