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' : ''">
ノ
Overview
ノ (KATAKANA LETTER NO) is the Unicode character at code point U+30CE. It belongs to the Katakana block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+30CE | |
| decimal | 12494 | |
| htmldecimal | ノ | |
| htmlhex | ノ | |
| css | \30CE | |
| javascript | \u{30CE} | |
| python | \u30ce | |
| java | \u30CE | |
| go | \u30CE | |
| ruby | \u{30CE} | |
| rust | \u{30CE} | |
| ccpp | \u30ce | |
| urlencoded | %E3%83%8E | |
| utf8bytes | e3 83 8e | |
| utf16bebytes | 30 ce | |
| utf32bebytes | 00 00 30 ce |
How to Use
HTML:
ノ
CSS:
content: "\30CE"
JavaScript:
"\u{30CE}"
Python:
"\u30ce"
Properties
Frequently Asked Questions
What is the ノ character (KATAKANA LETTER NO)?
ノ (KATAKANA LETTER NO) is the Unicode character U+30CE.
What is the Unicode codepoint of KATAKANA LETTER NO?
The KATAKANA LETTER NO character (ノ) has codepoint U+30CE.
How do I type or copy KATAKANA LETTER NO?
Copy ノ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.