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' : ''">
㙠
CJK UNIFIED IDEOGRAPH-3660
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+3660 | |
| decimal | 13920 | |
| htmldecimal | 㙠 | |
| htmlhex | 㙠 | |
| css | \3660 | |
| javascript | \u{3660} | |
| python | \u3660 | |
| java | \u3660 | |
| go | \u3660 | |
| ruby | \u{3660} | |
| rust | \u{3660} | |
| ccpp | \u3660 | |
| urlencoded | %E3%99%A0 | |
| utf8bytes | e3 99 a0 | |
| utf16bebytes | 36 60 | |
| utf32bebytes | 00 00 36 60 |
How to Use
HTML:
㙠
CSS:
content: "\3660"
JavaScript:
"\u{3660}"
Python:
"\u3660"
Properties
- Script
- Hani
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the 㙠 character (CJK UNIFIED IDEOGRAPH-3660)?
㙠 (CJK UNIFIED IDEOGRAPH-3660) is the Unicode character U+3660.
What is the Unicode codepoint of CJK UNIFIED IDEOGRAPH-3660?
The CJK UNIFIED IDEOGRAPH-3660 character (㙠) has codepoint U+3660.
How do I type or copy CJK UNIFIED IDEOGRAPH-3660?
Copy 㙠 directly, or use the HTML entity, UTF-8, and code encodings shown on this page.