HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000EF"; } </style> </head> <body> <p>Lowercase i umlaut using Hexa Decimal: &#xef;</p> <p>Lowercase i umlaut using HTML Code: &#239;</p> <p>Lowercase i umlaut using HTML Entity: &iuml;</p> <p id="point">Lowercase i umlaut using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private