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