| HTML Entity (dec) | ͺ |
| HTML Entity (hex) | ͺ |
| UTF-8 (hex) | 0xcdba / 0xcd 0xba (2 bytes) |
| UTF-8 (dec) | 205, 186 (2 bytes) |
| UTF-16-BE (hex) | 0x37a / 0x03 0x7a (2 bytes) |
| UTF-16-BE (dec) | 3, 122 (2 bytes) |
| UTF-32-BE (hex) | 0x37a / 0x00 0x00 0x03 0x7a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 122 (4 bytes) |
| C/C++/Java source code | "\u037a" |
| Python source code | "\u037a" |