| HTML Entity (dec) | ә | 
| HTML Entity (hex) | ә | 
| UTF-8 (hex) | 0xd399 / 0xd3 0x99 (2 bytes) | 
| UTF-8 (dec) | 211, 153 (2 bytes) | 
| UTF-16-BE (hex) | 0x4d9 / 0x04 0xd9 (2 bytes) | 
| UTF-16-BE (dec) | 4, 217 (2 bytes) | 
| UTF-32-BE (hex) | 0x4d9 / 0x00 0x00 0x04 0xd9 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 4, 217 (4 bytes) | 
| C/C++/Java source code | "\u04d9" | 
| Python source code | "\u04d9" |