| HTML Entity (dec) | ˋ | 
| HTML Entity (hex) | ˋ | 
| UTF-8 (hex) | 0xcb8b / 0xcb 0x8b (2 bytes) | 
| UTF-8 (dec) | 203, 139 (2 bytes) | 
| UTF-16-BE (hex) | 0x2cb / 0x02 0xcb (2 bytes) | 
| UTF-16-BE (dec) | 2, 203 (2 bytes) | 
| UTF-32-BE (hex) | 0x2cb / 0x00 0x00 0x02 0xcb (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 2, 203 (4 bytes) | 
| C/C++/Java source code | "\u02cb" | 
| Python source code | "\u02cb" |