CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Symbol Entities
HTML Symbol Entities
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> <meta charset="utf-8"> <style> #star-css::after { content: "\2605"; } </style> </head> <body> <h1>HTML Symbol Entities</h1> <p>© 2026 · ® · ™</p> <p>Stars: ★ ☆ Hex: ★ ☆</p> <p id="star-css">Filled star via CSS: </p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run