| HTML Entity (dec) | ɝ |
| HTML Entity (hex) | ɝ |
| UTF-8 (hex) | 0xc99d / 0xc9 0x9d (2 bytes) |
| UTF-8 (dec) | 201, 157 (2 bytes) |
| UTF-16-BE (hex) | 0x25d / 0x02 0x5d (2 bytes) |
| UTF-16-BE (dec) | 2, 93 (2 bytes) |
| UTF-32-BE (hex) | 0x25d / 0x00 0x00 0x02 0x5d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 2, 93 (4 bytes) |
| C/C++/Java source code | "\u025d" |
| Python source code | "\u025d" |