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' : ''">
ɴ
LATIN LETTER SMALL CAPITAL N
Overview
ɴ (LATIN LETTER SMALL CAPITAL N) is the Unicode character at code point U+0274. It belongs to the IPA Extensions block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0274 | |
| decimal | 628 | |
| htmldecimal | ɴ | |
| htmlhex | ɴ | |
| css | \0274 | |
| javascript | \u{274} | |
| python | \u0274 | |
| java | \u0274 | |
| go | \u0274 | |
| ruby | \u{274} | |
| rust | \u{274} | |
| ccpp | \u0274 | |
| urlencoded | %C9%B4 | |
| utf8bytes | c9 b4 | |
| utf16bebytes | 02 74 | |
| utf32bebytes | 00 00 02 74 |
How to Use
HTML:
ɴ
CSS:
content: "\0274"
JavaScript:
"\u{274}"
Python:
"\u0274"
Properties
- Block
- IPA Extensions
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ɴ character (LATIN LETTER SMALL CAPITAL N)?
ɴ (LATIN LETTER SMALL CAPITAL N) is the Unicode character U+0274.
What is the Unicode codepoint of LATIN LETTER SMALL CAPITAL N?
The LATIN LETTER SMALL CAPITAL N character (ɴ) has codepoint U+0274.
How do I type or copy LATIN LETTER SMALL CAPITAL N?
Copy ɴ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.