| HTML Entity (dec) | 驲 |
| HTML Entity (hex) | 驲 |
| UTF-8 (hex) | 0xe9a9b2 / 0xe9 0xa9 0xb2 (3 bytes) |
| UTF-8 (dec) | 233, 169, 178 (3 bytes) |
| UTF-16-BE (hex) | 0x9a72 / 0x9a 0x72 (2 bytes) |
| UTF-16-BE (dec) | 154, 114 (2 bytes) |
| UTF-32-BE (hex) | 0x9a72 / 0x00 0x00 0x9a 0x72 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 154, 114 (4 bytes) |
| C/C++/Java source code | "\u9a72" |
| Python source code | "\u9a72" |