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 Three (➌)
HTML Entity for Dingbat Negative Circled Sans-Serif Digit Three (➌)
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: "\278C"; } </style> </head> <body> <h1>Negative Circled Sans-Serif Digit Three (➌) in HTML</h1> <p>Negative Circled Sans-Serif Digit Three using Hexa Decimal: ➌</p> <p>Negative Circled Sans-Serif Digit Three using HTML Code: ➌</p> <p id="point">Negative Circled Sans-Serif Digit Three using CSS Entity: </p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run