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

Save as Private