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

Save as Private