| HTML Entity (dec) | 彐 |
| HTML Entity (hex) | 彐 |
| UTF-8 (hex) | 0xe5bd90 / 0xe5 0xbd 0x90 (3 bytes) |
| UTF-8 (dec) | 229, 189, 144 (3 bytes) |
| UTF-16-BE (hex) | 0x5f50 / 0x5f 0x50 (2 bytes) |
| UTF-16-BE (dec) | 95, 80 (2 bytes) |
| UTF-32-BE (hex) | 0x5f50 / 0x00 0x00 0x5f 0x50 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 95, 80 (4 bytes) |
| C/C++/Java source code | "\u5f50" |
| Python source code | "\u5f50" |