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

Save as Private