HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00341"; } </style> </head> <body> <p>Acute Tone Mark using Hexa Decimal: &#x0341;</p> <p>Acute Tone Mark using HTML Code: &#833;</p> <p id="point">Acute Tone Mark using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private