| HTML Entity (dec) | ꠵ | 
| HTML Entity (hex) | ꠵ | 
| UTF-8 (hex) | 0xeaa0b5 / 0xea 0xa0 0xb5 (3 bytes) | 
| UTF-8 (dec) | 234, 160, 181 (3 bytes) | 
| UTF-16-BE (hex) | 0xa835 / 0xa8 0x35 (2 bytes) | 
| UTF-16-BE (dec) | 168, 53 (2 bytes) | 
| UTF-32-BE (hex) | 0xa835 / 0x00 0x00 0xa8 0x35 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 168, 53 (4 bytes) | 
| C/C++/Java source code | "\ua835" | 
| Python source code | "\ua835" |