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 SMALL LETTER N WITH CEDILLA
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0146 | |
| decimal | 326 | |
| htmldecimal | ņ | |
| htmlhex | ņ | |
| css | \0146 | |
| javascript | \u{146} | |
| python | \u0146 | |
| java | \u0146 | |
| go | \u0146 | |
| ruby | \u{146} | |
| rust | \u{146} | |
| ccpp | \u0146 | |
| urlencoded | %C5%86 | |
| utf8bytes | c5 86 | |
| utf16bebytes | 01 46 | |
| utf32bebytes | 00 00 01 46 |
How to Use
HTML:
ņ
CSS:
content: "\0146"
JavaScript:
"\u{146}"
Python:
"\u0146"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 006E 0327