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' : ''">
ด
THAI CHARACTER DO DEK
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0E14 | |
| decimal | 3604 | |
| htmldecimal | ด | |
| htmlhex | ด | |
| css | \0E14 | |
| javascript | \u{E14} | |
| python | \u0e14 | |
| java | \u0E14 | |
| go | \u0E14 | |
| ruby | \u{E14} | |
| rust | \u{E14} | |
| ccpp | \u0e14 | |
| urlencoded | %E0%B8%94 | |
| utf8bytes | e0 b8 94 | |
| utf16bebytes | 0e 14 | |
| utf32bebytes | 00 00 0e 14 |
How to Use
HTML:
ด
CSS:
content: "\0E14"
JavaScript:
"\u{E14}"
Python:
"\u0e14"