A curated vocab list for the most productive suffix in formal Chinese
者 (zhě) is a nominalizer: give it a verb or an adjective,
and it hands you back a noun meaning "the person who does / is X." Think of it as
a .asActor() method on a verb — consume() becomes
consumer, read() becomes reader,
lead() becomes leader. The input is a predicate; the
output is a role.
It's also a register marker. 者 lives in news, law, academic writing, and official notices — anywhere the prose wants to sound neutral and institutional. In casual speech you'll often hear 人 or 家 doing similar work with a warmer tone. For the full comparison, see the 者 vs 人 vs 家 vs 士 article. This page is the vocabulary side of that story: roughly fifty 者 compounds you will actually run into, grouped by the domain where they live.
// The zhe-suffix factory, informally. function zhe(predicate) { return "person who " + predicate; } zhe("consume"); // 消费者 — consumer zhe("read"); // 读者 — reader zhe("develop"); // 开发者 — developer zhe("survive"); // 幸存者 — survivor zhe("witness"); // 目击者 — eye-witness
1. Media & reporting
The newsroom is where 者 shows up most densely. Every byline, masthead, and editorial note is packed with it.
| Word | Pinyin | Meaning | Literal breakdown |
|---|---|---|---|
| 记者 | jì zhě | journalist, reporter | record + one-who = "one who records" |
| 读者 | dú zhě | reader | read + one-who |
| 作者 | zuò zhě | author | compose + one-who |
| 编者 | biān zhě | editor | edit + one-who. Often seen in 编者按 (editor's note). |
| 译者 | yì zhě | translator | translate + one-who |
| 笔者 | bǐ zhě | "this writer" (self-reference) | pen + one-who. A modest, formal "I" used in essays and op-eds. |
| 旁观者 | páng guān zhě | bystander, onlooker | side + watch + one-who. Figures in the idiom 旁观者清. |
2. Work & participation
Labor, membership, leadership. These are the 者 words you read in policy documents, NGO copy, and workplace announcements.
| Word | Pinyin | Meaning | Literal breakdown |
|---|---|---|---|
| 工作者 | gōng zuò zhě | worker, professional | work + one-who. Wider than 工人 — covers white-collar too. |
| 劳动者 | láo dòng zhě | laborer | labor + one-who. Labor-law register. |
| 志愿者 | zhì yuàn zhě | volunteer | willing + one-who |
| 参与者 | cān yù zhě | participant | participate + one-who |
| 组织者 | zǔ zhī zhě | organizer | organize + one-who |
| 领导者 | lǐng dǎo zhě | leader | lead + one-who. Interchangeable with 领导 in most contexts. |
| 支持者 | zhī chí zhě | supporter | support + one-who |
3. Consumers & users
Market and product language. These are the words you will see in a terms-of-service page or a consumer-protection notice.
| Word | Pinyin | Meaning | Notes |
|---|---|---|---|
| 消费者 | xiāo fèi zhě | consumer | The canonical legal term. 消费者权益 = consumer rights. |
| 使用者 | shǐ yòng zhě | user | Formal. In tech copy you often see 用户 instead. |
| 购买者 | gòu mǎi zhě | buyer, purchaser | Contract register. Casual equivalent: 买家. |
| 订阅者 | dìng yuè zhě | subscriber | Newer coinage for newsletters, streaming, SaaS. |
| 观众 | guān zhòng | audience, viewers | Exception — uses 众 (the crowd), not 者. Same slot, different suffix. |
| 听众 | tīng zhòng | listeners, audience | Same pattern as 观众 — 众 for collective audiences. |
4. Learners & researchers
Academic and educational register. Pedagogy, credentials, expertise.
| Word | Pinyin | Meaning | Notes |
|---|---|---|---|
| 学者 | xué zhě | scholar | Not "student" — 学生 covers that. 学者 is someone with standing. |
| 研究者 | yán jiū zhě | researcher | research + one-who |
| 初学者 | chū xué zhě | beginner, novice | first-study + one-who. The "Beginner's Guide to X" header word. |
| 从业者 | cóng yè zhě | practitioner, professional in a field | follow-trade + one-who. 医疗从业者 = healthcare practitioner. |
| 教育者 | jiào yù zhě | educator | educate + one-who |
| 求知者 | qiú zhī zhě | seeker of knowledge | seek-know + one-who. Slightly poetic register. |
5. Legal & civic
Courtroom and statute vocabulary. Written law leans on 者 heavily because it needs to name a role without identifying a person — "whoever does X shall …"
| Word | Pinyin | Meaning | Notes |
|---|---|---|---|
| 受害者 | shòu hài zhě | victim | receive-harm + one-who |
| 加害者 | jiā hài zhě | perpetrator | inflict-harm + one-who. The complement of 受害者. |
| 目击者 | mù jī zhě | eye-witness | eye-strike + one-who. "One whose eye was struck by the event." |
| 犯罪者 | fàn zuì zhě | offender, criminal | commit-crime + one-who. 罪犯 is more common in headlines. |
| 举报者 | jǔ bào zhě | whistleblower, informant | report-up + one-who |
| 证人 | zhèng rén | witness (legal) | Exception — courtroom witness uses 人, not 者. Memorize the pair. |
6. Business & commerce
Boardroom, balance-sheet, and annual-report vocabulary. Corporate Chinese runs on 者 words the way English corporate prose runs on "-er" and "-holder."
| Word | Pinyin | Meaning | Notes |
|---|---|---|---|
| 经营者 | jīng yíng zhě | operator, manager (of a business) | manage-run + one-who |
| 投资者 | tóu zī zhě | investor | invest + one-who |
| 竞争者 | jìng zhēng zhě | competitor | compete + one-who |
| 供应者 | gōng yìng zhě | supplier | supply + one-who. Often 供应商 in commerce — same slot, different suffix. |
| 持有者 | chí yǒu zhě | holder (of shares, certificates, etc.) | hold + one-who. 股票持有者 = shareholder. |
| 创业者 | chuàng yè zhě | entrepreneur, founder | create-venture + one-who. Ubiquitous in startup press. |
7. Tech & digital
The newest 者 words — most of these were coined in the last thirty years as Chinese localized English-language computing vocabulary.
| Word | Pinyin | Meaning | Notes |
|---|---|---|---|
| 开发者 | kāi fā zhě | developer | open-develop + one-who. The term on every API-docs page. |
| 攻击者 | gōng jī zhě | attacker | attack + one-who. Standard in security writeups. |
| 设计者 | shè jì zhě | designer | design + one-who. 设计师 is more common for the profession. |
| 管理者 | guǎn lǐ zhě | administrator, manager | manage + one-who. 系统管理者 = sysadmin. |
| 维护者 | wéi hù zhě | maintainer | maintain + one-who. Open-source README staple. |
| 贡献者 | gòng xiàn zhě | contributor | contribute + one-who. Also ubiquitous in OSS. |
8. Winners, losers, survivors
Outcomes of contests and catastrophes. Headline-ready 者 words, each sitting at the end of a story arc.
| Word | Pinyin | Meaning | Notes |
|---|---|---|---|
| 胜者 | shèng zhě | winner, victor | win + one-who. 胜者为王 = "winner takes all." |
| 败者 | bài zhě | loser (of a contest) | be-defeated + one-who |
| 幸存者 | xìng cún zhě | survivor | fortunate-remain + one-who. Disaster and war register. |
| 先行者 | xiān xíng zhě | pioneer, forerunner | first-go + one-who |
| 挑战者 | tiǎo zhàn zhě | challenger | challenge + one-who |
| 追随者 | zhuī suí zhě | follower | chase-follow + one-who. Of a leader, not of a social account. |
9. Abstract roles
Characters you play in the drama, not jobs you hold. These 者 words take an adjective or a state verb rather than an action verb.
| Word | Pinyin | Meaning | Notes |
|---|---|---|---|
| 流浪者 | liú làng zhě | wanderer, drifter | flow-wave + one-who |
| 失败者 | shī bài zhě | failure, loser (in life) | lose-defeat + one-who. Stronger than 败者. |
| 成功者 | chéng gōng zhě | successful person | succeed + one-who |
| 智者 | zhì zhě | wise person, sage | wise + one-who. One character + 者 — the classical mold. |
| 弱者 | ruò zhě | the weak, the underdog | weak + one-who |
| 强者 | qiáng zhě | the strong | strong + one-who. Paired constantly with 弱者. |
| 长者 | zhǎng zhě | elder, senior | elder + one-who. Respectful register. |
10. Politically charged
These 者 words carry a viewpoint. The suffix is neutral; the stem isn't. Read carefully in context — the same word can be praise or slur depending on who's writing.
| Word | Pinyin | Meaning | Notes |
|---|---|---|---|
| 爱国者 | ài guó zhě | patriot | love-country + one-who |
| 革命者 | gé mìng zhě | revolutionary | revolution + one-who. Core Party vocabulary. |
| 异见者 | yì jiàn zhě | dissident | different-view + one-who. Sensitive term in PRC media. |
| 改革者 | gǎi gé zhě | reformer | change-reform + one-who |
| 殖民者 | zhí mín zhě | colonizer | colonize + one-who |
| 统治者 | tǒng zhì zhě | ruler, governing authority | unify-govern + one-who |
11. Pattern observations
Fifty words is enough to draw inferences. A few generalizations worth pinning:
- Stem shape. Nearly every compound is verb + 者 or adjective + 者. The stem is usually one or two characters. Three-character stems (参与者, 初学者, 旁观者) exist but are less common.
- Neutral register. 者 reads as formal but not warm. For affection use 人 (新闻人 = "media person") or 家 (艺术家 = artist). 者 is the default for legal, academic, and news prose because it commits to no stance.
- Competing suffixes. Many 者 words have near-synonyms with different suffixes: 购买者 ≈ 买家, 设计者 ≈ 设计师, 供应者 ≈ 供应商, 使用者 ≈ 用户. The 者 form is usually the formal-document version.
- Spoken fade-out. In conversation, 者 words often drop the suffix and restate the full phrase. A reporter on TV might say "消费者权益" in the script but "买东西的人" when chatting off-camera.
- Productivity. 者 is actively used to coin new words. If a role didn't exist in 1990 — 订阅者, 贡献者, 维护者 — it was almost certainly named with 者.
12. Usage examples
News-headline style. These sentences show how 者 words slot into real prose — as subjects, objects, and modifiers.
// 记者 采访 了 三 位 幸存者。 // jìzhě cǎifǎng le sān wèi xìngcúnzhě // "The reporter interviewed three survivors." reporter.interview([survivor1, survivor2, survivor3]); // 消费者 有 权 知道 产品 的 来源。 // xiāofèizhě yǒu quán zhīdào chǎnpǐn de láiyuán // "Consumers have the right to know a product's origin." consumer.rights.include("know_product_origin"); // 开发者 应 阅读 API 文档。 // kāifāzhě yīng yuèdú API wéndàng // "Developers should read the API docs." developer.shouldRead(apiDocs); // 这 本 书 献给 所有 初学者。 // zhè běn shū xiàn gěi suǒyǒu chūxuézhě // "This book is dedicated to all beginners." book.dedicatedTo(allBeginners); // 警方 正在 寻找 目击者。 // jǐngfāng zhèngzài xúnzhǎo mùjīzhě // "The police are looking for witnesses." police.searchFor(eyewitnesses); // 投资者 对 市场 失去 了 信心。 // tóuzīzhě duì shìchǎng shīqù le xìnxīn // "Investors have lost confidence in the market." investors.confidence(market) = null; // 笔者 认为 这 个 观点 值得 讨论。 // bǐzhě rènwéi zhège guāndiǎn zhíde tǎolùn // "This writer believes the point is worth discussing." — essayist's "I" author.opine({ view: worthDiscussing }); // 胜者 为王,败者 为寇。 // shèngzhě wéi wáng, bàizhě wéi kòu // "Winner becomes king, loser becomes outlaw." — classical proverb winner.title = "king"; loser.title = "outlaw";
13. How to spot new 者 words
Because 者 is productive, you will keep meeting compounds that no textbook has taught you. The decoding procedure is short:
- Strip 者. What's left is a verb or an adjective.
- Translate the stem into "do X" or "be X."
- Prepend "person who." You're done.
Worked example: 逃亡者. Strip 者 → 逃亡 (táowáng, "flee/be in exile"). Person who flees → fugitive, refugee. The dictionary will confirm both senses. This pattern holds for the overwhelming majority of 者 words you'll see in newspapers and policy documents.
Two edge cases to keep in mind:
- Classical fossils. In 古文 you'll see single-character adjectives + 者: 智者 (the wise one), 勇者 (the brave one), 仁者 (the benevolent one). These are Confucian vocabulary more than modern nouns.
- Topic marker 者. Also in classical Chinese, 者 can act as a topic marker — "as for X…" — not a nominalizer. Modern readers rarely need this sense; if a sentence doesn't parse with the "person who" rule, check whether it's a classical quote.
14. Next steps
Memorize the domain tables above as sets — journalists together, consumers together, tech together. Each table is roughly one flashcard deck.
- 者 vs 人 vs 家 vs 士 — when to pick each suffix
- Module 7: API Reference — more comparison tables like this one
- Browse 者 vocabulary — filtered list with SRS
- Start a review session — drill these as flashcards
Once the suffix is internalized, roughly two percent of formal written Chinese decodes for free. For a productive morpheme, that's a very good return on one character.