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