HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000C7"; } </style> </head> <body> <p>Uppercase C Cedilla using Hexa Decimal: &#xc7;</p> <p>Uppercase C Cedilla using HTML Code: &#199;</p> <p>Uppercase C Cedilla using HTML Entity: &Ccedil;</p> <p id="point">Uppercase C Cedilla using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private