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

Save as Private