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 ANG) is the Unicode character at code point U+1829. 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+1829 | |
| decimal | 6185 | |
| htmldecimal | ᠩ | |
| htmlhex | ᠩ | |
| css | \1829 | |
| javascript | \u{1829} | |
| python | \u1829 | |
| java | \u1829 | |
| go | \u1829 | |
| ruby | \u{1829} | |
| rust | \u{1829} | |
| ccpp | \u1829 | |
| urlencoded | %E1%A0%A9 | |
| utf8bytes | e1 a0 a9 | |
| utf16bebytes | 18 29 | |
| utf32bebytes | 00 00 18 29 |
How to Use
HTML:
ᠩ
CSS:
content: "\1829"
JavaScript:
"\u{1829}"
Python:
"\u1829"
Properties
Frequently Asked Questions
What is the ᠩ character (MONGOLIAN LETTER ANG)?
ᠩ (MONGOLIAN LETTER ANG) is the Unicode character U+1829.
What is the Unicode codepoint of MONGOLIAN LETTER ANG?
The MONGOLIAN LETTER ANG character (ᠩ) has codepoint U+1829.
How do I type or copy MONGOLIAN LETTER ANG?
Copy ᠩ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.