Dong Sign Symbol
The ₫ (DONG SIGN) symbol represents the Vietnamese đồng currency.
U+20AB
The ₫ symbol is a currency sign used for prices in Vietnam. It’s also useful in UI text, forms, and documents that show monetary amounts. This page provides copy-ready characters and the correct Unicode details.
Dong Sign Symbol Meaning
The ₫ symbol, named “DONG SIGN” (Unicode U+20AB), is used to denote the Vietnamese đồng currency. You’ll commonly see it placed after a number (for example, “250,000₫”) in everyday pricing and product listings, as well as in invoices and financial summaries. In design and development contexts, it’s important to use the correct Unicode character rather than a look-alike, so amounts display consistently across platforms. When you need to include it in code, you can use the provided HTML entity (₫) or Unicode escapes for JavaScript and CSS.
Common uses
- •Displaying Vietnamese prices in product cards and e-commerce checkout pages
- •Labeling currency fields in invoices, receipts, and billing summaries
- •Using in spreadsheets or documents to indicate amounts in đồng
- •Writing user interface text for payments, subscriptions, or donations in Vietnam
- •Marking currency in forms, templates, and localization strings
Examples
₫ DONG SIGN (U+20AB) Currency Symbol
- ₫199,000₫
- ₫45₫ per item
- ₫Total: 1,250,000₫
- ₫Shipping: 30,000₫
- ₫Monthly fee: 299,000₫
Variations
Ready to copy
Technical codes
| Unicode | U+20AB | |
| HTML Entity | ₫ | |
| HTML Code | ₫ | |
| CSS | \20AB |
FAQ
What does the Dong Sign symbol mean?
The ₫ symbol, named “DONG SIGN” (Unicode U+20AB), is used to denote the Vietnamese đồng currency. You’ll commonly see it placed after a number (for example, “250,000₫”) in everyday pricing and product listings, as well as in invoices and financial summaries. In design and development contexts, it’s important to use the correct Unicode character rather than a look-alike, so amounts display consistently across platforms. When you need to include it in code, you can use the provided HTML entity (₫) or Unicode escapes for JavaScript and CSS.
What Unicode character is the ₫ symbol?
The ₫ symbol is Unicode “DONG SIGN” at code point U+20AB.
How can I copy the ₫ symbol?
Copy the character from this page: ₫. You can paste it directly into text, design tools, or code.
What HTML entity represents the ₫ symbol?
Use the HTML entity ₫.
How do I use it in CSS or JavaScript?
CSS escape: \\20AB. JavaScript escape: \\u{20AB}.