Hello good people of Emacs!
To insert unicode math symbols I use TeX input method. This way I get unicode character ℝ
by typing \Bbb{R}
, ℕ
by typing \Bbb{N}
, ℤ
by typing \Bbb{Z}
, etc...
I'm unable to get symbol ℚ
, since typing \Bbb{Q}
does not insert unicode character.
Any Ideas what can be the source of this error?