| HTML Entity (dec) | ú | |
| HTML Entity (hex) | ú | |
| UTF-8 (hex) | 0xc3ba / 0xc3 0xba (2 bytes) | |
| UTF-8 (dec) | 195, 186 (2 bytes) | |
| UTF-16-BE (hex) | 0xfa / 0x00 0xfa (2 bytes) | |
| UTF-16-BE (dec) | 0, 250 (2 bytes) | |
| UTF-32-BE (hex) | 0xfa / 0x00 0x00 0x00 0xfa (4 bytes) | |
| UTF-32-BE (dec) | 0, 0, 0, 250 (4 bytes) | |
| C/C++/Java source code | "\xfa" | |
| Python source code | u"\xfa" |