| HTML Entity (dec) | ꁢ | 
| HTML Entity (hex) | ꁢ | 
| UTF-8 (hex) | 0xea81a2 / 0xea 0x81 0xa2 (3 bytes) | 
| UTF-8 (dec) | 234, 129, 162 (3 bytes) | 
| UTF-16-BE (hex) | 0xa062 / 0xa0 0x62 (2 bytes) | 
| UTF-16-BE (dec) | 160, 98 (2 bytes) | 
| UTF-32-BE (hex) | 0xa062 / 0x00 0x00 0xa0 0x62 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 160, 98 (4 bytes) | 
| C/C++/Java source code | "\ua062" | 
| Python source code | "\ua062" |