HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001D5"; } </style> </head> <body> <p>Uppercase U Diaeresis and Macron using Hexa Decimal: &#x01D5;</p> <p>Uppercase U Diaeresis and Macron using HTML Code: &#469;</p> <p id="point">Uppercase U Diaeresis and Macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private