| HTML Entity (dec) | ꢓ | 
| HTML Entity (hex) | ꢓ | 
| UTF-8 (hex) | 0xeaa293 / 0xea 0xa2 0x93 (3 bytes) | 
| UTF-8 (dec) | 234, 162, 147 (3 bytes) | 
| UTF-16-BE (hex) | 0xa893 / 0xa8 0x93 (2 bytes) | 
| UTF-16-BE (dec) | 168, 147 (2 bytes) | 
| UTF-32-BE (hex) | 0xa893 / 0x00 0x00 0xa8 0x93 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 168, 147 (4 bytes) | 
| C/C++/Java source code | "\ua893" | 
| Python source code | "\ua893" |