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