| HTML Entity (dec) | ㄚ |
| HTML Entity (hex) | ㄚ |
| UTF-8 (hex) | 0xe3849a / 0xe3 0x84 0x9a (3 bytes) |
| UTF-8 (dec) | 227, 132, 154 (3 bytes) |
| UTF-16-BE (hex) | 0x311a / 0x31 0x1a (2 bytes) |
| UTF-16-BE (dec) | 49, 26 (2 bytes) |
| UTF-32-BE (hex) | 0x311a / 0x00 0x00 0x31 0x1a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 49, 26 (4 bytes) |
| C/C++/Java source code | "\u311a" |
| Python source code | "\u311a" |