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