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

Save as Private