ตัวพิมพ์ใหญ่ขนาดเล็ก
รูปแบบตัวพิมพ์ใหญ่ที่มีความสูงเท่ากับตัวพิมพ์เล็ก CSS: font-variant: small-caps Unicode ยังมีตัวอักษรพิมพ์ใหญ่ขนาดเล็กจริงใน Latin Extended (ᴀ–ᴢ)
What are Small Caps?
Small caps are uppercase letterforms rendered at approximately the height of the lowercase letters (x-height), rather than at full capital height. They provide the visual weight and distinction of capitals without the typographic dissonance of large uppercase letters interrupting the flow of lowercase text. Small caps are a typographic refinement used for abbreviations, acronyms, headings within body text, and certain stylistic purposes.
The key distinction is between true small caps and synthesized small caps. True small caps are specifically designed glyphs in the font, drawn at small-cap size with proportions, stroke weights, and spacing optimized for that size. Synthesized small caps are created by simply scaling down regular capital letters — the result has thinner strokes and tighter spacing than the surrounding text, creating a visually inconsistent (and typographically inferior) result.
True vs. Synthesized Small Caps
| Property | True Small Caps | Synthesized Small Caps |
|---|---|---|
| Source | Dedicated glyphs in font | Scaled-down capitals |
| Stroke weight | Matches text weight | Too thin relative to text |
| Letter spacing | Optimized for small size | Often too tight |
| Availability | OpenType fonts with smcp feature |
Any font (font renderer scales) |
| Quality | Professional | Acceptable only as fallback |
OpenType Small Caps Features
OpenType fonts can include multiple small-cap variants:
smcp— Converts lowercase letters to small capsc2sc— Converts uppercase letters to small capspcap— Petite caps (even smaller, at cap-height of lowercase)
/* CSS for true OpenType small caps */
p.lede {
font-variant-caps: small-caps;
/* or specifically enable smcp feature: */
font-feature-settings: "smcp" 1;
}
/* All caps to small caps (c2sc + smcp together) */
abbr {
font-variant-caps: all-small-caps;
font-feature-settings: "smcp" 1, "c2sc" 1;
}
Typographic Uses of Small Caps
- Abbreviations and acronyms: NASA, CEO, HTML — setting these in small caps prevents them from shouting out of the text
- Roman numerals: Chapter xi, Volume iv
- Running heads: section titles in smaller text within body copy
- Initial caps: a drop cap followed by small caps for the rest of the first line
- Names in bibliographies: Author names often set in small caps
- Time designations: 9:30 am, 100 bc, ad 476
Small Caps and Unicode
Unicode does not encode a "small caps" as a text property — it is purely a typographic/OpenType concept. However, the Unicode Letterlike Symbols and Mathematical Alphanumeric Symbols blocks do contain characters that look like small caps, used in mathematical notation and informal internet stylization:
| Small-cap lookalike | Unicode | Original |
|---|---|---|
| ᴀ | U+1D00 | A |
| ʙ | U+0299 | B |
| ᴄ | U+1D04 | C |
| ɢ | U+0262 | G |
These are IPA phonetic characters, not true small caps for general text use.
Quick Facts
| Property | Value |
|---|---|
| Height | Approximately x-height (lowercase height) |
| OpenType feature (lowercase→sc) | smcp |
| OpenType feature (uppercase→sc) | c2sc |
| CSS property | font-variant-caps: small-caps |
| CSS all-small-caps | font-variant-caps: all-small-caps |
| True vs. synthesized | True = dedicated glyphs; synthesized = scaled capitals (inferior) |
| Best fonts for small caps | Garamond Premier Pro, Minion Pro, EB Garamond, Cormorant |
| Unicode IPA small-cap A | U+1D00 ᴀ (not for general use) |
คำศัพท์ที่เกี่ยวข้อง
เพิ่มเติมใน การออกแบบตัวอักษร
CSS @font-face descriptor specifying which Unicode code points a font should cover. …
Em: ความกว้างเท่ากับขนาดฟอนต์ En: ครึ่งหนึ่งของ em ใช้กำหนดความกว้างของ em dash, em space, en space …
The mechanism by which a rendering engine substitutes glyphs from a secondary …
Modern font format developed by Microsoft and Adobe supporting up to 65,535 …
ทิศทางของข้อความที่อักขระไหลจากขวาไปซ้าย ใช้กับภาษาอาหรับ ฮีบรู Thaana และอักษรอื่นๆ ต้องใช้อัลกอริทึม Bidirectional เพื่อแสดงผลอย่างถูกต้อง
Fonts downloaded by the browser to render text, declared via CSS @font-face. …
การปรับระยะห่างระหว่างคู่อักขระเฉพาะเพื่อความสวยงามทางสายตา (เช่น AV, To, LT) เป็นคุณสมบัติของฟอนต์ ไม่ใช่แนวคิด Unicode แต่มีผลต่อการแสดงผลข้อความ Unicode
U+2026 HORIZONTAL ELLIPSIS (…) อักขระเดี่ยวที่แทนที่จุดสามจุด ถูกต้องตามหลักการพิมพ์และนับเป็น 1 อักขระแทนที่จะเป็น 3
U+00A0 ช่องว่างที่ป้องกันการขึ้นบรรทัดใหม่ที่ตำแหน่งนั้น HTML: ใช้ระหว่างตัวเลขและหน่วย (100 km) ในชื่อเฉพาะ (Mr. Smith) และหลังคำย่อ
อักขระตั้งแต่สองตัวขึ้นไปที่รวมเข้าเป็น glyph เดียว อาจเป็นการเชื่อมแบบตัวพิมพ์ (fi → fi ผ่าน OpenType) หรืออักขระ Unicode (fi …