| HTML Entity (dec) | 瞋 |
| HTML Entity (hex) | 瞋 |
| UTF-8 (hex) | 0xe79e8b / 0xe7 0x9e 0x8b (3 bytes) |
| UTF-8 (dec) | 231, 158, 139 (3 bytes) |
| UTF-16-BE (hex) | 0x778b / 0x77 0x8b (2 bytes) |
| UTF-16-BE (dec) | 119, 139 (2 bytes) |
| UTF-32-BE (hex) | 0x778b / 0x00 0x00 0x77 0x8b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 119, 139 (4 bytes) |
| C/C++/Java source code | "\u778b" |
| Python source code | "\u778b" |