| HTML Entity (dec) | ⅛ | 
| HTML Entity (hex) | ⅛ | 
| UTF-8 (hex) | 0xe2859b / 0xe2 0x85 0x9b (3 bytes) | 
| UTF-8 (dec) | 226, 133, 155 (3 bytes) | 
| UTF-16-BE (hex) | 0x215b / 0x21 0x5b (2 bytes) | 
| UTF-16-BE (dec) | 33, 91 (2 bytes) | 
| UTF-32-BE (hex) | 0x215b / 0x00 0x00 0x21 0x5b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 33, 91 (4 bytes) | 
| C/C++/Java source code | "\u215b" | 
| Python source code | "\u215b" |