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