| HTML Entity (dec) | Ť |
| HTML Entity (hex) | Ť |
| UTF-8 (hex) | 0xc5a4 / 0xc5 0xa4 (2 bytes) |
| UTF-8 (dec) | 197, 164 (2 bytes) |
| UTF-16-BE (hex) | 0x164 / 0x01 0x64 (2 bytes) |
| UTF-16-BE (dec) | 1, 100 (2 bytes) |
| UTF-32-BE (hex) | 0x164 / 0x00 0x00 0x01 0x64 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 1, 100 (4 bytes) |
| C/C++/Java source code | "\u0164" |
| Python source code | "\u0164" |