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

Save as Private