Malayalam Digit Three Letter
൩ is the Malayalam digit for the number three (Unicode U+0D69).
U+0D69
Malayalam Digit Three, written as ൩, is part of the Malayalam numeral system. It’s useful when you need number text in Malayalam script. You can copy it directly or use its Unicode escapes in code.
Malayalam Digit Three Letter Meaning
൩ (Malayalam Digit Three) is the character representing the digit 3 in Malayalam writing. It belongs to the Malayalam block and is identified by Unicode code point U+0D69. In practice, you use it whenever numbers are written in Malayalam script—for example in headings, captions, forms, or localized content. Like other digits, it should appear in the correct order within larger numbers when you build multi-digit numerals. When you need cross-platform reliability, prefer the Unicode character itself (or its escapes) rather than relying on font-specific symbols.
Common uses
- •Displaying localized numbers in Malayalam-language text
- •Designing posters, flyers, or UI labels that require Malayalam digits
- •Writing captions or headings for Malayalam content (e.g., episode/section numbers)
- •Building multilingual forms and input previews for Malayalam users
- •Using the character in digital typography and script-aware templates
Examples
൩ Malayalam Digit Three
- ൩മൂന്ന് ദിവസം: ൩
- ൩വീഡിയോ ഭാഗം ൩
- ൩സ്ലൈഡ് ൩: ആരംഭിക്കൽ
- ൩അദ്ധ്യായം ൩
- ൩ഓർഡർ നമ്പർ ൩
Variations
Technical codes
| Unicode | U+0D69 | |
| HTML Entity | ൩ | |
| HTML Code | ൩ | |
| CSS | \0D69 |
FAQ
What does the Malayalam Digit Three letter mean?
൩ (Malayalam Digit Three) is the character representing the digit 3 in Malayalam writing. It belongs to the Malayalam block and is identified by Unicode code point U+0D69. In practice, you use it whenever numbers are written in Malayalam script—for example in headings, captions, forms, or localized content. Like other digits, it should appear in the correct order within larger numbers when you build multi-digit numerals. When you need cross-platform reliability, prefer the Unicode character itself (or its escapes) rather than relying on font-specific symbols.
What Unicode character is ൩?
൩ is MALAYALAM DIGIT THREE with Unicode code point U+0D69.
How can I copy ൩ reliably in my code?
Use the Unicode character directly (൩) or use its escapes: HTML entity ൩ or CSS escape \\0D69 or JavaScript escape \\u{0D69}.
Is ൩ the same as the Latin digit 3?
Yes for value: it represents the digit three, but it is written in Malayalam script (U+0D69), not the Latin character '3'.
Where might ൩ appear in real text?
You’ll see it in Malayalam-localized content such as section numbers, chapter numbers, dates in script form, captions, and UI labels that use Malayalam digits.