HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001AD"; } </style> </head> <body> <p>Lowercase t hook using Hexa Decimal: &#x01AD;</p> <p>Lowercase t hook using HTML Code: &#429;</p> <p id="point">Lowercase t hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private