HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02122"; } </style> </head> <body> <p>Trade Mark Sign using Hexa Decimal: &#x2122;</p> <p>Trade Mark Sign using HTML Code: &#8482;</p> <p>Trade Mark Sign using HTML Entity: &trade;</p> <p id="point">Trade Mark Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private