CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Entity for Acute Tone Mark (́)
HTML Entity for Acute Tone Mark (U+0341)
Try It
Run
Reset
Save
Save to Google Drive
Sync with your Google account
Download HTML
Save to your device
Share
Full
HTML Code
Copy
<!DOCTYPE html> <html> <head> <style> #point::after { content: "a\0341"; } </style> </head> <body> <h1>Combining acute tone mark (U+0341)</h1> <p>Using hex on a: á</p> <p>Using decimal on a: á</p> <p id="point">Using CSS ::after: </p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run