A radical tour of the transport namespace
Getting around in Chinese looks intimidating at first — cars, trains, buses, bikes, planes, ships, roads, all needing different verbs and different classifiers. But the whole transport vocabulary collapses into four radicals and three verbs. Once you have the radicals, every new conveyance name you meet parses itself, and the three verbs (sit, open, ride) cover every way a human has ever moved.
Same pattern as the food and body articles: find the semantic roots, learn them once, get a dozen words per root for free. Transport is especially clean because the radicals partition the world by medium — land, movement, water, air.
// The transport namespace, imported by medium. import { car, train, bus, truck } from "车"; // wheeled vehicles import { road, enter, cross, far } from "辶"; // movement / going import { ship, sail, navigate } from "舟"; // watercraft import { fly, plane, flight } from "飞"; // aviation
1. The radical map
Four radicals, the whole transport system. Anchor links jump to each section below.
| Radical | Pinyin | Namespace | Shows up in |
|---|---|---|---|
| 车 | chē | vehicle — anything with wheels | 汽车, 火车, 自行车, 出租车, 卡车 |
| 辶 | chuò | movement — going, returning, crossing | 道, 运, 送, 进, 远, 近 |
| 舟 | zhōu | boat — watercraft, navigation | 船, 航, 艘 |
| 飞 | fēi | flight — aviation, airborne motion | 飞, 飞机, 飞行 |
车 — the vehicle module
Vehicle base class and
every compound below as a subclass.
The naming pattern is qualifier + 车, and the qualifier tells you what kind. Once you know 车, you can often guess the compound.
| Char | Pinyin | Meaning | How to read it |
|---|---|---|---|
| 汽车 | qì chē | car, automobile | 汽 (steam, vapor) + 车. Literally "steam vehicle" — the word predates combustion engines and stuck. |
| 火车 | huǒ chē | train | 火 (fire) + 车. "Fire vehicle" — also from the steam era. The name still fits a modern bullet train surprisingly well. |
| 自行车 | zì xíng chē | bicycle | 自 (self) + 行 (go) + 车. "Self-going vehicle." A tiny sentence compressed into a noun. |
| 出租车 | chū zū chē | taxi | 出 (out) + 租 (rent) + 车. "Rented-out vehicle" — the composition tells you how the business works. |
| 公交车 | gōng jiāo chē | public bus | 公 (public) + 交 (transit) + 车. A direct calque of "public transit vehicle." |
| 卡车 | kǎ chē | truck | 卡 is a phonetic loan from English "car" / "cargo" (kǎ) + 车. Modern coinage. |
辶 — the movement module
go(). Whatever sits on top of it
is the argument: what kind of going, where to, or how.
This is the most productive radical in the article. Any verb about going somewhere — entering, leaving, crossing, returning, chasing — lives here. Spatial adjectives (far, near, late) piggyback on the same radical because in Chinese, distance is a property of movement.
| Char | Pinyin | Meaning | How to read it |
|---|---|---|---|
| 道 | dào | road, way, the Dao | 辶 + 首 (head). A head moving forward = a path. Also "method" and the philosophical 道. |
| 运 | yùn | transport; luck | 辶 + 云 (cloud). Movement like clouds. Overloaded: 运输 (transport) and 运气 (luck) both use it — fortune is conceived as something that moves. |
| 送 | sòng | send, deliver, see off | The verb for moving something (or someone) to a destination. 送礼 = give a gift; 送人 = see someone off. |
| 进 | jìn | enter | 辶 + 井 (well). 进来 = come in, 进去 = go in — the direction is set by trailing 来/去. Opposite: 退 (retreat). |
| 过 | guò | cross, pass; (aspect particle) | 辶 + 寸. Physical crossing (过桥 = cross a bridge) and the aspect particle for experienced past (我去过 = I have been). |
| 远 | yuǎn | far | 辶 + 元. Distance as a property of potential movement — "a long walk to get there." Complement: 近 (jìn, near). |
| 速 | sù | speed, fast | 辶 + 束 (bundle). Movement bundled tight. Lives in 速度 (speed), 高速公路 (highway). |
舟 — the watercraft module
Vessel base class.
Modern boat vocabulary is compact — three characters cover the whole space: the thing itself, the act of sailing, and a classifier.
| Char | Pinyin | Meaning | How to read it |
|---|---|---|---|
| 船 | chuán | boat, ship (modern) | 舟 + 㕣 (phonetic). The everyday word for ship. 船 replaced bare 舟 in normal speech; 舟 now lives almost exclusively inside compounds. |
| 航 | háng | navigate, sail | 舟 + 亢 (phonetic). The verb of sailing, extended metaphorically to flying. 航空 (aviation) = "sail-through-air." 航班 = flight number. |
| 艘 | sōu | (classifier for ships) | 舟 + 叟. A measure word with a meaning baked in: one 艘 of ship, two 艘 of ships. The radical reveals its scope at a glance. |
The metaphor in 航 is worth dwelling on. When aviation arrived in China, the language reached for the boat radical rather than inventing a new one — an airplane "sails" through the sky. Same stretch as English "navigate," from navis (ship), now used for roads and software UIs.
飞 — the aviation module
| Char | Pinyin | Meaning | How to read it |
|---|---|---|---|
| 飞 | fēi | fly | Standalone verb. 鸟飞 = the bird flies. Extends to anything moving fast: 飞快 = extremely fast. |
| 飞机 | fēi jī | airplane | 飞 (fly) + 机 (machine). "Flying machine" — exactly the calque you'd expect. 机 is the same character you see in 手机 (cellphone, "hand machine") and 电脑 (not using 机, but 计算机 = computer uses it). |
| 飞行 | fēi xíng | flight, aviation (the activity) | 飞 + 行 (go / act). The activity of flying. 飞行员 = pilot ("flight-person"). Distinct from 航班 (a specific flight / flight number), which uses 舟. |
6. Three verbs, every mode of travel
Now the payoff. Chinese does not have a single "to travel on" verb that takes any vehicle as its object. Instead, the verb depends on how you relate to the vehicle physically. There are three, and they cover everything.
| Verb | Pinyin | Literal | Use for |
|---|---|---|---|
| 坐 | zuò | sit | Anything you sit inside: car, bus, train, plane, boat. 坐飞机 = take a plane. Default passenger verb. |
| 开 | kāi | open / operate | Anything you drive: 开车 = drive a car, 开飞机 = pilot a plane. "Open" in the sense of "operate the controls." |
| 骑 | qí | straddle / ride | Anything you straddle: 骑自行车 = ride a bike, 骑马 = ride a horse, 骑摩托 = ride a motorcycle. |
7. Places you go
Travel vocabulary is half about vehicles and half about destinations. The station and airport words follow a pattern: activity + 站 (station) or activity + 场 (ground/field).
| Word | Pinyin | Meaning | Decomposition |
|---|---|---|---|
| 车站 | chē zhàn | station, stop | vehicle + standing-place. Generic — bus stop, train station, whatever's nearby. |
| 机场 | jī chǎng | airport | machine + ground. Shortened from 飞机场. Same 机 as in 飞机. |
| 地铁 | dì tiě | subway, metro | earth + iron. "Underground iron" — a calque of the Russian / French métro concept. |
| 高速公路 | gāo sù gōng lù | highway, expressway | high + speed + public + road. Four characters, each one transparent. |
8. Putting it together
A handful of compounds that fall out of combining these four radicals with each other and with the motion verbs:
| Word | Pinyin | Meaning | Decomposition |
|---|---|---|---|
| 交通 | jiāo tōng | traffic, transportation (the system) | 交 (intersect) + 通 (which uses 辶 — pass through). The umbrella term. |
| 旅行 | lǚ xíng | travel (the activity) | 旅 (journey) + 行 (go). The general word for travelling. |
| 运输 | yùn shū | transportation (of goods) | 运 (transport) + 输 (send). The logistics word — moving things, not people. |
| 航班 | háng bān | flight (a scheduled one) | 航 (sail) + 班 (shift / scheduled group). A flight number, not the act of flying. |
| 道路 | dào lù | road, route | 道 + 路. Two near-synonyms stacked — both contain "path" glyphs (辶 and 𧾷). Reinforced, formal. |
9. Sentence patterns
Five sentences built entirely from the vocabulary above. Notice how often the serial verb pattern shows up — Chinese loves to string verbs together without connectives, in the order the actions happen.
// 我 坐 火车 去 北京。 // wǒ zuò huǒchē qù Běijīng // "I take the train to Beijing." — serial verbs: 坐 (sit/take) + 去 (go) me.takeTrain().goTo("Beijing"); // 他 开 车 上班。 // tā kāi chē shàngbān // "He drives to work." — serial verbs: 开车 (drive) + 上班 (go to work) him.drive().goToWork(); // 我 骑 自行车。 // wǒ qí zìxíngchē // "I ride a bicycle." — 骑 because you straddle a bike me.ride(bicycle); // 这 是 去 机场 的 路。 // zhè shì qù jīchǎng de lù // "This is the road to the airport." — 的 links verb-phrase to noun thisRoad.destination === airport; // 你 怎么 来 的? // nǐ zěnme lái de? // "How did you come?" — 怎么 = how, 的 marks completed manner you.arrived({ method: "?" });
The answer to that last question is always a serial-verb construction: 我 坐 出租车 来 的 (I came by taxi) or 我 开 车 来 的 (I drove here). The 来 closes the frame; the 的 marks that the manner is the point of the sentence.
10. Next steps
Four radicals, three verbs, three classifiers. That's enough to ask for directions, buy a ticket, and talk about how you got somewhere. The next layer up is asking where exactly and how long — location and time words, which are their own mini-modules.
- Browse travel & transport vocabulary — filtered by tag
- Start a review session — lock in 车 and 辶 first; they pay back the fastest
- Back to: The Body — for the 𧾷 radical under 路
- Module 4: Composition — the full theory of radicals
Next in this series: the home, time, and money. Each one is another handful of radicals that compound faster than the vocabulary does.