HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000B6"; } </style> </head> <body> <p>Paragraph Sign using Hexa Decimal: &#xb6;</p> <p>Paragraph Sign using HTML Code: &#182;</p> <p>Paragraph Sign using HTML Entity: &para;</p> <p id="point">Paragraph Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private