| HTML Entity (dec) | ſt | 
| HTML Entity (hex) | ſt | 
| UTF-8 (hex) | 0xefac85 / 0xef 0xac 0x85 (3 bytes) | 
| UTF-8 (dec) | 239, 172, 133 (3 bytes) | 
| UTF-16-BE (hex) | 0xfb05 / 0xfb 0x05 (2 bytes) | 
| UTF-16-BE (dec) | 251, 5 (2 bytes) | 
| UTF-32-BE (hex) | 0xfb05 / 0x00 0x00 0xfb 0x05 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 251, 5 (4 bytes) | 
| C/C++/Java source code | "\ufb05" | 
| Python source code | "\ufb05" |