Does the ゛ have any meaning in the hiragana alphabet?
-
You can probably find the answer to this yourself by consulting just about any reference on hiragana. – May 06 '16 at 04:09
-
3Could you clarify what you're asking? Your wording is so vague and nonstandard that most of us couldn't understand your meaning. – broccoli facemask May 06 '16 at 04:22
-
Well... dakuten are used in hiragana, yes. ばびぶべぼ… – deceze May 06 '16 at 05:19
-
1If the question was "how/when is `゛` used as a separate character" I think there actually could be a good question to be answered here. – cypher May 06 '16 at 08:53
-
@cypher, in that case it would be a duplicate. I remember seeing a question about that. – 永劫回帰 May 06 '16 at 09:28
-
@駑馬十駕 I've searched, and I found some relevant articles, but I couldn't find an exact duplicate, so I've written an answer here for completeness. I do agree though the question could be clarified. – cypher May 06 '16 at 10:07
2 Answers
I'm not 100% sure what you're asking here, but ゛
when used by itself actually has a number of different usages.
Generally, ゛
(Dakuten) are not written separately. For example, "か" "ka" becomes "が" "ga". If you didn't know this, you should probably consult a reference on hiragana (and maybe also katakana) as snailboat says.
However, there are a number of cases where ゛
is used by itself.
The
゛
can add emphasis on some characters which Dakuten are usually not used on, as you can see at the question "Encountered な with ten-ten".Half-width kana were used in the early days of Japanese computing, to allow Japanese characters to be displayed on the same grid as monospaced fonts of Latin characters. The tentens for half-width kana are displayed as a separate character. See also https://en.wikipedia.org/wiki/Half-width_kana for more information.
Otherwise, the Hiragana letter
ゔ
(vu) has often been written asう゛
apparently due to limited font/software support.Apparently you may also sometimes be asked to handwrite Dakuten into a separate box on some official forms. See also On 原稿用紙, when are ゛ and ゜ (ten-ten and maru) supposed to occupy a square of their own?
In addition, this is a more technical usage, and you can almost certainly ignore this if you aren't a computer programmer. Single characters with Dakuten, for example "が", are separated into two characters (か and the COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK) when normalized to the Canonical Decomposition, Normalization Form D (NFD). NFD is used in (for example) some databases as part of their collation algorithm, to make it possible to determine whether any two strings are equivalent to each other.
-
Here (http://japanese.stackexchange.com/q/17390/4216) is the question I was referring to. Thank you for your answer that resume the situation quite well. – 永劫回帰 May 06 '16 at 11:17
-