HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0032F"; } </style> </head> <body> <p>Inverted Breve Below using Hexa Decimal: &#x032F;</p> <p>Inverted Breve Below using HTML Code: &#815;</p> <p id="point">Inverted Breve Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private