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

Save as Private