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

Save as Private