| HTML Entity (dec) | Ậ |
| HTML Entity (hex) | Ậ |
| UTF-8 (hex) | 0xe1baac / 0xe1 0xba 0xac (3 bytes) |
| UTF-8 (dec) | 225, 186, 172 (3 bytes) |
| UTF-16-BE (hex) | 0x1eac / 0x1e 0xac (2 bytes) |
| UTF-16-BE (dec) | 30, 172 (2 bytes) |
| UTF-32-BE (hex) | 0x1eac / 0x00 0x00 0x1e 0xac (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 30, 172 (4 bytes) |
| C/C++/Java source code | "\u1eac" |
| Python source code | "\u1eac" |