| HTML Entity (dec) | ĵ |
| HTML Entity (hex) | ĵ |
| UTF-8 (hex) | 0xc4b5 / 0xc4 0xb5 (2 bytes) |
| UTF-8 (dec) | 196, 181 (2 bytes) |
| UTF-16-BE (hex) | 0x135 / 0x01 0x35 (2 bytes) |
| UTF-16-BE (dec) | 1, 53 (2 bytes) |
| UTF-32-BE (hex) | 0x135 / 0x00 0x00 0x01 0x35 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 1, 53 (4 bytes) |
| C/C++/Java source code | "\u0135" |
| Python source code | "\u0135" |