| HTML Entity (dec) | ̮ | 
| HTML Entity (hex) | ̮ | 
| UTF-8 (hex) | 0xccae / 0xcc 0xae (2 bytes) | 
| UTF-8 (dec) | 204, 174 (2 bytes) | 
| UTF-16-BE (hex) | 0x32e / 0x03 0x2e (2 bytes) | 
| UTF-16-BE (dec) | 3, 46 (2 bytes) | 
| UTF-32-BE (hex) | 0x32e / 0x00 0x00 0x03 0x2e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 3, 46 (4 bytes) | 
| C/C++/Java source code | "\u032e" | 
| Python source code | "\u032e" |