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' : ''">
ᷡ
COMBINING LATIN LETTER SMALL CAPITAL N
Overview
ᷡ (COMBINING LATIN LETTER SMALL CAPITAL N) is the Unicode character at code point U+1DE1. It belongs to the Combining Diacritical Marks Supplement block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1DE1 | |
| decimal | 7649 | |
| htmldecimal | ᷡ | |
| htmlhex | ᷡ | |
| css | \1DE1 | |
| javascript | \u{1DE1} | |
| python | \u1de1 | |
| java | \u1DE1 | |
| go | \u1DE1 | |
| ruby | \u{1DE1} | |
| rust | \u{1DE1} | |
| ccpp | \u1de1 | |
| urlencoded | %E1%B7%A1 | |
| utf8bytes | e1 b7 a1 | |
| utf16bebytes | 1d e1 | |
| utf32bebytes | 00 00 1d e1 |
How to Use
HTML:
ᷡ
CSS:
content: "\1DE1"
JavaScript:
"\u{1DE1}"
Python:
"\u1de1"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ᷡ character (COMBINING LATIN LETTER SMALL CAPITAL N)?
ᷡ (COMBINING LATIN LETTER SMALL CAPITAL N) is the Unicode character U+1DE1.
What is the Unicode codepoint of COMBINING LATIN LETTER SMALL CAPITAL N?
The COMBINING LATIN LETTER SMALL CAPITAL N character (ᷡ) has codepoint U+1DE1.
How do I type or copy COMBINING LATIN LETTER SMALL CAPITAL N?
Copy ᷡ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.