2

Based on Wikipedia, to type a Japanese postal mark, one should type 「ゆうびん」and choose the available kanji conversion. Using mozc, I cannot find a Japanese postal mark in the kanji conversion to choose.

Hence, how to type 〒 using mozc > Hiragana input mode?

muru
  • 207,970
sugab
  • 4,457
  • This is odd. I can't get it to show up on my Arch Linux system either. But it is in the source code: https://github.com/google/mozc/blob/master/src/data/symbol/symbol.tsv#L181, and I know I have input it in the past. Maybe some bug in packaging of the symbols? – muru Feb 14 '25 at 06:17
  • The current solution is using general unicode typing, i.e., (Ctrl + Shift + U) + 3012 + (space + enter) >> 〒 – sugab Mar 23 '25 at 04:27
  • @sugab Can you move that to an answer and self-accept it? Thanks! – NotTheDr01ds Mar 30 '25 at 23:59

1 Answers1

2

I tried several times typing ゆびん and used tab to search postal mark, but I can't find it, since the last time I posted that question.

So, the available solution is to use unicode typing:

Typing:

<Ctrl + Shift + U> + 3012 + < enter >

Result:

sugab
  • 4,457