HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0217B"; } </style> </head> <body> <p>12 lowercase roman using Hexa Decimal: &#x217B;</p> <p>12 lowercase roman using HTML Code: &#8571;</p> <p id="point">12 lowercase roman using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private