| HTML Entity (dec) | ū |
| HTML Entity (hex) | ū |
| UTF-8 (hex) | 0xc5ab / 0xc5 0xab (2 bytes) |
| UTF-8 (dec) | 197, 171 (2 bytes) |
| UTF-16-BE (hex) | 0x16b / 0x01 0x6b (2 bytes) |
| UTF-16-BE (dec) | 1, 107 (2 bytes) |
| UTF-32-BE (hex) | 0x16b / 0x00 0x00 0x01 0x6b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 1, 107 (4 bytes) |
| C/C++/Java source code | "\u016b" |
| Python source code | "\u016b" |