| HTML Entity (dec) | ଵ |
| HTML Entity (hex) | ଵ |
| UTF-8 (hex) | 0xe0acb5 / 0xe0 0xac 0xb5 (3 bytes) |
| UTF-8 (dec) | 224, 172, 181 (3 bytes) |
| UTF-16-BE (hex) | 0xb35 / 0x0b 0x35 (2 bytes) |
| UTF-16-BE (dec) | 11, 53 (2 bytes) |
| UTF-32-BE (hex) | 0xb35 / 0x00 0x00 0x0b 0x35 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 11, 53 (4 bytes) |
| C/C++/Java source code | "\u0b35" |
| Python source code | "\u0b35" |