| HTML Entity (dec) | ㄧ |
| HTML Entity (hex) | ㄧ |
| UTF-8 (hex) | 0xe384a7 / 0xe3 0x84 0xa7 (3 bytes) |
| UTF-8 (dec) | 227, 132, 167 (3 bytes) |
| UTF-16-BE (hex) | 0x3127 / 0x31 0x27 (2 bytes) |
| UTF-16-BE (dec) | 49, 39 (2 bytes) |
| UTF-32-BE (hex) | 0x3127 / 0x00 0x00 0x31 0x27 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 49, 39 (4 bytes) |
| C/C++/Java source code | "\u3127" |
| Python source code | "\u3127" |