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' : ''">
ヌ
HALFWIDTH KATAKANA LETTER NU
Overview
ヌ (HALFWIDTH KATAKANA LETTER NU) is the Unicode character at code point U+FF87. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF87 | |
| decimal | 65415 | |
| htmldecimal | ヌ | |
| htmlhex | ヌ | |
| css | \FF87 | |
| javascript | \u{FF87} | |
| python | \uff87 | |
| java | \uFF87 | |
| go | \uFF87 | |
| ruby | \u{FF87} | |
| rust | \u{FF87} | |
| ccpp | \uff87 | |
| urlencoded | %EF%BE%87 | |
| utf8bytes | ef be 87 | |
| utf16bebytes | ff 87 | |
| utf32bebytes | 00 00 ff 87 |
How to Use
HTML:
ヌ
CSS:
content: "\FF87"
JavaScript:
"\u{FF87}"
Python:
"\uff87"
Properties
- Script
- Kana
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 30CC
Frequently Asked Questions
What is the ヌ character (HALFWIDTH KATAKANA LETTER NU)?
ヌ (HALFWIDTH KATAKANA LETTER NU) is the Unicode character U+FF87.
What is the Unicode codepoint of HALFWIDTH KATAKANA LETTER NU?
The HALFWIDTH KATAKANA LETTER NU character (ヌ) has codepoint U+FF87.
How do I type or copy HALFWIDTH KATAKANA LETTER NU?
Copy ヌ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.