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
ᠯ (MONGOLIAN LETTER LA) is the Unicode character at code point U+182F. It belongs to the Mongolian block, in the Other Letter (Lo) general category. Its script is Mong.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+182F | |
| decimal | 6191 | |
| htmldecimal | ᠯ | |
| htmlhex | ᠯ | |
| css | \182F | |
| javascript | \u{182F} | |
| python | \u182f | |
| java | \u182F | |
| go | \u182F | |
| ruby | \u{182F} | |
| rust | \u{182F} | |
| ccpp | \u182f | |
| urlencoded | %E1%A0%AF | |
| utf8bytes | e1 a0 af | |
| utf16bebytes | 18 2f | |
| utf32bebytes | 00 00 18 2f |
How to Use
HTML:
ᠯ
CSS:
content: "\182F"
JavaScript:
"\u{182F}"
Python:
"\u182f"
Properties
Frequently Asked Questions
What is the ᠯ character (MONGOLIAN LETTER LA)?
ᠯ (MONGOLIAN LETTER LA) is the Unicode character U+182F.
What is the Unicode codepoint of MONGOLIAN LETTER LA?
The MONGOLIAN LETTER LA character (ᠯ) has codepoint U+182F.
How do I type or copy MONGOLIAN LETTER LA?
Copy ᠯ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.