A radical tour of the atmospheric namespace
The sky is a surprisingly well-typed namespace. Chinese carves it up with four radicals, and once you know them the whole weather report parses itself. If something falls out of the sky, it probably carries 雨 on top. If it involves sunlight or warmth, it carries 日 on the side. Wind has its own standalone glyph, 风, that doubles as a classifier. Clouds — 云 — are a small family but they show up in every overcast afternoon.
The payoff: weather vocabulary in Chinese is not a list of unrelated words. It is
a tiny type hierarchy. Snow, thunder, fog, frost, dew, and hail are all subclasses
of Rain. Sunny, warm, and dark are all methods on the Sun
interface. Learn four radicals, get twenty words for free.
// The atmospheric namespace, imported piece by piece. import { rain, snow, thunder, fog, frost } from "雨"; // precipitation factory import { sunny, warm, dark, bright } from "日"; // sun & daylight import { wind, typhoon, fan, hurricane } from "风"; // air-in-motion import { cloud, overcast } from "云"; // suspended water import { sky, day, weather } from "天"; // the domain itself
1. The radical map
Four radicals, the whole atmosphere. Anchor links jump to each section below.
| Radical | Pinyin | Namespace | Shows up in |
|---|---|---|---|
| 雨 | yǔ | precipitation — anything that falls from the sky | 雨, 雪, 雷, 雾, 霜 |
| 日 | rì | sun & daylight — sunny, warm, dark, bright | 晴, 暖, 暗, 明, 阴 |
| 风 | fēng | wind — air in motion, from breeze to typhoon | 风, 刮, 扇, 台, 飓 |
| 云 | yún | clouds — suspended water, overcast skies | 云, 阴, 彩 |
雨 — the precipitation factory
extends Rain. Anything that falls from the sky inherits from this
class: snow, thunder, fog, frost, hail, dew, even the colored glow at sunset.
| Char | Pinyin | Meaning | How to read it |
|---|---|---|---|
| 雨 | yǔ | rain | The base class. Four drops under a cloud. 下雨 = "down-rain" = to rain. |
| 雪 | xuě | snow | 雨 on top + 彐 (sweeping hand). Snow is "rain you can sweep." |
| 雷 | léi | thunder | 雨 + 田 (field). Old image: thunder rolling over the fields. |
| 雾 | wù | fog, mist | 雨 + 务 (phonetic). Rain that forgot how to fall — suspended droplets. |
| 霜 | shuāng | frost | 雨 + 相 (phonetic). Overnight crystalline condensation. |
| 雹 | báo | hail | 雨 + 包 (wrap). Rain that wrapped itself in ice on the way down. |
| 露 | lù | dew; to reveal | 雨 + 路 (road). Overloaded: morning moisture, plus the verb "to expose." |
日 — the sun & daylight module
| Char | Pinyin | Meaning | How to read it |
|---|---|---|---|
| 晴 | qíng | sunny, clear | 日 + 青 (phonetic). Sky-clear sunny. 晴天 = a clear day. |
| 暖 | nuǎn | warm | 日 + 爰 (phonetic). Sunlight on skin. |
| 暗 | àn | dark, dim | 日 + 音 (sound). Sun is there but muted — "silent sun." Dimness, not night. |
| 明 | míng | bright; clear; next | 日 (sun) + 月 (moon, on the right). Both light sources = bright. Also "tomorrow" in 明天. |
A cousin worth knowing: 阴 (yīn, overcast / shade) and 阳 (yáng, sun / bright side). Structurally both carry the mound/hill radical 阝 on the left (shady side of the hill vs. sunny side). In simplified 阳, the right component is 日 — the sun itself. Functionally, 阴 and 阳 belong to this family even if their radical bookkeeping is older than sunlight.
风 — the wind module
| Word | Pinyin | Meaning | How to read it |
|---|---|---|---|
| 风 | fēng | wind | The base character. Noun and productive compound-root. |
| 刮风 | guā fēng | to be windy | 刮 literally = "to scrape" — the wind scrapes the land. |
| 台风 | tái fēng | typhoon | "Taiwan wind" is folk etymology; the real route goes through Arabic ṭūfān. "Typhoon" and 台风 share an ancestor. |
| 飓风 | jù fēng | hurricane | 飓 exists almost only in this word — phonetic loan for Atlantic storms. |
| 风扇 | fēng shàn | electric fan | "Wind-fan." 扇 alone is a folding hand-fan; 风扇 is the appliance. |
云 — the cloud module
| Word | Pinyin | Meaning | How to read it |
|---|---|---|---|
| 云 | yún | cloud | The base noun. Used alone in literary contexts and in compounds. |
| 云彩 | yún cǎi | clouds (everyday) | "Cloud-color." The word you'll hear in daily speech. |
| 阴云 | yīn yún | overcast clouds | "Shady cloud." The heavy, grey kind — rain is coming. |
| 阴天 | yīn tiān | overcast day | "Shady sky." The weather report's label. Opposite of 晴天. |
Notice how 云 and 阴 cross-reference each other: 阴 names the condition (overcast) and 云 names the substance (clouds). Chinese often splits a single English adjective into two characters this way — one for the state, one for the thing that causes it.
6. Weather states, temperature, seasons
With the radicals in place, describing the weather is mostly composition. The patterns reduce to three:
- verb + object for events: 下雨 (rain falls), 刮风 (wind blows).
- adjective + 天 for the day's label: 晴天, 阴天, 雨天.
- 很 + adjective for temperature: 很冷, 很热, 很暖.
| Word | Pinyin | Meaning | Decomposition |
|---|---|---|---|
| 天气 | tiān qì | weather | "Sky-qi." 气 = gas, air, mood. Sky's energy = weather. |
| 晴天 | qíng tiān | sunny day | "Clear-sky-day." The happiest forecast entry. |
| 阴天 | yīn tiān | overcast day | "Shade-day." Grey; no rain yet but clouds are committed. |
| 雨天 | yǔ tiān | rainy day | The label, not the event. For the event, use 下雨. |
| 下雨 | xià yǔ | to rain | "Down-rain." 下 is the verb; 雨 is the object that falls. |
| 下雪 | xià xuě | to snow | Same pattern: verb "fall" + what falls. |
| 起风 | qǐ fēng | wind picks up | "Rise-wind." Slightly literary; 刮风 is more colloquial. |
| 温度 | wēn dù | temperature | "Warm-degree." X度 = X degrees. |
| 零下 | líng xià | below zero | "Zero-down." 零下五度 = minus five degrees. |
Temperature adjectives
| Word | Pinyin | Meaning |
|---|---|---|
| 冷 | lěng | cold |
| 热 | rè | hot |
| 凉 | liáng | cool (pleasantly cold) |
| 暖 | nuǎn | warm |
| 潮湿 | cháo shī | humid |
| 干燥 | gān zào | dry |
Notice the symmetry: 冷/热 are the blunt poles; 凉/暖 are the pleasant interior. 潮湿 carries 氵 (water) twice — moisture, announced twice. 干燥 carries 火 in 燥 — dryness as the absence of water, the presence of heat.
Seasons
| Char | Pinyin | Meaning | How to read it |
|---|---|---|---|
| 春 | chūn | spring | Bottom = 日 (sun). Top = stylized plant pushing up. Sun + sprout. |
| 夏 | xià | summer | An older pictograph (a head with headdress) that stabilized on "summer." No weather radical per se. |
| 秋 | qiū | autumn | 禾 (grain) + 火 (fire). The harvest-burning season — same 禾+火 as the food article. |
| 冬 | dōng | winter | The two dots at the bottom are the ice radical 冫. Winter wears ice on its feet. |
The calendar is stored in the characters: spring carries 日, autumn carries 禾 and 火, winter carries 冫.
7. Aspect particles and weather
Weather is where aspect particles earn their keep. A verb like 下雨 doesn't conjugate for tense — it uses particles to mark whether the event is starting, ongoing, or already done. Three particles do most of the work: 了, 在, and 过.
| Pattern | Pinyin | Meaning | Aspect |
|---|---|---|---|
| 下雨 了 | xià yǔ le | it started raining / it's raining now | state change (了 at the end) |
| 在 下雨 | zài xià yǔ | it's raining right now | in-progress (在 before the verb) |
| 下 过 雨 | xià guo yǔ | it has rained (at some point) | experiential (过 after the verb) |
These three patterns compose cleanly with every weather verb: 下雪了 / 在下雪 / 下过雪, 刮风了 / 在刮风 / 刮过风. Learn the slots once, substitute the weather freely. See the aspect particles flowchart for the full decision tree.
8. Putting it together
Small-talk scaffolding, built from the radicals above:
| Word | Pinyin | Meaning | Decomposition |
|---|---|---|---|
| 今天 | jīn tiān | today | "Now-day." 今 = now; 天 = day/sky. |
| 明天 | míng tiān | tomorrow | "Bright-day" — the next sunlit day. |
| 昨天 | zuó tiān | yesterday | "Past-day." 昨 carries 日 on the left — of course. |
| 天气 | tiān qì | weather | Topic of every small-talk opener, everywhere. |
| 外面 | wài miàn | outside | "Outer-face." Pairs with 在下雨 for "it's raining out." |
| 北京 的 冬天 | Běijīng de dōngtiān | Beijing's winter | 的 = possessive — the "of" between two nouns. |
9. Sentence patterns
Five sentences you can build right now. They cover the three aspect patterns plus the modal 会 (will / predicts future).
// 今天 天气 很 好。 // jīntiān tiānqì hěn hǎo // "The weather is nice today." (topic-comment, no verb "to be") today.weather === "good"; // 外面 在 下雨。 // wàimiàn zài xià yǔ // "It's raining outside." (在 = in-progress aspect) outside.isRaining === true; // in progress: 在 // 昨天 下 了 雪。 // zuótiān xià le xuě // "It snowed yesterday." (了 = completed aspect) yesterday.snowed(); // completed: 了 // 明天 会 很 热。 // míngtiān huì hěn rè // "It'll be hot tomorrow." (会 = modal "will") tomorrow.temperature === "hot"; // predicted: 会 // 北京 的 冬天 很 冷。 // Běijīng de dōngtiān hěn lěng // "Beijing winters are cold." (的 = descriptive glue) beijing.winter.temperature === "cold";
The grammar is fussily regular. Weather events go verb-first (下雨, 刮风). Weather states go topic-first (天气 很 好). Temperature is an adjective stapled onto a day or a place. Once you stop looking for verb conjugation — there isn't any — the whole thing parses.
10. Next steps
- Browse weather & sky vocabulary — filtered by tag
- Start a review session — lock in the 雨 family first
- Aspect particles flowchart — 了 / 在 / 过 decision tree
- Food & Eating — more radical-family tours
- Module 4: Composition — the full theory of radicals
Weather is a small, self-contained namespace — four radicals, about twenty-five words. A good first domain to learn as a system rather than a list. The same compositional move works for the home, the body, food, and time.