| HTML Entity (dec) | 륐 |
| HTML Entity (hex) | 륐 |
| UTF-8 (hex) | 0xeba590 / 0xeb 0xa5 0x90 (3 bytes) |
| UTF-8 (dec) | 235, 165, 144 (3 bytes) |
| UTF-16-BE (hex) | 0xb950 / 0xb9 0x50 (2 bytes) |
| UTF-16-BE (dec) | 185, 80 (2 bytes) |
| UTF-32-BE (hex) | 0xb950 / 0x00 0x00 0xb9 0x50 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 185, 80 (4 bytes) |
| C/C++/Java source code | "\ub950" |
| Python source code | "\ub950" |