| HTML Entity (dec) | 빿 |
| HTML Entity (hex) | 빿 |
| UTF-8 (hex) | 0xebb9bf / 0xeb 0xb9 0xbf (3 bytes) |
| UTF-8 (dec) | 235, 185, 191 (3 bytes) |
| UTF-16-BE (hex) | 0xbe7f / 0xbe 0x7f (2 bytes) |
| UTF-16-BE (dec) | 190, 127 (2 bytes) |
| UTF-32-BE (hex) | 0xbe7f / 0x00 0x00 0xbe 0x7f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 190, 127 (4 bytes) |
| C/C++/Java source code | "\ube7f" |
| Python source code | "\ube7f" |