| HTML Entity (dec) | ʣ | 
| HTML Entity (hex) | ʣ | 
| UTF-8 (hex) | 0xcaa3 / 0xca 0xa3 (2 bytes) | 
| UTF-8 (dec) | 202, 163 (2 bytes) | 
| UTF-16-BE (hex) | 0x2a3 / 0x02 0xa3 (2 bytes) | 
| UTF-16-BE (dec) | 2, 163 (2 bytes) | 
| UTF-32-BE (hex) | 0x2a3 / 0x00 0x00 0x02 0xa3 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 2, 163 (4 bytes) | 
| C/C++/Java source code | "\u02a3" | 
| Python source code | "\u02a3" |