
| Character Sets | Decimal | Hex |
|---|---|---|
| Windows-1258 | 254 | FE |
| Unicode | U+20AB | |
|---|---|---|
| Unicode Decimal | 8363 | |
| Unicode Escape | \u20ab | |
| UTF-8 (hex) | 0xE2 0x82 0xAB | |
| UTF-8 (binary) | 11100010:10000010:10101011 | |
| UTF-8 (binary) | ||
| 11100010:10000010:10101011 | ||
| UTF-16 | 0x20AB | |
| UTF-32 | 0x000020AB | |
| HTML Number | ₫ | |
|---|---|---|
| HTML Hex | ₫ |
| URL Escape Code | %E2%82%AB | |
|---|---|---|
| Quoted-printable | =E2=82=AB |
| C, C++, and Java | "\u20AB" | |
|---|---|---|
| CSS Code | \20AB | |
| JavaScript | "\u20AB" | |
| Perl | \x{20AB} | |
| Python 2 | u"\u20AB" | |
| Python 3 | \u20AB | |
| Ruby | \u{20AB} |