Myanmar Digit Three Letter
“၃” is the Myanmar digit for the number three, encoded as U+1043.
U+1043
“၃” is a Myanmar numeral used to write the value three in Burmese script. This page helps you copy the character and use it in HTML, CSS, and JavaScript safely.
Myanmar Digit Three Letter Meaning
Myanmar Digit Three (U+1043) is one of the Myanmar numeral characters used in the Burmese script to represent the number three. Like other digits in this block, it’s primarily used in numeric text written in Myanmar script rather than Latin digits. You may see it in Burmese-language documents, local numbering (such as steps, page numbers, or dates), and any context where Myanmar numerals are expected for readability. When formatting or validating input, remember it is a distinct Unicode character from the Latin “3”, so searches, sorting, or conversions may behave differently if you mix scripts.
Common uses
- •Writing Burmese-script numbers in text content or labels
- •Displaying prices, quantities, or counts using Myanmar numerals
- •Numbering steps, headings, or list items in Burmese documents
- •Formatting dates and times where Myanmar digits are preferred
- •Creating localized UI elements that show “3” in Myanmar script
Examples
၃ | Myanmar Digit Three (U+1043)
- ၃၁၊ ၂၊ ၃
- ၃အပိုင်း ၃
- ၃အဆင့် ၃
- ၃၃ လတာ
- ၃၃ ထပ်
Variations
Technical codes
| Unicode | U+1043 | |
| HTML Entity | ၃ | |
| HTML Code | ၃ | |
| CSS | \1043 |
FAQ
What does the Myanmar Digit Three letter mean?
Myanmar Digit Three (U+1043) is one of the Myanmar numeral characters used in the Burmese script to represent the number three. Like other digits in this block, it’s primarily used in numeric text written in Myanmar script rather than Latin digits. You may see it in Burmese-language documents, local numbering (such as steps, page numbers, or dates), and any context where Myanmar numerals are expected for readability. When formatting or validating input, remember it is a distinct Unicode character from the Latin “3”, so searches, sorting, or conversions may behave differently if you mix scripts.
What character is “၃”?
“၃” is the Myanmar digit three, Unicode character Myanmar Digit Three with code point U+1043.
How do I type or copy it?
You can copy the character directly from this page. For developers, you can also insert it using its Unicode escapes (see the provided copy variations).
Is “၃” the same as the Latin number “3”?
No. “၃” is a different Unicode character. It represents the value three, but it is encoded separately from the Latin digit “3”.
How can I use it in HTML, CSS, or JavaScript?
You can use HTML entity form (၃ or ၃), CSS escape (\\1043), or JavaScript Unicode escape (\\u{1043}) to include it reliably.