| HTML Entity (dec) | Ⅱ | 
| HTML Entity (hex) | Ⅱ | 
| UTF-8 (hex) | 0xe285a1 / 0xe2 0x85 0xa1 (3 bytes) | 
| UTF-8 (dec) | 226, 133, 161 (3 bytes) | 
| UTF-16-BE (hex) | 0x2161 / 0x21 0x61 (2 bytes) | 
| UTF-16-BE (dec) | 33, 97 (2 bytes) | 
| UTF-32-BE (hex) | 0x2161 / 0x00 0x00 0x21 0x61 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 33, 97 (4 bytes) | 
| C/C++/Java source code | "\u2161" | 
| Python source code | "\u2161" |