| HTML Entity (dec) | 塞 |
| HTML Entity (hex) | 塞 |
| UTF-8 (hex) | 0xefa5ac / 0xef 0xa5 0xac (3 bytes) |
| UTF-8 (dec) | 239, 165, 172 (3 bytes) |
| UTF-16-BE (hex) | 0xf96c / 0xf9 0x6c (2 bytes) |
| UTF-16-BE (dec) | 249, 108 (2 bytes) |
| UTF-32-BE (hex) | 0xf96c / 0x00 0x00 0xf9 0x6c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 249, 108 (4 bytes) |
| C/C++/Java source code | "\uf96c" |
| Python source code | "\uf96c" |