| HTML Entity (dec) | ̌ |
| HTML Entity (hex) | ̌ |
| UTF-8 (hex) | 0xcc8c / 0xcc 0x8c (2 bytes) |
| UTF-8 (dec) | 204, 140 (2 bytes) |
| UTF-16-BE (hex) | 0x30c / 0x03 0x0c (2 bytes) |
| UTF-16-BE (dec) | 3, 12 (2 bytes) |
| UTF-32-BE (hex) | 0x30c / 0x00 0x00 0x03 0x0c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 12 (4 bytes) |
| C/C++/Java source code | "\u030c" |
| Python source code | "\u030c" |