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