HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000DA"; } </style> </head> <body> <p>Uppercase U Acute using Hexa Decimal: &#xda;</p> <p>Uppercase U Acute using HTML Code: &#218;</p> <p>Uppercase U Acute using HTML Entity: &Uacute;</p> <p id="point">Uppercase U Acute using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private