HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00233"; } </style> </head> <body> <p>Lowercase y macron using Hexa Decimal: &#x0233;</p> <p>Lowercase y macron using HTML Code: &#563;</p> <p id="point">Lowercase y macron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private