HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000A4"; } </style> </head> <body> <p>Currency Sign using Hexa Decimal: &#xa4;</p> <p>Currency Sign using HTML Code: &#164;</p> <p>Currency Sign using HTML Entity: &curren;</p> <p id="point">Currency Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private