CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Entity for Asterisk Below (͙)
HTML Entity for Asterisk Below (U+0359)
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: "\0359"; } </style> </head> <body> <h1>Combining asterisk below (U+0359)</h1> <p>Mark alone (reference): ͙</p> <p>With base letter: a͙ and n͙</p> <p>Decimal form: a͙</p> <p id="point">Using CSS content: </p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run