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

Save as Private