| HTML Entity (dec) | ވ |
| HTML Entity (hex) | ވ |
| UTF-8 (hex) | 0xde88 / 0xde 0x88 (2 bytes) |
| UTF-8 (dec) | 222, 136 (2 bytes) |
| UTF-16-BE (hex) | 0x788 / 0x07 0x88 (2 bytes) |
| UTF-16-BE (dec) | 7, 136 (2 bytes) |
| UTF-32-BE (hex) | 0x788 / 0x00 0x00 0x07 0x88 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 7, 136 (4 bytes) |
| C/C++/Java source code | "\u0788" |
| Python source code | "\u0788" |