[Variant Selector](https://ja.wikipedia.org/wiki/%E7%95%B0%E4%BD%93%E5%AD%97%E3%82%BB%E3%83%AC%E3 Try% 82% AF% E3% 82% BF).
I don't have the energy to investigate in detail, so this article and this specification Take a quick look at / tr37 /) and then roughly connect the Unicode variation selector part to U + 908A of "邊" in Python to see the actual behavior.
>>> for i in range(0, 17): print("\u908A" + chr(ord("\U000E0100") + i))
OS X El Capitan + iTerm2 + Python 3.5.2 + Monaco
Windows 10 + Python 3.5.2
Windows 10 + IDLE (Python 3.5.2)
For Windows, it was out of the question due to the terminal settings, but in any case, if you specify the proper encoding and use a good font (per Morisawa font), you should get good results. ..
Recommended Posts