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 CAPITAL LETTER N WITH TILDE
Overview
Ñ (LATIN CAPITAL LETTER N WITH TILDE) is the Unicode character at code point U+00D1. It belongs to the Latin-1 Supplement block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00D1 | |
| decimal | 209 | |
| htmldecimal | Ñ | |
| htmlhex | Ñ | |
| css | \00D1 | |
| javascript | \u{D1} | |
| python | \u00d1 | |
| java | \u00D1 | |
| go | \u00D1 | |
| ruby | \u{D1} | |
| rust | \u{D1} | |
| ccpp | \u00d1 | |
| urlencoded | %C3%91 | |
| utf8bytes | c3 91 | |
| utf16bebytes | 00 d1 | |
| utf32bebytes | 00 00 00 d1 |
How to Use
HTML:
Ñ
CSS:
content: "\00D1"
JavaScript:
"\u{D1}"
Python:
"\u00d1"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 004E 0303
Frequently Asked Questions
What is the Ñ character (LATIN CAPITAL LETTER N WITH TILDE)?
Ñ (LATIN CAPITAL LETTER N WITH TILDE) is the Unicode character U+00D1.
What is the Unicode codepoint of LATIN CAPITAL LETTER N WITH TILDE?
The LATIN CAPITAL LETTER N WITH TILDE character (Ñ) has codepoint U+00D1.
How do I type or copy LATIN CAPITAL LETTER N WITH TILDE?
Copy Ñ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.