Utilities
Copy/paste voiced Kana fast. Unicode points and instant copy buttons for dakuten/handakuten forms and small kana helpers.
Characters & shortcuts
| Character | Name | Alt code | Unicode | Copy |
|---|---|---|---|---|
| が | ga (か + ゛) | Unicode | U+304C | |
| ぎ | gi (き + ゛) | Unicode | U+304E | |
| ぐ | gu (く + ゛) | Unicode | U+3050 | |
| げ | ge (け + ゛) | Unicode | U+3052 | |
| ご | go (こ + ゛) | Unicode | U+3054 | |
| ざ | za (さ + ゛) | Unicode | U+3056 | |
| じ | ji (し + ゛) | Unicode | U+3058 | |
| ず | zu (す + ゛) | Unicode | U+305A | |
| ぜ | ze (せ + ゛) | Unicode | U+305C | |
| ぞ | zo (そ + ゛) | Unicode | U+305E | |
| だ | da (た + ゛) | Unicode | U+3060 | |
| ぢ | ji/di (ち + ゛) | Unicode | U+3062 | |
| づ | zu/du (つ + ゛) | Unicode | U+3065 | |
| で | de (て + ゛) | Unicode | U+3067 | |
| ど | do (と + ゛) | Unicode | U+3069 | |
| ば | ba (は + ゛) | Unicode | U+3070 | |
| び | bi (ひ + ゛) | Unicode | U+3073 | |
| ぶ | bu (ふ + ゛) | Unicode | U+3076 | |
| べ | be (へ + ゛) | Unicode | U+3079 | |
| ぼ | bo (ほ + ゛) | Unicode | U+307C | |
| ぱ | pa (は + ゜) | Unicode | U+3071 | |
| ぴ | pi (ひ + ゜) | Unicode | U+3074 | |
| ぷ | pu (ふ + ゜) | Unicode | U+3077 | |
| ぺ | pe (へ + ゜) | Unicode | U+307A | |
| ぽ | po (ほ + ゜) | Unicode | U+307D | |
| ァ | small A | Unicode | U+30A1 | |
| ィ | small I | Unicode | U+30A3 | |
| ゥ | small U | Unicode | U+30A5 | |
| ェ | small E | Unicode | U+30A7 | |
| ォ | small O | Unicode | U+30A9 | |
| ャ | small Ya | Unicode | U+30E3 | |
| ュ | small Yu | Unicode | U+30E5 | |
| ョ | small Yo | Unicode | U+30E7 | |
| ッ | small Tsu (sokuon) | Unicode | U+30C3 | |
| ゛ | dakuten mark | Unicode | U+309B | |
| ゜ | handakuten mark | Unicode | U+309C |
Reference
Japanese marks voicing with two small diacritics placed at the top right of a kana. The dakuten, two short strokes that look like a quotation mark, turns an unvoiced consonant into its voiced pair: か becomes が, さ becomes ざ, た becomes だ, は becomes ば. The handakuten, a small circle, applies only to the h-row and produces the p sounds: は becomes ぱ. Together these two marks generate a large part of the kana inventory without adding new base shapes.
The mapping is systematic, which makes it easy to learn. K becomes g, s becomes z, t becomes d, and h becomes b with the dakuten or p with the handakuten. A few entries in the table deserve a note: じ and ぢ are both pronounced ji in modern standard Japanese, and ず and づ are both zu. They are not interchangeable in spelling. Modern orthography uses じ and ず by default, reserving ぢ and づ for cases where the sound arises from a compound or a repeated syllable, as in はなぢ (nosebleed, from はな plus ち) and つづく (to continue). Choosing the wrong one is a spelling error that Japanese readers notice.
There is a Unicode point worth understanding if you handle Japanese data. Voiced kana exist both as single precomposed characters and as a base kana followed by a combining dakuten. が can be one character (U+304C) or two (U+304B plus U+3099). They look identical and are different byte sequences, so string comparison and search will fail across the two representations. Unicode normalisation form NFC composes them into the single-character form, and running Japanese text through NFC is the standard fix. The standalone ゛ and ゜ at the end of the table are the spacing versions of these marks, used when the mark is discussed on its own rather than applied to a kana.
Half-width katakana adds another layer to the same problem. In half-width form the dakuten is always a separate character, so ガ is stored as two half-width characters. Half-width katakana appears in older systems, bank statements and some point-of-sale data, and normalising it to full-width is usually necessary before matching against normal text.
For typing, an IME handles all of this transparently: type ga and you get が, type pa and you get ぱ. You will rarely enter the marks separately. Where the table helps is editing text outside a Japanese input environment, or fixing a document where the composed and decomposed forms have got mixed. On mobile Japanese keyboards, the flick input includes a dedicated key that cycles a kana through its plain, dakuten and handakuten forms, which is why Japanese mobile typing needs so few keys.
FAQ
Alt codes aren’t practical for kana. Copy/paste from this table or use the Japanese keyboard online; IME will apply dakuten/handakuten automatically.
Open the Japanese keyboard online, type base kana and press the dakuten/handakuten key; or copy from this table.
Yes—click Copy in the table and paste anywhere. No installation needed.
Yes. Open the Japanese keyboard online and type or paste them directly. Everything runs in your browser.
Both are pronounced ji. Modern spelling uses じ by default; ぢ appears where the sound comes from a compound or repeated syllable, as in はなぢ. The same applies to ず and づ.
Voiced kana exist as one precomposed character or as a base kana plus a combining dakuten. NFC normalisation composes them and resolves the mismatch.
Only the h-row: は ひ ふ へ ほ become ぱ ぴ ぷ ぺ ぽ. Every other row uses the dakuten strokes instead.
No. A Japanese IME produces voiced kana from romaji directly — typing ga gives が. Mobile flick keyboards have a key that cycles plain, dakuten and handakuten forms.