| HTML Entity (dec) | 룕 |
| HTML Entity (hex) | 룕 |
| UTF-8 (hex) | 0xeba395 / 0xeb 0xa3 0x95 (3 bytes) |
| UTF-8 (dec) | 235, 163, 149 (3 bytes) |
| UTF-16-BE (hex) | 0xb8d5 / 0xb8 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 184, 213 (2 bytes) |
| UTF-32-BE (hex) | 0xb8d5 / 0x00 0x00 0xb8 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 184, 213 (4 bytes) |
| C/C++/Java source code | "\ub8d5" |
| Python source code | "\ub8d5" |