HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0030B"; } </style> </head> <body> <p>Double Acute Accent using Hexa Decimal: &#x030B;</p> <p>Double Acute Accent using HTML Code: &#779;</p> <p id="point">Double Acute Accent using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private