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

Save as Private