HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\000B4"; } </style> </head> <body> <p>Acute Accent Like using Hexa Decimal: &#xb4;</p> <p>Acute Accent Like using HTML Code: &#180;</p> <p>Acute Accent Like using HTML Entity: &acute;</p> <p id="point">Acute Accent Like using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private