CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Entity for Dingbat Circled Sans-Serif Digit Six (➅)
HTML Entity for Dingbat Circled Sans-Serif Digit Six (➅)
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: "\2785"; } </style> </head> <body> <h1>Circled Sans-Serif Digit Six (➅) in HTML</h1> <p>Circled Sans-Serif Digit Six using Hexa Decimal: ➅</p> <p>Circled Sans-Serif Digit Six using HTML Code: ➅</p> <p id="point">Circled Sans-Serif Digit Six using CSS Entity: </p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run