HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0031C"; } </style> </head> <body> <p>Half Ring Below using Hexa Decimal: &#x031C;</p> <p>Half Ring Below using HTML Code: &#796;</p> <p id="point">Half Ring Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private