| HTML Entity (dec) | 遫 | 
| HTML Entity (hex) | 遫 | 
| UTF-8 (hex) | 0xe981ab / 0xe9 0x81 0xab (3 bytes) | 
| UTF-8 (dec) | 233, 129, 171 (3 bytes) | 
| UTF-16-BE (hex) | 0x906b / 0x90 0x6b (2 bytes) | 
| UTF-16-BE (dec) | 144, 107 (2 bytes) | 
| UTF-32-BE (hex) | 0x906b / 0x00 0x00 0x90 0x6b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 144, 107 (4 bytes) | 
| C/C++/Java source code | "\u906b" | 
| Python source code | "\u906b" |