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

Save as Private