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

Save as Private