答案1
尽管你要求的是小写的 x,但 Twitter 的新标志实际上是大写的黑板 X。
这是解决方案pdfLaTeX。如果您想模仿新的 Twitter 徽标,您可以将\mathbb
和替换\mathbbm
为以获得无衬线字体。\mathbbmss
%!TeX program = pdfLaTeX
\documentclass{article}
\usepackage[utf8]{inputenc}
% Use these two lines for uppercase X:
\usepackage{amssymb}
\DeclareUnicodeCharacter{1D54F}{$\mathbb{X}$}
% Use these two lines for lowercase X:
\usepackage{bbm}
\DeclareUnicodeCharacter{1D569}{$\mathbbm{x}$}
\begin{document}
Uppercase: