| HTML Entity (dec) | Ь | 
| HTML Entity (hex) | Ь | 
| UTF-8 (hex) | 0xd0ac / 0xd0 0xac (2 bytes) | 
| UTF-8 (dec) | 208, 172 (2 bytes) | 
| UTF-16-BE (hex) | 0x42c / 0x04 0x2c (2 bytes) | 
| UTF-16-BE (dec) | 4, 44 (2 bytes) | 
| UTF-32-BE (hex) | 0x42c / 0x00 0x00 0x04 0x2c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 4, 44 (4 bytes) | 
| C/C++/Java source code | "\u042c" | 
| Python source code | "\u042c" |