HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001D6"; } </style> </head> <body> <p>Lowercase u diaeresis and macron using Hexa Decimal: &#x01D6;</p> <p>Lowercase u diaeresis and macron using HTML Code: &#470;</p> <p id="point">Lowercase u diaeresis and macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private