HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\020A3"; } </style> </head> <body> <p>French Franc Sign using Hexa Decimal: &#x20A3;</p> <p>French Franc Sign using HTML Code: &#8355;</p> <p id="point">French Franc Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private