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