HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0016A"; } </style> </head> <body> <p>Uppercase U Macron using Hexa Decimal: &#x016A;</p> <p>Uppercase U Macron using HTML Code: &#362;</p> <p>Uppercase U Macron using HTML Entity: &Umacr;</p> <p id="point">Uppercase U Macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private