HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00156"; } </style> </head> <body> <p>Uppercase R Cedilla using Hexa Decimal: &#x0156;</p> <p>Uppercase R Cedilla using HTML Code: &#342;</p> <p>Uppercase R Cedilla using HTML Entity: &Rcedil;</p> <p id="point">Uppercase R Cedilla using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private