HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00217"; } </style> </head> <body> <p>Lowercase u inverted breve using Hexa Decimal: &#x0217;</p> <p>Lowercase u inverted breve using HTML Code: &#535;</p> <p id="point">Lowercase u inverted breve using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private