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

Save as Private