CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Entity for Dingbat Negative Circled Sans-Serif Digit Seven (➐)
HTML Entity for Dingbat Negative Circled Sans-Serif Digit Seven (➐)
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: "\2790"; } </style> </head> <body> <h1>Negative Circled Sans-Serif Digit Seven (➐) in HTML</h1> <p>Using Hex Code: ➐</p> <p>Using HTML Code: ➐</p> <p id="point">Using CSS Entity: </p> <p>Example step label: ➐ Ship</p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run