HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001AE"; } </style> </head> <body> <p>Uppercase T Retroflex Hook using Hexa Decimal: &#x01AE;</p> <p>Uppercase T Retroflex Hook using HTML Code: &#430;</p> <p id="point">Uppercase T Retroflex Hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private