Bengali Digit Zero Letter
০ is the Bengali digit for zero, encoded as Unicode U+09E6.
U+09E6
The symbol ০ is the Bengali digit “zero” used in Bengali number writing. It has a distinct Unicode code point (U+09E6), so it’s different from the ASCII digit 0. Copy it directly for forms, text, and multilingual content.
Bengali Digit Zero Letter Meaning
Bengali Digit Zero (০) represents the number zero in Bengali script. Like other digits in Bengali, it is part of a writing system used for Bengali language content and localized numbering. Because it has its own Unicode code point, it maintains correct rendering in fonts that support Bengali. When you need Bengali numerals in text, UI labels, or documents, using this exact character prevents mismatches that can happen when mixing ASCII 0 with Bengali digits. It’s also useful when producing consistent typography across systems that rely on Unicode.
Common uses
- •Writing Bengali numerals in sentences and numbers (e.g., dates, counts).
- •Labeling user interfaces for Bengali-language apps or websites.
- •Entering zero values in Bengali forms and tables without digit mismatch.
- •Designing multilingual posters, flyers, or templates that require Bengali digits.
- •Creating sample text for localization testing and content reviews.
Examples
০ Bengali Digit Zero (U+09E6)
- ০আজ ০টা বাজে।
- ০স্কোর: ০–০
- ০দোকানে আছে ১টি আপেল এবং ০টি কলা।
- ০ব্যাংক অ্যাকাউন্ট ব্যালান্স ০ টাকা।
- ০তারিখ: ০১/০২/২০২৬
Variations
Technical codes
| Unicode | U+09E6 | |
| HTML Entity | ০ | |
| HTML Code | ০ | |
| CSS | \09E6 |
FAQ
What does the Bengali Digit Zero letter mean?
Bengali Digit Zero (০) represents the number zero in Bengali script. Like other digits in Bengali, it is part of a writing system used for Bengali language content and localized numbering. Because it has its own Unicode code point, it maintains correct rendering in fonts that support Bengali. When you need Bengali numerals in text, UI labels, or documents, using this exact character prevents mismatches that can happen when mixing ASCII 0 with Bengali digits. It’s also useful when producing consistent typography across systems that rely on Unicode.
Is ০ the same as the normal digit 0?
No. ০ is the Bengali Digit Zero with Unicode U+09E6, while the normal digit 0 is ASCII/Unicode U+0030.
What is the Unicode code point for Bengali Digit Zero?
The Unicode code point is U+09E6.
How can I include this character in HTML?
You can use the HTML entity ০ or copy the character ০ directly.
What are the CSS and JavaScript escapes for ০?
CSS escape: \\09E6. JavaScript escape: \\u{09E6}.