# Value
The Value system provides consistent text styling for displaying numerical and textual values, with various size options and support for tabular numbers. It ensures readability and visual hierarchy across different contexts.
### Size Variants
The Value system offers twelve size variants, from XXSmall to Peta.
#### XXSmall
The `value--xxsmall` class creates the smallest text size.
Example48,206.62
ValueXXSmall
Example
48,206.62
#### XSmall
The `value--xsmall` class provides a size slightly larger than XXSmall.
Example48,206.62
ValueXSmall
Example
48,206.62
#### Small
The `value--small` class creates a smaller text size.
Example48,206.62
ValueSmall
Example
48,206.62
#### Base
The base `value` class without size modifiers
and the `value--base` class both produce the same visual result.
See the [Responsive Values](#responsive-values) section for examples.
Example48,206.62
ValueBase
Example
48,206.62
Example
48,206.62
#### Large
The `value--large` class creates larger text.
Example48,206.62
ValueLarge
Example
48,206.62
#### XLarge
The `value--xlarge` class provides larger text.
Example48,206.62
ValueXLarge
Example
48,206.62
#### XXLarge
The `value--xxlarge` class creates very large text.
Example48,206.62
ValueXXLarge
Example
48,206.62
#### XXXLarge
The `value--xxxlarge` class provides very large text.
Example48,206.62
ValueXXXLarge
Example
48,206.62
#### Mega
The `value--mega` class creates extremely large text.
42
ValueMega
42
#### Giga
The `value--giga` class provides massive text.
42
ValueGiga
42
#### Tera
The `value--tera` class creates colossal text.
42
ValueTera
42
#### Peta
The `value--peta` class provides the largest text.
42
ValuePeta
42
### Numerical Display
The Value system includes special formatting options for numerical values.
#### Tabular Numbers
Add the `value--tnums` modifier to enable tabular numbers.
Regular: 48,206.62Tabular: 48,206.62
ValueTabular Numbers
Regular: 48,206.62
Tabular: 48,206.62
### Responsive Values
The Value system supports responsive variants using breakpoint prefixes.
#### Breakpoint Prefixes
Use breakpoint prefixes like `sm:`, `md:`, `lg:` to apply different sizes at different screen widths.
Responsive Value1,234.56
ValueResponsive
Responsive Value
1,234.56
Small by default, base on large screens
#### Orientation and Size+Orientation
Value sizes can adapt to orientation with `portrait:` and can be combined
with size breakpoints (e.g., `md:portrait:`).
Orientation Variant42,000.00
ValueOrientation
Orientation Variant
42,000.00
Previous
[Title Style headings with consistent typography](/framework/docs/title)
Next
[Label Create clear labels for unified content identification](/framework/docs/label)