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

Save as Private