HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0025F"; } </style> </head> <body> <p>lowercase f Reverse using Hexa Decimal: &#x025F;</p> <p>lowercase f Reverse using HTML Code: &#607;</p> <p id="point">lowercase f Reverse using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private