Why are non-Latin characters not displayed in formulas, even when using XeLaTeX?
\documentclass{article}
\usepackage{xltxtra}
\begin{document}
$\omega$ %displyed
$ω$ %not displyed
\end{document}
A complementary for following answers:
You can use the following sites to copy and paste a lot of math symbols directly to your tex file, using unicode-math package:
- http://access2science.com/indexMathLanguages.html
- http://jrgraphix.net/r/Unicode
- http://tlt.its.psu.edu/suggestions/international/bylanguage
Beside more readability in your markup you have not to search for a specific package that provide a special symbol.