HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0023B"; } </style> </head> <body> <p>Uppercase C Stroke using Hexa Decimal: &#x023B;</p> <p>Uppercase C Stroke using HTML Code: &#571;</p> <p id="point">Uppercase C Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private