| HTML Entity (dec) | ᡊ |
| HTML Entity (hex) | ᡊ |
| UTF-8 (hex) | 0xe1a18a / 0xe1 0xa1 0x8a (3 bytes) |
| UTF-8 (dec) | 225, 161, 138 (3 bytes) |
| UTF-16-BE (hex) | 0x184a / 0x18 0x4a (2 bytes) |
| UTF-16-BE (dec) | 24, 74 (2 bytes) |
| UTF-32-BE (hex) | 0x184a / 0x00 0x00 0x18 0x4a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 24, 74 (4 bytes) |
| C/C++/Java source code | "\u184a" |
| Python source code | "\u184a" |