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

Save as Private