| HTML Entity (dec) | ͼ | 
| HTML Entity (hex) | ͼ | 
| UTF-8 (hex) | 0xcdbc / 0xcd 0xbc (2 bytes) | 
| UTF-8 (dec) | 205, 188 (2 bytes) | 
| UTF-16-BE (hex) | 0x37c / 0x03 0x7c (2 bytes) | 
| UTF-16-BE (dec) | 3, 124 (2 bytes) | 
| UTF-32-BE (hex) | 0x37c / 0x00 0x00 0x03 0x7c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 3, 124 (4 bytes) | 
| C/C++/Java source code | "\u037c" | 
| Python source code | "\u037c" |