| HTML Entity (dec) | གྷ |
| HTML Entity (hex) | གྷ |
| UTF-8 (hex) | 0xe0bd83 / 0xe0 0xbd 0x83 (3 bytes) |
| UTF-8 (dec) | 224, 189, 131 (3 bytes) |
| UTF-16-BE (hex) | 0xf43 / 0x0f 0x43 (2 bytes) |
| UTF-16-BE (dec) | 15, 67 (2 bytes) |
| UTF-32-BE (hex) | 0xf43 / 0x00 0x00 0x0f 0x43 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 15, 67 (4 bytes) |
| C/C++/Java source code | "\u0f43" |
| Python source code | "\u0f43" |