| HTML Entity (dec) | ꅬ | 
| HTML Entity (hex) | ꅬ | 
| UTF-8 (hex) | 0xea85ac / 0xea 0x85 0xac (3 bytes) | 
| UTF-8 (dec) | 234, 133, 172 (3 bytes) | 
| UTF-16-BE (hex) | 0xa16c / 0xa1 0x6c (2 bytes) | 
| UTF-16-BE (dec) | 161, 108 (2 bytes) | 
| UTF-32-BE (hex) | 0xa16c / 0x00 0x00 0xa1 0x6c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 161, 108 (4 bytes) | 
| C/C++/Java source code | "\ua16c" | 
| Python source code | "\ua16c" |