| HTML Entity (dec) | 穗 | 
| HTML Entity (hex) | 穗 | 
| UTF-8 (hex) | 0xe7a997 / 0xe7 0xa9 0x97 (3 bytes) | 
| UTF-8 (dec) | 231, 169, 151 (3 bytes) | 
| UTF-16-BE (hex) | 0x7a57 / 0x7a 0x57 (2 bytes) | 
| UTF-16-BE (dec) | 122, 87 (2 bytes) | 
| UTF-32-BE (hex) | 0x7a57 / 0x00 0x00 0x7a 0x57 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 122, 87 (4 bytes) | 
| C/C++/Java source code | "\u7a57" | 
| Python source code | "\u7a57" |