About Cherokee Letter Ha
Cherokee Letter Ha is the Unicode character Ꭽ at codepoint U+13AD in the Cherokee block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Cherokee Letter Ha
To use the Cherokee Letter Ha 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: '\13AD';.
In JavaScript and TypeScript the escape '\u13AD' evaluates to Ꭽ. In Python source, write '\u13AD'.
The character encodes to E1 8E AD as UTF-8 bytes and 13AD as UTF-16 code units. Its decimal codepoint is 5037.
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.