| HTML Entity (dec) | Ú |
| HTML Entity (hex) | Ú |
| UTF-8 (hex) | 0xc39a / 0xc3 0x9a (2 bytes) |
| UTF-8 (dec) | 195, 154 (2 bytes) |
| UTF-16-BE (hex) | 0xda / 0x00 0xda (2 bytes) |
| UTF-16-BE (dec) | 0, 218 (2 bytes) |
| UTF-32-BE (hex) | 0xda / 0x00 0x00 0x00 0xda (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 218 (4 bytes) |
| C/C++/Java source code | "\u00da" |
| Python source code | "\u00da" |