copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ล'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ล
Overview
ล (THAI CHARACTER LO LING) is the Unicode character at code point U+0E25. It belongs to the Thai block, in the Other Letter (Lo) general category. Its script is Thai.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0E25 | |
| decimal | 3621 | |
| htmldecimal | ล | |
| htmlhex | ล | |
| css | \0E25 | |
| javascript | \u{E25} | |
| python | \u0e25 | |
| java | \u0E25 | |
| go | \u0E25 | |
| ruby | \u{E25} | |
| rust | \u{E25} | |
| ccpp | \u0e25 | |
| urlencoded | %E0%B8%A5 | |
| utf8bytes | e0 b8 a5 | |
| utf16bebytes | 0e 25 | |
| utf32bebytes | 00 00 0e 25 |
How to Use
HTML:
ล
CSS:
content: "\0E25"
JavaScript:
"\u{E25}"
Python:
"\u0e25"
Properties
Frequently Asked Questions
What is the ล character (THAI CHARACTER LO LING)?
ล (THAI CHARACTER LO LING) is the Unicode character U+0E25.
What is the Unicode codepoint of THAI CHARACTER LO LING?
The THAI CHARACTER LO LING character (ล) has codepoint U+0E25.
How do I type or copy THAI CHARACTER LO LING?
Copy ล directly, or use the HTML entity, UTF-8, and code encodings shown on this page.