HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\002AA"; } </style> </head> <body> <p>ls diagraph using Hexa Decimal: &#x02AA;</p> <p>ls diagraph using HTML Code: &#682;</p> <p id="point">ls diagraph using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private