| HTML Entity (dec) | 륾 |
| HTML Entity (hex) | 륾 |
| UTF-8 (hex) | 0xeba5be / 0xeb 0xa5 0xbe (3 bytes) |
| UTF-8 (dec) | 235, 165, 190 (3 bytes) |
| UTF-16-BE (hex) | 0xb97e / 0xb9 0x7e (2 bytes) |
| UTF-16-BE (dec) | 185, 126 (2 bytes) |
| UTF-32-BE (hex) | 0xb97e / 0x00 0x00 0xb9 0x7e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 185, 126 (4 bytes) |
| C/C++/Java source code | "\ub97e" |
| Python source code | "\ub97e" |