HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0016B"; } </style> </head> <body> <p>Lowercase u macron using Hexa Decimal: &#x016B;</p> <p>Lowercase u macron using HTML Code: &#363;</p> <p>Lowercase u macron using HTML Entity: &umacr;</p> <p id="point">Lowercase u macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private