HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00176"; } </style> </head> <body> <p>Uppercase Y Circumflex using Hexa Decimal: &#x0176;</p> <p>Uppercase Y Circumflex using HTML Code: &#374;</p> <p>Uppercase Y Circumflex using HTML Code: &Ycirc;</p> <p id="point">Uppercase Y Circumflex using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private