| HTML Entity (dec) | 邘 | 
| HTML Entity (hex) | 邘 | 
| UTF-8 (hex) | 0xe98298 / 0xe9 0x82 0x98 (3 bytes) | 
| UTF-8 (dec) | 233, 130, 152 (3 bytes) | 
| UTF-16-BE (hex) | 0x9098 / 0x90 0x98 (2 bytes) | 
| UTF-16-BE (dec) | 144, 152 (2 bytes) | 
| UTF-32-BE (hex) | 0x9098 / 0x00 0x00 0x90 0x98 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 144, 152 (4 bytes) | 
| C/C++/Java source code | "\u9098" | 
| Python source code | "\u9098" |