| HTML Entity (dec) | ꤢ |
| HTML Entity (hex) | ꤢ |
| UTF-8 (hex) | 0xeaa4a2 / 0xea 0xa4 0xa2 (3 bytes) |
| UTF-8 (dec) | 234, 164, 162 (3 bytes) |
| UTF-16-BE (hex) | 0xa922 / 0xa9 0x22 (2 bytes) |
| UTF-16-BE (dec) | 169, 34 (2 bytes) |
| UTF-32-BE (hex) | 0xa922 / 0x00 0x00 0xa9 0x22 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 169, 34 (4 bytes) |
| C/C++/Java source code | "\ua922" |
| Python source code | "\ua922" |