I don't know how to produce a command wich gives me a pencil symbol with xelatex (and unicode-math).
I would like a pencil such as the U+270E unicode caracter or a similar symbol. http://www.fileformat.info/info/unicode/char/270e/index.htm
Thank you for help.
EDIT : So how to get the pencil with CMU font ?
\documentclass[a4paper,11pt]{article}
\usepackage[tuenc]{fontspec}
\setmainfont[Ligatures=TeX]{CMU Serif} %needed for me to get small-bold caps
\setsansfont{CMU Sans Serif}
\setmonofont{CMU Typewriter Text}
\usepackage[a4paper]{geometry}
\usepackage[french]{babel}
\usepackage{unicode-math} %works without this
\begin{document}
%\symbol{"270E} doesnt' work ...
\end{document}


\faPencilfrom thefontawesomepackage is a bypass? – Feb 08 '17 at 20:21\includegraphicsapproach as in, for example, http://tex.stackexchange.com/questions/224357/create-latex-symbol-from-vector-graphics – Steven B. Segletes Feb 08 '17 at 21:44