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 LU) is the Unicode character at code point U+0E26. 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+0E26 | |
| decimal | 3622 | |
| htmldecimal | ฦ | |
| htmlhex | ฦ | |
| css | \0E26 | |
| javascript | \u{E26} | |
| python | \u0e26 | |
| java | \u0E26 | |
| go | \u0E26 | |
| ruby | \u{E26} | |
| rust | \u{E26} | |
| ccpp | \u0e26 | |
| urlencoded | %E0%B8%A6 | |
| utf8bytes | e0 b8 a6 | |
| utf16bebytes | 0e 26 | |
| utf32bebytes | 00 00 0e 26 |
How to Use
HTML:
ฦ
CSS:
content: "\0E26"
JavaScript:
"\u{E26}"
Python:
"\u0e26"
Properties
Frequently Asked Questions
What is the ฦ character (THAI CHARACTER LU)?
ฦ (THAI CHARACTER LU) is the Unicode character U+0E26.
What is the Unicode codepoint of THAI CHARACTER LU?
The THAI CHARACTER LU character (ฦ) has codepoint U+0E26.
How do I type or copy THAI CHARACTER LU?
Copy ฦ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.