HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000A5"; } </style> </head> <body> <p>Yen Sign using Hexa Decimal: &#xa5;</p> <p>Yen Sign using HTML Code: &#165;</p> <p>Yen Sign using HTML Entity: &yen;</p> <p id="point">Yen Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private