| HTML Entity (dec) | 辂 | 
| HTML Entity (hex) | 辂 | 
| UTF-8 (hex) | 0xe8be82 / 0xe8 0xbe 0x82 (3 bytes) | 
| UTF-8 (dec) | 232, 190, 130 (3 bytes) | 
| UTF-16-BE (hex) | 0x8f82 / 0x8f 0x82 (2 bytes) | 
| UTF-16-BE (dec) | 143, 130 (2 bytes) | 
| UTF-32-BE (hex) | 0x8f82 / 0x00 0x00 0x8f 0x82 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 143, 130 (4 bytes) | 
| C/C++/Java source code | "\u8f82" | 
| Python source code | "\u8f82" |