About Kannada Letter Kha
Kannada Letter Kha is the Unicode character ಖ at codepoint U+0C96 in the Kannada block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Kannada Letter Kha
To use the Kannada Letter Kha symbol (ಖ) in HTML, insert the
entity ಖ directly into your markup. The decimal entity ಖ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\C96';.
In JavaScript and TypeScript the escape '\u0C96' evaluates to ಖ. In Python source, write '\u0C96'.
The character encodes to E0 B2 96 as UTF-8 bytes and 0C96 as UTF-16 code units. Its decimal codepoint is 3222.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.