HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02031"; } </style> </head> <body> <p>Per 10000 using Hexa Decimal: &#x2031;</p> <p>Per 10000 using HTML Code: &#8241;</p> <p>Per 10000 using HTML Entity: &pertenk;</p> <p id="point">Per 10000 using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private