| HTML Entity (dec) | ꂂ |
| HTML Entity (hex) | ꂂ |
| UTF-8 (hex) | 0xea8282 / 0xea 0x82 0x82 (3 bytes) |
| UTF-8 (dec) | 234, 130, 130 (3 bytes) |
| UTF-16-BE (hex) | 0xa082 / 0xa0 0x82 (2 bytes) |
| UTF-16-BE (dec) | 160, 130 (2 bytes) |
| UTF-32-BE (hex) | 0xa082 / 0x00 0x00 0xa0 0x82 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 160, 130 (4 bytes) |
| C/C++/Java source code | "\ua082" |
| Python source code | "\ua082" |