HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0016C"; } </style> </head> <body> <p>Uppercase U Breve using Hexa Decimal: &#x016C;</p> <p>Uppercase U Breve using HTML Code: &#364;</p> <p>Uppercase U Breve using HTML Entity: &Ubreve;</p> <p id="point">Uppercase U Breve using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private