| HTML Entity (dec) | 빾 |
| HTML Entity (hex) | 빾 |
| UTF-8 (hex) | 0xebb9be / 0xeb 0xb9 0xbe (3 bytes) |
| UTF-8 (dec) | 235, 185, 190 (3 bytes) |
| UTF-16-BE (hex) | 0xbe7e / 0xbe 0x7e (2 bytes) |
| UTF-16-BE (dec) | 190, 126 (2 bytes) |
| UTF-32-BE (hex) | 0xbe7e / 0x00 0x00 0xbe 0x7e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 190, 126 (4 bytes) |
| C/C++/Java source code | "\ube7e" |
| Python source code | "\ube7e" |