Utilities

Japanese Kana Dakuten & Handakuten Cheatsheet

Copy/paste voiced Kana fast. Unicode points and instant copy buttons for dakuten/handakuten forms and small kana helpers.

Characters & shortcuts

Alt codes & Unicode table

CharacterNameAlt codeUnicodeCopy
ga (か + ゛)UnicodeU+304C
gi (き + ゛)UnicodeU+304E
gu (く + ゛)UnicodeU+3050
ge (け + ゛)UnicodeU+3052
go (こ + ゛)UnicodeU+3054
za (さ + ゛)UnicodeU+3056
ji (し + ゛)UnicodeU+3058
zu (す + ゛)UnicodeU+305A
ze (せ + ゛)UnicodeU+305C
zo (そ + ゛)UnicodeU+305E
da (た + ゛)UnicodeU+3060
ji/di (ち + ゛)UnicodeU+3062
zu/du (つ + ゛)UnicodeU+3065
de (て + ゛)UnicodeU+3067
do (と + ゛)UnicodeU+3069
ba (は + ゛)UnicodeU+3070
bi (ひ + ゛)UnicodeU+3073
bu (ふ + ゛)UnicodeU+3076
be (へ + ゛)UnicodeU+3079
bo (ほ + ゛)UnicodeU+307C
pa (は + ゜)UnicodeU+3071
pi (ひ + ゜)UnicodeU+3074
pu (ふ + ゜)UnicodeU+3077
pe (へ + ゜)UnicodeU+307A
po (ほ + ゜)UnicodeU+307D
small AUnicodeU+30A1
small IUnicodeU+30A3
small UUnicodeU+30A5
small EUnicodeU+30A7
small OUnicodeU+30A9
small YaUnicodeU+30E3
small YuUnicodeU+30E5
small YoUnicodeU+30E7
small Tsu (sokuon)UnicodeU+30C3
dakuten markUnicodeU+309B
handakuten markUnicodeU+309C

Reference

Dakuten, Handakuten and Voiced Kana

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

Frequently Asked Questions

Do Alt codes work for kana dakuten?

Alt codes aren’t practical for kana. Copy/paste from this table or use the Japanese keyboard online; IME will apply dakuten/handakuten automatically.

How do I type voiced kana quickly?

Open the Japanese keyboard online, type base kana and press the dakuten/handakuten key; or copy from this table.

Can I copy these characters directly?

Yes—click Copy in the table and paste anywhere. No installation needed.

Do these work with the online Japanese keyboard?

Yes. Open the Japanese keyboard online and type or paste them directly. Everything runs in your browser.

What is the difference between じ and ぢ?

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 づ.

Why do identical-looking kana not match in search?

Voiced kana exist as one precomposed character or as a base kana plus a combining dakuten. NFC normalisation composes them and resolves the mismatch.

Which kana take the handakuten circle?

Only the h-row: は ひ ふ へ ほ become ぱ ぴ ぷ ぺ ぽ. Every other row uses the dakuten strokes instead.

Do I need to type the dakuten separately?

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.