HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000FB"; } </style> </head> <body> <p>Lowercase u circumflex using Hexa Decimal: &#xfb;</p> <p>Lowercase u circumflex using HTML Code: &#251;</p> <p>Lowercase u circumflex using HTML Entity: &ucirc;</p> <p id="point">Lowercase u circumflex using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private