Hi,<br><br>\documentclass[letterpaper,12pt]{article}<br>\usepackage[cm-default]{fontspec} % provides font selecting commands<br>\defaultfontfeatures{Mapping=tex-text}<br>%\usepackage{xunicode}% provides unicode character macros<br>
%\usepackage{xltxtra} % provides some fixes/extras<br>\usepackage{textcomp}<br><br>\begin{document}<br><br>Today is 25\textcelsius.<br><br>\end{document}<br><br>edit it using vim, then :! xelatex %. Without packages of xunicode and xltxtra, ℃ shows correctly. I am using Ubuntu 9.10 with xetex from texlive (2007).<br>
<br>Tiandao<br><br><br><br><div class="gmail_quote">On Mon, Apr 12, 2010 at 6:07 PM, Fr. Michael Gilmary <span dir="ltr">&lt;<a href="mailto:FrMichaelGilmary@maronitemonks.org">FrMichaelGilmary@maronitemonks.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">Tiandao Li wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The following is the fonts used for English and Chinese, basically for<br>
English.<br>
<br>
\setmainfont{AR PL UKai CN}<br>
\newfontinstance\rmfont{Times New Roman}<br>
\newcommand{\en}[1]{{\rmfont #1}}<br>
\newcommand{\chem}[1]{$\mathrm{#1}$}<br>
\setmainfont{Times New Roman}<br>
\newfontinstance\cnfont{AR PL UKai CN}<br>
\newcommand{\cn}[1]{{\cnfont #1}}<br>
<br>
I am still learning xetex. if anything wrong, please correct me.<br>
  <br>
</blockquote>
<br>
<br></div>
You can try TeXGyre Termes (a clone of Times, I think) which is included with TeXLive 09 --- you might have to search for it to install it on your system. Are you using Windows or Mac or ...? There are other available fonts with that particular glyph (e.g. Linux Libertine, etc.).<br>

<br>
<br>
You can also add this to your preamble for use with XeLaTeX:<br>
<br>
\usepackage{xltxtra} % this also loads fontspec and xunicode<br>
\usepackage[nolocalmarks]{polyglossia} % for hyphenation patterns<br>
\setdefaultlanguage[variant=american]{english} % see polyglossia documentation<br>
\defaultfontfeatures{Mapping=tex-text}<br>
<br>
<br>
HTH.<div><div></div><div class="h5"><br>
<br>
<br>
<br>
-- <br>
United in adoration of Jesus, <br>
<br>
<br>
fr. michael gilmary, mma<br>
<br>
Most Holy Trinity Monastery<br>
67 Dugway Road<br>
Petersham, MA 01366-9725<br>
<br>
<a href="http://www.MaroniteMonks.org" target="_blank">www.MaroniteMonks.org</a><br>
<br>
<br>
<br>
<br>
--------------------------------------------------<br>
Subscriptions, Archive, and List information, etc.:<br>
 <a href="http://tug.org/mailman/listinfo/xetex" target="_blank">http://tug.org/mailman/listinfo/xetex</a><br>
</div></div></blockquote></div><br>