HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000B8"; } </style> </head> <body> <p>Spacing Cedilla using Hexa Decimal: &#xb8;</p> <p>Spacing Cedilla using HTML Code: &#184;</p> <p>Spacing Cedilla using HTML Entity: &cedil;</p> <p id="point">Spacing Cedilla using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private