✦free-symbols
𝐭

Mathematical Bold Small T Symbol

𝐭 is the mathematical bold lowercase letter t (U+1D42D), commonly used in formatted math text.

U+1D42D

𝐭 is a typographic symbol from the Mathematical Bold alphabet. It represents a bold lowercase β€œt” (U+1D42D) and is used when you need emphasis or consistent math styling. Use the copy options below for HTML, CSS, or JavaScript.

Mathematical Bold Small T Symbol Meaning

𝐭 is the Unicode β€œMathematical Bold Small T” character, intended for math and technical typography. Visually, it looks like a lowercase t in bold weight, making it useful for variables, parameters, and labeled terms where bolding carries meaning or improves readability in equations and diagrams. Because it is a distinct Unicode character (not just the normal β€œt”), it preserves consistent styling across editors, web pages, and design tools. Use it when you specifically want the mathematical bold version rather than relying on font bolding of the regular letter.

Common uses

  • β€’Representing a bold variable named β€œt” in math equations and notation
  • β€’Labeling time or parameters in technical documents that use bold math symbols
  • β€’Designing typography for posters, slides, or infographics with math-style text
  • β€’Building consistent UI/UX text for math-heavy apps and dashboards
  • β€’Typing symbols in markup contexts using the correct Unicode character

Examples

𝐭 (Mathematical Bold Small T)

  • 𝐭Let 𝐭 be a parameter in the model.
  • 𝐭We compute the value of 𝐭 at the next step.
  • 𝐭The function depends on 𝐭 and another variable.
  • 𝐭Set 𝐭 = 0 to evaluate the baseline case.
  • 𝐭Bold math variables can be shown with 𝐭.

Variations

Ready to copy

Technical codes

UnicodeU+1D42D
HTML Entity𝐭
HTML Code𝐭
CSS\1D42D

FAQ

What does the Mathematical Bold Small T symbol mean?

𝐭 is the Unicode β€œMathematical Bold Small T” character, intended for math and technical typography. Visually, it looks like a lowercase t in bold weight, making it useful for variables, parameters, and labeled terms where bolding carries meaning or improves readability in equations and diagrams. Because it is a distinct Unicode character (not just the normal β€œt”), it preserves consistent styling across editors, web pages, and design tools. Use it when you specifically want the mathematical bold version rather than relying on font bolding of the regular letter.

Is 𝐭 the same as the regular letter β€œt”?

No. 𝐭 is a distinct Unicode character (MATHEMATICAL BOLD SMALL T, U+1D42D), so it keeps the mathematical bold styling consistently.

How can I copy 𝐭 into HTML?

Use the entity: 𝐭 .

How do I insert 𝐭 in CSS?

Use the CSS escape: \\1D42D .

How do I include 𝐭 in JavaScript strings?

Use the JavaScript Unicode escape: \\u{1D42D} .