| HTML Entity (dec) | ꒊ |
| HTML Entity (hex) | ꒊ |
| UTF-8 (hex) | 0xea928a / 0xea 0x92 0x8a (3 bytes) |
| UTF-8 (dec) | 234, 146, 138 (3 bytes) |
| UTF-16-BE (hex) | 0xa48a / 0xa4 0x8a (2 bytes) |
| UTF-16-BE (dec) | 164, 138 (2 bytes) |
| UTF-32-BE (hex) | 0xa48a / 0x00 0x00 0xa4 0x8a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 164, 138 (4 bytes) |
| C/C++/Java source code | "\ua48a" |
| Python source code | "\ua48a" |