<ul data-eligibleForWebStory="true">Using symbols in LaTeX: The Russian letter Sha (Ш, U+0248) and the Bitcoin symbol (₿, U+20BF) posed challenges.No LaTeX package for Ш as a symbol, workaround involved using Unicode character and setting font with font encoding package.Approach using fontenc and Euler worked with pdflatex for Ш, not xelatex.For the Bitcoin symbol ₿, fontspec and Liberation Sans with xelatex used, different from Ш method.Additional lines in the header were necessary for successful compilation.Different font requirements for Ш and ₿ due to font availability.The three mathematical uses of Ш are in the shuffle product, Dirac comb distribution, and Tate–Shafarevich group.The method described in the post works for both symbols, but the Euler font does not contain the ₿ glyph.Related topics include shuffle product, Dirac comb function, and elliptic curves in Bitcoin.