| HTML Entity (dec) | 驇 |
| HTML Entity (hex) | 驇 |
| UTF-8 (hex) | 0xe9a987 / 0xe9 0xa9 0x87 (3 bytes) |
| UTF-8 (dec) | 233, 169, 135 (3 bytes) |
| UTF-16-BE (hex) | 0x9a47 / 0x9a 0x47 (2 bytes) |
| UTF-16-BE (dec) | 154, 71 (2 bytes) |
| UTF-32-BE (hex) | 0x9a47 / 0x00 0x00 0x9a 0x47 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 154, 71 (4 bytes) |
| C/C++/Java source code | "\u9a47" |
| Python source code | "\u9a47" |