HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001AA"; } </style> </head> <body> <p>ESH Loop using Hexa Decimal: &#x01AA;</p> <p>ESH Loop using HTML Code: &#426;</p> <p id="point">ESH Loop using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private