| HTML Entity (dec) | 騡 | 
| HTML Entity (hex) | 騡 | 
| UTF-8 (hex) | 0xe9a8a1 / 0xe9 0xa8 0xa1 (3 bytes) | 
| UTF-8 (dec) | 233, 168, 161 (3 bytes) | 
| UTF-16-BE (hex) | 0x9a21 / 0x9a 0x21 (2 bytes) | 
| UTF-16-BE (dec) | 154, 33 (2 bytes) | 
| UTF-32-BE (hex) | 0x9a21 / 0x00 0x00 0x9a 0x21 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 154, 33 (4 bytes) | 
| C/C++/Java source code | "\u9a21" | 
| Python source code | "\u9a21" |