| HTML Entity (dec) | 粻 |
| HTML Entity (hex) | 粻 |
| UTF-8 (hex) | 0xe7b2bb / 0xe7 0xb2 0xbb (3 bytes) |
| UTF-8 (dec) | 231, 178, 187 (3 bytes) |
| UTF-16-BE (hex) | 0x7cbb / 0x7c 0xbb (2 bytes) |
| UTF-16-BE (dec) | 124, 187 (2 bytes) |
| UTF-32-BE (hex) | 0x7cbb / 0x00 0x00 0x7c 0xbb (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 124, 187 (4 bytes) |
| C/C++/Java source code | "\u7cbb" |
| Python source code | "\u7cbb" |