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

Save as Private