HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0033A"; } </style> </head> <body> <p>Inverted Bridge Below using Hexa Decimal: &#x033A;</p> <p>Inverted Bridge Below using HTML Code: &#826;</p> <p id="point">Inverted Bridge Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private