| HTML Entity (dec) | 匛 | 
| HTML Entity (hex) | 匛 | 
| UTF-8 (hex) | 0xe58c9b / 0xe5 0x8c 0x9b (3 bytes) | 
| UTF-8 (dec) | 229, 140, 155 (3 bytes) | 
| UTF-16-BE (hex) | 0x531b / 0x53 0x1b (2 bytes) | 
| UTF-16-BE (dec) | 83, 27 (2 bytes) | 
| UTF-32-BE (hex) | 0x531b / 0x00 0x00 0x53 0x1b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 83, 27 (4 bytes) | 
| C/C++/Java source code | "\u531b" | 
| Python source code | "\u531b" |