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

Save as Private