| HTML Entity (dec) | ͻ |
| HTML Entity (hex) | ͻ |
| UTF-8 (hex) | 0xcdbb / 0xcd 0xbb (2 bytes) |
| UTF-8 (dec) | 205, 187 (2 bytes) |
| UTF-16-BE (hex) | 0x37b / 0x03 0x7b (2 bytes) |
| UTF-16-BE (dec) | 3, 123 (2 bytes) |
| UTF-32-BE (hex) | 0x37b / 0x00 0x00 0x03 0x7b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 123 (4 bytes) |
| C/C++/Java source code | "\u037b" |
| Python source code | "\u037b" |