| HTML Entity (dec) | ͮ |
| HTML Entity (hex) | ͮ |
| UTF-8 (hex) | 0xcdae / 0xcd 0xae (2 bytes) |
| UTF-8 (dec) | 205, 174 (2 bytes) |
| UTF-16-BE (hex) | 0x36e / 0x03 0x6e (2 bytes) |
| UTF-16-BE (dec) | 3, 110 (2 bytes) |
| UTF-32-BE (hex) | 0x36e / 0x00 0x00 0x03 0x6e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 110 (4 bytes) |
| C/C++/Java source code | "\u036e" |
| Python source code | "\u036e" |