| HTML Entity (dec) | ɭ |
| HTML Entity (hex) | ɭ |
| UTF-8 (hex) | 0xc9ad / 0xc9 0xad (2 bytes) |
| UTF-8 (dec) | 201, 173 (2 bytes) |
| UTF-16-BE (hex) | 0x26d / 0x02 0x6d (2 bytes) |
| UTF-16-BE (dec) | 2, 109 (2 bytes) |
| UTF-32-BE (hex) | 0x26d / 0x00 0x00 0x02 0x6d (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 2, 109 (4 bytes) |
| C/C++/Java source code | "\u026d" |
| Python source code | "\u026d" |