Tibetan Digit Half Zero Letter
༳ is the Tibetan digit half zero character used in Tibetan number notation.
U+0F33
The symbol ༳ is known as the Tibetan Digit Half Zero. It has a single Unicode character identity, so it’s useful when you need precise Tibetan digit text. Below you’ll find copy-friendly forms and implementation details for Unicode text.
Tibetan Digit Half Zero Letter Meaning
༳ (Tibetan Digit Half Zero) is a Tibetan script digit character. As its Unicode name suggests, it represents “half zero” within Tibetan digit conventions. In practice, you’ll encounter it when working with Tibetan numeral text, font or rendering tests, transcription/normalization of Unicode strings, or multilingual documents that include Tibetan digits. Because this is a specific Unicode code point (U+0F33), copying the exact character matters—using a similar-looking digit from another script may not be equivalent. Use the provided HTML entity, CSS escape, and JavaScript escape to reliably insert it in web or app content.
Common uses
- •Copying Tibetan digit text in documents and messaging when exact Unicode characters are required.
- •Building multilingual UI examples or typography tests that verify Tibetan digit rendering.
- •Generating or formatting Tibetan numeral strings in web and app content.
- •Transcribing or validating Unicode text that includes Tibetan digit characters.
- •Preparing content for design mockups where a specific Tibetan digit must appear correctly.
Examples
༳ Tibetan Digit Half Zero
- ༳༳ 0 example
- ༳Tibetan digit: ༳
- ༳Unicode test string: ༳
- ༳Half zero character: ༳
- ༳Copy/paste check: ༳
Variations
Technical codes
| Unicode | U+0F33 | |
| HTML Entity | ༳ | |
| HTML Code | ༳ | |
| CSS | \0F33 |
FAQ
What does the Tibetan Digit Half Zero letter mean?
༳ (Tibetan Digit Half Zero) is a Tibetan script digit character. As its Unicode name suggests, it represents “half zero” within Tibetan digit conventions. In practice, you’ll encounter it when working with Tibetan numeral text, font or rendering tests, transcription/normalization of Unicode strings, or multilingual documents that include Tibetan digits. Because this is a specific Unicode code point (U+0F33), copying the exact character matters—using a similar-looking digit from another script may not be equivalent. Use the provided HTML entity, CSS escape, and JavaScript escape to reliably insert it in web or app content.
What is the Unicode code point for ༳?
༳ is Unicode U+0F33.
How can I copy ༳ in HTML?
Use the HTML entity ༳.
What CSS escape can I use for this character?
You can use \\0F33 in CSS.
What JavaScript escape inserts ༳?
Use \\u{0F33} in JavaScript.