| HTML Entity (dec) | 鏈 | 
| HTML Entity (hex) | 鏈 | 
| UTF-8 (hex) | 0xe98f88 / 0xe9 0x8f 0x88 (3 bytes) | 
| UTF-8 (dec) | 233, 143, 136 (3 bytes) | 
| UTF-16-BE (hex) | 0x93c8 / 0x93 0xc8 (2 bytes) | 
| UTF-16-BE (dec) | 147, 200 (2 bytes) | 
| UTF-32-BE (hex) | 0x93c8 / 0x00 0x00 0x93 0xc8 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 147, 200 (4 bytes) | 
| C/C++/Java source code | "\u93c8" | 
| Python source code | "\u93c8" |