| HTML Entity (dec) | ꍹ | 
| HTML Entity (hex) | ꍹ | 
| UTF-8 (hex) | 0xea8db9 / 0xea 0x8d 0xb9 (3 bytes) | 
| UTF-8 (dec) | 234, 141, 185 (3 bytes) | 
| UTF-16-BE (hex) | 0xa379 / 0xa3 0x79 (2 bytes) | 
| UTF-16-BE (dec) | 163, 121 (2 bytes) | 
| UTF-32-BE (hex) | 0xa379 / 0x00 0x00 0xa3 0x79 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 163, 121 (4 bytes) | 
| C/C++/Java source code | "\ua379" | 
| Python source code | "\ua379" |