| HTML Entity (dec) | բ | 
| HTML Entity (hex) | բ | 
| UTF-8 (hex) | 0xd5a2 / 0xd5 0xa2 (2 bytes) | 
| UTF-8 (dec) | 213, 162 (2 bytes) | 
| UTF-16-BE (hex) | 0x562 / 0x05 0x62 (2 bytes) | 
| UTF-16-BE (dec) | 5, 98 (2 bytes) | 
| UTF-32-BE (hex) | 0x562 / 0x00 0x00 0x05 0x62 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 5, 98 (4 bytes) | 
| C/C++/Java source code | "\u0562" | 
| Python source code | "\u0562" |