| HTML Entity (dec) | 駶 | 
| HTML Entity (hex) | 駶 | 
| UTF-8 (hex) | 0xe9a7b6 / 0xe9 0xa7 0xb6 (3 bytes) | 
| UTF-8 (dec) | 233, 167, 182 (3 bytes) | 
| UTF-16-BE (hex) | 0x99f6 / 0x99 0xf6 (2 bytes) | 
| UTF-16-BE (dec) | 153, 246 (2 bytes) | 
| UTF-32-BE (hex) | 0x99f6 / 0x00 0x00 0x99 0xf6 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 153, 246 (4 bytes) | 
| C/C++/Java source code | "\u99f6" | 
| Python source code | "\u99f6" |