HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0270C"; } </style> </head> <body> <p>Victory Hand using Hexa Decimal: &#x270C;</p> <p>Victory Hand using HTML Code: &#9996;</p> <p id="point">Victory Hand using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private