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