Lao Digit Seven Letter
໗ is the Lao numeral for seven, represented as the Unicode character U+0ED7.
U+0ED7
The character ໗ is known as the Lao Digit Seven. It’s a Unicode symbol used to write the number 7 in Lao script. You can copy it directly or use the provided codepoint escapes in your code.
Lao Digit Seven Letter Meaning
໗ (Lao Digit Seven) is the Lao-script numeral representing the value seven. It belongs to the Unicode block for Lao characters, so it renders correctly anywhere that supports the relevant fonts. Like other digits in writing systems, it’s primarily used for numbers in Lao text—dates, counting, quantities, and numbering sequences. When you’re building multilingual interfaces, using the correct Unicode character (U+0ED7) helps ensure consistent display, correct sorting in text contexts, and reliable copy/paste behavior across platforms.
Common uses
- •Writing Lao-language numbers and counting in text
- •Displaying dates and times that use Lao numerals
- •Numbering list items, headings, or sections in Lao script
- •Creating labels for quantities, ranks, or units in Lao content
- •Programming multilingual forms and UI elements that require Lao digits
Examples
໗ Lao Digit Seven (U+0ED7)
- ໗ມີ໗ຄົນຢູ່ທີ່ນັ້ນ
- ໗ວັນທີ ໗ ເດືອນ ໒
- ໗ລະດັບ ໗ ໃນລາຍການ
- ໗ຈຳນວນ ໗ ກ້ອນ
- ໗ຂໍ້ທີ ໗
Variations
Technical codes
| Unicode | U+0ED7 | |
| HTML Entity | ໗ | |
| HTML Code | ໗ | |
| CSS | \0ED7 |
FAQ
What does the Lao Digit Seven letter mean?
໗ (Lao Digit Seven) is the Lao-script numeral representing the value seven. It belongs to the Unicode block for Lao characters, so it renders correctly anywhere that supports the relevant fonts. Like other digits in writing systems, it’s primarily used for numbers in Lao text—dates, counting, quantities, and numbering sequences. When you’re building multilingual interfaces, using the correct Unicode character (U+0ED7) helps ensure consistent display, correct sorting in text contexts, and reliable copy/paste behavior across platforms.
What is the Unicode codepoint for ໗?
The Unicode codepoint for ໗ (Lao Digit Seven) is U+0ED7.
How do I write ໗ using HTML?
Use the HTML entity ໗.
What is the CSS escape sequence for ໗?
Use \\0ED7.
How do I include ໗ in JavaScript strings?
Use the Unicode escape \\u{0ED7}.