About Tibetan Digit Half Eight
Tibetan Digit Half Eight is the Unicode character ༱ at codepoint U+0F31 in the Tibetan 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 Tibetan Digit Half Eight
To use the Tibetan Digit Half Eight 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: '\F31';.
In JavaScript and TypeScript the escape '\u0F31' evaluates to ༱. In Python source, write '\u0F31'.
The character encodes to E0 BC B1 as UTF-8 bytes and 0F31 as UTF-16 code units. Its decimal codepoint is 3889.
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.