| HTML Entity (dec) | 륶 |
| HTML Entity (hex) | 륶 |
| UTF-8 (hex) | 0xeba5b6 / 0xeb 0xa5 0xb6 (3 bytes) |
| UTF-8 (dec) | 235, 165, 182 (3 bytes) |
| UTF-16-BE (hex) | 0xb976 / 0xb9 0x76 (2 bytes) |
| UTF-16-BE (dec) | 185, 118 (2 bytes) |
| UTF-32-BE (hex) | 0xb976 / 0x00 0x00 0xb9 0x76 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 185, 118 (4 bytes) |
| C/C++/Java source code | "\ub976" |
| Python source code | "\ub976" |