CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Entity for Austral Sign (₳)
HTML Entity for Austral Sign (₳)
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"> <title>Austral sign</title> <style> #point::after { content: "\20B3"; } </style> </head> <body> <h1>Austral sign (U+20B3)</h1> <p>Historical Argentine austral (1985–1991), not the Australian dollar.</p> <p>Using Hex: ₳</p> <p>Using Decimal: ₳</p> <p id="point">Using CSS content: </p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run