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

Save as Private