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