| HTML Entity (dec) | ꜷ |
| HTML Entity (hex) | ꜷ |
| UTF-8 (hex) | 0xea9cb7 / 0xea 0x9c 0xb7 (3 bytes) |
| UTF-8 (dec) | 234, 156, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xa737 / 0xa7 0x37 (2 bytes) |
| UTF-16-BE (dec) | 167, 55 (2 bytes) |
| UTF-32-BE (hex) | 0xa737 / 0x00 0x00 0xa7 0x37 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 167, 55 (4 bytes) |
| C/C++/Java source code | "\ua737" |
| Python source code | "\ua737" |