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

Save as Private