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 MO) is the Unicode character at code point U+3082. 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+3082 | |
| decimal | 12418 | |
| htmldecimal | も | |
| htmlhex | も | |
| css | \3082 | |
| javascript | \u{3082} | |
| python | \u3082 | |
| java | \u3082 | |
| go | \u3082 | |
| ruby | \u{3082} | |
| rust | \u{3082} | |
| ccpp | \u3082 | |
| urlencoded | %E3%82%82 | |
| utf8bytes | e3 82 82 | |
| utf16bebytes | 30 82 | |
| utf32bebytes | 00 00 30 82 |
How to Use
HTML:
も
CSS:
content: "\3082"
JavaScript:
"\u{3082}"
Python:
"\u3082"
Properties
Frequently Asked Questions
What is the も character (HIRAGANA LETTER MO)?
も (HIRAGANA LETTER MO) is the Unicode character U+3082.
What is the Unicode codepoint of HIRAGANA LETTER MO?
The HIRAGANA LETTER MO character (も) has codepoint U+3082.
How do I type or copy HIRAGANA LETTER MO?
Copy も directly, or use the HTML entity, UTF-8, and code encodings shown on this page.