| HTML Entity (dec) | ͧ |
| HTML Entity (hex) | ͧ |
| UTF-8 (hex) | 0xcda7 / 0xcd 0xa7 (2 bytes) |
| UTF-8 (dec) | 205, 167 (2 bytes) |
| UTF-16-BE (hex) | 0x367 / 0x03 0x67 (2 bytes) |
| UTF-16-BE (dec) | 3, 103 (2 bytes) |
| UTF-32-BE (hex) | 0x367 / 0x00 0x00 0x03 0x67 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 103 (4 bytes) |
| C/C++/Java source code | "\u0367" |
| Python source code | "\u0367" |