| HTML Entity (dec) | st | 
| HTML Entity (hex) | st | 
| UTF-8 (hex) | 0xefac86 / 0xef 0xac 0x86 (3 bytes) | 
| UTF-8 (dec) | 239, 172, 134 (3 bytes) | 
| UTF-16-BE (hex) | 0xfb06 / 0xfb 0x06 (2 bytes) | 
| UTF-16-BE (dec) | 251, 6 (2 bytes) | 
| UTF-32-BE (hex) | 0xfb06 / 0x00 0x00 0xfb 0x06 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 251, 6 (4 bytes) | 
| C/C++/Java source code | "\ufb06" | 
| Python source code | "\ufb06" |