| HTML Entity (dec) | ꥅ |
| HTML Entity (hex) | ꥅ |
| UTF-8 (hex) | 0xeaa585 / 0xea 0xa5 0x85 (3 bytes) |
| UTF-8 (dec) | 234, 165, 133 (3 bytes) |
| UTF-16-BE (hex) | 0xa945 / 0xa9 0x45 (2 bytes) |
| UTF-16-BE (dec) | 169, 69 (2 bytes) |
| UTF-32-BE (hex) | 0xa945 / 0x00 0x00 0xa9 0x45 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 169, 69 (4 bytes) |
| C/C++/Java source code | "\ua945" |
| Python source code | "\ua945" |