CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Entity for Lowercase Roman Numeral One Thousand (ⅿ)
HTML Entity for Lowercase Roman Numeral One Thousand (ⅿ)
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: "\217F"; } </style> </head> <body> <h1>Lowercase Roman Numeral One Thousand (ⅿ) in HTML</h1> <p>Using Hex Code: ⅿ</p> <p>Using HTML Code: ⅿ</p> <p id="point">Using CSS Entity: </p> <p>Note: ⅿ is different from the letter m.</p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run