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

Save as Private