| HTML Entity (dec) | ᏽ |
| HTML Entity (hex) | ᏽ |
| UTF-8 (hex) | 0xe18fbd / 0xe1 0x8f 0xbd (3 bytes) |
| UTF-8 (dec) | 225, 143, 189 (3 bytes) |
| UTF-16-BE (hex) | 0x13fd / 0x13 0xfd (2 bytes) |
| UTF-16-BE (dec) | 19, 253 (2 bytes) |
| UTF-32-BE (hex) | 0x13fd / 0x00 0x00 0x13 0xfd (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 19, 253 (4 bytes) |
| C/C++/Java source code | "\u13fd" |
| Python source code | "\u13fd" |