| HTML Entity (dec) | ˩ |
| HTML Entity (hex) | ˩ |
| UTF-8 (hex) | 0xcba9 / 0xcb 0xa9 (2 bytes) |
| UTF-8 (dec) | 203, 169 (2 bytes) |
| UTF-16-BE (hex) | 0x2e9 / 0x02 0xe9 (2 bytes) |
| UTF-16-BE (dec) | 2, 233 (2 bytes) |
| UTF-32-BE (hex) | 0x2e9 / 0x00 0x00 0x02 0xe9 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 2, 233 (4 bytes) |
| C/C++/Java source code | "\u02e9" |
| Python source code | "\u02e9" |