| HTML Entity (dec) | 濒 | 
| HTML Entity (hex) | 濒 | 
| UTF-8 (hex) | 0xe6bf92 / 0xe6 0xbf 0x92 (3 bytes) | 
| UTF-8 (dec) | 230, 191, 146 (3 bytes) | 
| UTF-16-BE (hex) | 0x6fd2 / 0x6f 0xd2 (2 bytes) | 
| UTF-16-BE (dec) | 111, 210 (2 bytes) | 
| UTF-32-BE (hex) | 0x6fd2 / 0x00 0x00 0x6f 0xd2 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 111, 210 (4 bytes) | 
| C/C++/Java source code | "\u6fd2" | 
| Python source code | "\u6fd2" |