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 DIGIT FIVE) is the Unicode character at code point U+0E55. It belongs to the Thai block, in the Decimal Number (Nd) general category. Its script is Thai.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0E55 | |
| decimal | 3669 | |
| htmldecimal | ๕ | |
| htmlhex | ๕ | |
| css | \0E55 | |
| javascript | \u{E55} | |
| python | \u0e55 | |
| java | \u0E55 | |
| go | \u0E55 | |
| ruby | \u{E55} | |
| rust | \u{E55} | |
| ccpp | \u0e55 | |
| urlencoded | %E0%B9%95 | |
| utf8bytes | e0 b9 95 | |
| utf16bebytes | 0e 55 | |
| utf32bebytes | 00 00 0e 55 |
How to Use
HTML:
๕
CSS:
content: "\0E55"
JavaScript:
"\u{E55}"
Python:
"\u0e55"
Properties
Frequently Asked Questions
What is the ๕ character (THAI DIGIT FIVE)?
๕ (THAI DIGIT FIVE) is the Unicode character U+0E55.
What is the Unicode codepoint of THAI DIGIT FIVE?
The THAI DIGIT FIVE character (๕) has codepoint U+0E55.
How do I type or copy THAI DIGIT FIVE?
Copy ๕ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.