Thai Digit One Letter
๑ is the Thai digit one character (Unicode U+0E51).
U+0E51
“๑” is a Thai numeral used to represent the value 1. It lives in Unicode as U+0E51, so it’s straightforward to copy and use in modern text and web content. Use it anywhere you need Thai-style digits.
Thai Digit One Letter Meaning
Thai Digit One (๑) is the character for the number 1 in the Thai numeral system. Visually, it’s distinct from the Western digit “1”, so it’s commonly used when writing numbers in Thai format, in Thai-language content, and in contexts where numeral style should match local conventions. Because it has a defined Unicode code point (U+0E51), it renders consistently across platforms that support Thai characters. It can be useful for UI labels, list numbering, timestamps, and any design or data display that requires Thai digits rather than Latin numerals.
Common uses
- •Displaying Thai-style numbered lists (e.g., “๑, ๒, ๓ …”)
- •Localization of UI elements that show digits in Thai format
- •Thai-language documents where numerals should follow Thai conventions
- •Designing posters, badges, or signage that uses Thai digits for consistency
- •Input/output in software dealing with Thai numeral text
Examples
๑ Thai Digit One (U+0E51)
- ๑ขั้นตอนที่ ๑
- ๑ฉันมี ๑ คน
- ๑เล่มที่ ๑
- ๑วันที่ ๑ มกราคม
- ๑๑ สัปดาห์
Variations
Technical codes
| Unicode | U+0E51 | |
| HTML Entity | ๑ | |
| HTML Code | ๑ | |
| CSS | \0E51 |
FAQ
What does the Thai Digit One letter mean?
Thai Digit One (๑) is the character for the number 1 in the Thai numeral system. Visually, it’s distinct from the Western digit “1”, so it’s commonly used when writing numbers in Thai format, in Thai-language content, and in contexts where numeral style should match local conventions. Because it has a defined Unicode code point (U+0E51), it renders consistently across platforms that support Thai characters. It can be useful for UI labels, list numbering, timestamps, and any design or data display that requires Thai digits rather than Latin numerals.
What is the Unicode code point for ๑?
The Thai Digit One symbol is U+0E51.
How can I copy ๑ into HTML?
You can paste the character directly, or use the HTML entity: ๑.
How do I reference ๑ in CSS?
You can use the CSS escape form: \\0E51.
How do I include ๑ in JavaScript strings?
Use the JavaScript escape: \\u{0E51} (in a Unicode-capable environment).