CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Entity for Almost Equal To Above (U+034C)
HTML Entity for Almost Equal To Above (U+034C)
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: "\0034C"; } </style> </head> <body> <h1>Almost Equal To Above (combining U+034C)</h1> <p>Using Hex Code: ͌</p> <p>Using HTML Code: ͌</p> <p>With base letter: a͌</p> <p id="point">Using CSS Entity: </p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run