| HTML Entity (dec) | 똱 | 
| HTML Entity (hex) | 똱 | 
| UTF-8 (hex) | 0xeb98b1 / 0xeb 0x98 0xb1 (3 bytes) | 
| UTF-8 (dec) | 235, 152, 177 (3 bytes) | 
| UTF-16-BE (hex) | 0xb631 / 0xb6 0x31 (2 bytes) | 
| UTF-16-BE (dec) | 182, 49 (2 bytes) | 
| UTF-32-BE (hex) | 0xb631 / 0x00 0x00 0xb6 0x31 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 182, 49 (4 bytes) | 
| C/C++/Java source code | "\ub631" | 
| Python source code | "\ub631" |