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
ອ (LAO LETTER O) is the Unicode character at code point U+0EAD. It belongs to the Lao block, in the Other Letter (Lo) general category. Its script is Laoo.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0EAD | |
| decimal | 3757 | |
| htmldecimal | ອ | |
| htmlhex | ອ | |
| css | \0EAD | |
| javascript | \u{EAD} | |
| python | \u0ead | |
| java | \u0EAD | |
| go | \u0EAD | |
| ruby | \u{EAD} | |
| rust | \u{EAD} | |
| ccpp | \u0ead | |
| urlencoded | %E0%BA%AD | |
| utf8bytes | e0 ba ad | |
| utf16bebytes | 0e ad | |
| utf32bebytes | 00 00 0e ad |
How to Use
HTML:
ອ
CSS:
content: "\0EAD"
JavaScript:
"\u{EAD}"
Python:
"\u0ead"
Properties
Frequently Asked Questions
What is the ອ character (LAO LETTER O)?
ອ (LAO LETTER O) is the Unicode character U+0EAD.
What is the Unicode codepoint of LAO LETTER O?
The LAO LETTER O character (ອ) has codepoint U+0EAD.
How do I type or copy LAO LETTER O?
Copy ອ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.