| HTML Entity (dec) | 赓 | 
| HTML Entity (hex) | 赓 | 
| UTF-8 (hex) | 0xe8b593 / 0xe8 0xb5 0x93 (3 bytes) | 
| UTF-8 (dec) | 232, 181, 147 (3 bytes) | 
| UTF-16-BE (hex) | 0x8d53 / 0x8d 0x53 (2 bytes) | 
| UTF-16-BE (dec) | 141, 83 (2 bytes) | 
| UTF-32-BE (hex) | 0x8d53 / 0x00 0x00 0x8d 0x53 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 141, 83 (4 bytes) | 
| C/C++/Java source code | "\u8d53" | 
| Python source code | "\u8d53" |