| HTML Entity (dec) | ނ |
| HTML Entity (hex) | ނ |
| UTF-8 (hex) | 0xde82 / 0xde 0x82 (2 bytes) |
| UTF-8 (dec) | 222, 130 (2 bytes) |
| UTF-16-BE (hex) | 0x782 / 0x07 0x82 (2 bytes) |
| UTF-16-BE (dec) | 7, 130 (2 bytes) |
| UTF-32-BE (hex) | 0x782 / 0x00 0x00 0x07 0x82 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 7, 130 (4 bytes) |
| C/C++/Java source code | "\u0782" |
| Python source code | "\u0782" |