HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022A3"; } </style> </head> <body> <p>Left Tack using Hexa Decimal: &#x22A3;</p> <p>Left Tack using HTML Code: &#8867;</p> <p>Left Tack using HTML Entity: &dashv;</p> <p id="point">Left Tack using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private