| HTML Entity (dec) | 橇 | 
| HTML Entity (hex) | 橇 | 
| UTF-8 (hex) | 0xe6a987 / 0xe6 0xa9 0x87 (3 bytes) | 
| UTF-8 (dec) | 230, 169, 135 (3 bytes) | 
| UTF-16-BE (hex) | 0x6a47 / 0x6a 0x47 (2 bytes) | 
| UTF-16-BE (dec) | 106, 71 (2 bytes) | 
| UTF-32-BE (hex) | 0x6a47 / 0x00 0x00 0x6a 0x47 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 106, 71 (4 bytes) | 
| C/C++/Java source code | "\u6a47" | 
| Python source code | "\u6a47" |