HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00136"; } </style> </head> <body> <p>Uppercase K Cedilla using Hexa Decimal: &#x0136;</p> <p>Uppercase K Cedilla using HTML Code: &#310;</p> <p>Uppercase K Cedilla using HTML Entity: &Kcedil;</p> <p id="point">Uppercase K Cedilla using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private