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

Save as Private