| HTML Entity (dec) | 첵 |
| HTML Entity (hex) | 첵 |
| UTF-8 (hex) | 0xecb2b5 / 0xec 0xb2 0xb5 (3 bytes) |
| UTF-8 (dec) | 236, 178, 181 (3 bytes) |
| UTF-16-BE (hex) | 0xccb5 / 0xcc 0xb5 (2 bytes) |
| UTF-16-BE (dec) | 204, 181 (2 bytes) |
| UTF-32-BE (hex) | 0xccb5 / 0x00 0x00 0xcc 0xb5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 204, 181 (4 bytes) |
| C/C++/Java source code | "\uccb5" |
| Python source code | "\uccb5" |