| HTML Entity (dec) | ᙋ | 
| HTML Entity (hex) | ᙋ | 
| UTF-8 (hex) | 0xe1998b / 0xe1 0x99 0x8b (3 bytes) | 
| UTF-8 (dec) | 225, 153, 139 (3 bytes) | 
| UTF-16-BE (hex) | 0x164b / 0x16 0x4b (2 bytes) | 
| UTF-16-BE (dec) | 22, 75 (2 bytes) | 
| UTF-32-BE (hex) | 0x164b / 0x00 0x00 0x16 0x4b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 22, 75 (4 bytes) | 
| C/C++/Java source code | "\u164b" | 
| Python source code | "\u164b" |