| HTML Entity (dec) | ᄉ |
| HTML Entity (hex) | ᄉ |
| UTF-8 (hex) | 0xefbeb5 / 0xef 0xbe 0xb5 (3 bytes) |
| UTF-8 (dec) | 239, 190, 181 (3 bytes) |
| UTF-16-BE (hex) | 0xffb5 / 0xff 0xb5 (2 bytes) |
| UTF-16-BE (dec) | 255, 181 (2 bytes) |
| UTF-32-BE (hex) | 0xffb5 / 0x00 0x00 0xff 0xb5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 255, 181 (4 bytes) |
| C/C++/Java source code | "\uffb5" |
| Python source code | "\uffb5" |