[Tex/LaTex] How to type Chinese characters in ShareLaTeX

cjksharelatex

I'm going to type a few of Chinese characters among a bunch of English sentences,
for example:

Note: the first ":" introduces an extensive description of the sememe "tool|用具", describing what kind of tool it is; the second ":" introduces a lower-level extensive description of the sememe "wash|洗涤", indication what is washed and what is its relation with the tool, agent, method, time or instrument.

What should I do?

Best Answer

(Founder of ShareLaTeX here). We've followed this up through our help desk, but just for reference the following minimal example will compile in ShareLaTeX (taken from How does one type Chinese in LaTeX?):

\documentclass{article}
\usepackage{CJKutf8}
\begin{document}
\begin{CJK*}{UTF8}{gbsn}
文章内容。
\clearpage\end{CJK*}
\end{document}