About Kannada Letter Ya
Kannada Letter Ya is the Unicode character ಯ at codepoint U+0CAF 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 Ya
To use the Kannada Letter Ya 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: '\CAF';.
In JavaScript and TypeScript the escape '\u0CAF' evaluates to ಯ. In Python source, write '\u0CAF'.
The character encodes to E0 B2 AF as UTF-8 bytes and 0CAF as UTF-16 code units. Its decimal codepoint is 3247.
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.