| HTML Entity (dec) | בֿ | 
| HTML Entity (hex) | בֿ | 
| UTF-8 (hex) | 0xefad8c / 0xef 0xad 0x8c (3 bytes) | 
| UTF-8 (dec) | 239, 173, 140 (3 bytes) | 
| UTF-16-BE (hex) | 0xfb4c / 0xfb 0x4c (2 bytes) | 
| UTF-16-BE (dec) | 251, 76 (2 bytes) | 
| UTF-32-BE (hex) | 0xfb4c / 0x00 0x00 0xfb 0x4c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 251, 76 (4 bytes) | 
| C/C++/Java source code | "\ufb4c" | 
| Python source code | "\ufb4c" |