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

Save as Private