| HTML Entity (dec) | 늏 |
| HTML Entity (hex) | 늏 |
| UTF-8 (hex) | 0xeb8a8f / 0xeb 0x8a 0x8f (3 bytes) |
| UTF-8 (dec) | 235, 138, 143 (3 bytes) |
| UTF-16-BE (hex) | 0xb28f / 0xb2 0x8f (2 bytes) |
| UTF-16-BE (dec) | 178, 143 (2 bytes) |
| UTF-32-BE (hex) | 0xb28f / 0x00 0x00 0xb2 0x8f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 178, 143 (4 bytes) |
| C/C++/Java source code | "\ub28f" |
| Python source code | "\ub28f" |