| HTML Entity (dec) | ᖥ |
| HTML Entity (hex) | ᖥ |
| UTF-8 (hex) | 0xe196a5 / 0xe1 0x96 0xa5 (3 bytes) |
| UTF-8 (dec) | 225, 150, 165 (3 bytes) |
| UTF-16-BE (hex) | 0x15a5 / 0x15 0xa5 (2 bytes) |
| UTF-16-BE (dec) | 21, 165 (2 bytes) |
| UTF-32-BE (hex) | 0x15a5 / 0x00 0x00 0x15 0xa5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 21, 165 (4 bytes) |
| C/C++/Java source code | "\u15a5" |
| Python source code | "\u15a5" |