HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00188"; } </style> </head> <body> <p>lowercase c hook using Hexa Decimal: &#x0188;</p> <p>lowercase c hook using HTML Code: &#392;</p> <p id="point">lowercase c hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private