| HTML Entity (dec) | 倡 | 
| HTML Entity (hex) | 倡 | 
| UTF-8 (hex) | 0xe580a1 / 0xe5 0x80 0xa1 (3 bytes) | 
| UTF-8 (dec) | 229, 128, 161 (3 bytes) | 
| UTF-16-BE (hex) | 0x5021 / 0x50 0x21 (2 bytes) | 
| UTF-16-BE (dec) | 80, 33 (2 bytes) | 
| UTF-32-BE (hex) | 0x5021 / 0x00 0x00 0x50 0x21 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 80, 33 (4 bytes) | 
| C/C++/Java source code | "\u5021" | 
| Python source code | "\u5021" |