| HTML Entity (dec) | 毴 | 
| HTML Entity (hex) | 毴 | 
| UTF-8 (hex) | 0xe6afb4 / 0xe6 0xaf 0xb4 (3 bytes) | 
| UTF-8 (dec) | 230, 175, 180 (3 bytes) | 
| UTF-16-BE (hex) | 0x6bf4 / 0x6b 0xf4 (2 bytes) | 
| UTF-16-BE (dec) | 107, 244 (2 bytes) | 
| UTF-32-BE (hex) | 0x6bf4 / 0x00 0x00 0x6b 0xf4 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 107, 244 (4 bytes) | 
| C/C++/Java source code | "\u6bf4" | 
| Python source code | "\u6bf4" |