MATHEMATICAL BOLD CAPITAL IOTA
Overview
Styling carries meaning in mathematics, and the Mathematical Alphanumeric Symbols block exists so that meaning survives in plain text. U+1D6B0 is capital iota in bold, encoded separately from ordinary Greek U+0399 precisely because the boldness is semantic rather than typographic โ a vector or tensor named bold iota is not the same object as one named plain iota. Unicode gives it the general category Lu (letter, uppercase) and a compatibility decomposition back to U+0399, so NFKC normalisation collapses it and erases the distinction. That fallback is worth knowing before storing these characters in a field that normalises, since the mathematical content is lost even though the text still reads.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1D6B0 | |
| decimal | 120496 | |
| htmldecimal | 𝚰 | |
| htmlhex | 𝚰 | |
| css | \1D6B0 | |
| javascript | \u{1D6B0} | |
| python | \U0001d6b0 | |
| java | \uD835\uDEB0 | |
| go | \U0001D6B0 | |
| ruby | \u{1D6B0} | |
| rust | \u{1D6B0} | |
| ccpp | \U0001d6b0 | |
| urlencoded | %F0%9D%9A%B0 | |
| utf8bytes | f0 9d 9a b0 | |
| utf16bebytes | d8 35 de b0 | |
| utf32bebytes | 00 01 d6 b0 |
How to Use
𝚰
content: "\1D6B0"
"\u{1D6B0}"
"\U0001d6b0"
Properties
- Script
- Zyyy
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <font> 0399
Frequently Asked Questions
What is the ๐ฐ character (MATHEMATICAL BOLD CAPITAL IOTA)?
๐ฐ (MATHEMATICAL BOLD CAPITAL IOTA) is the Unicode character U+1D6B0.
What is the Unicode codepoint of MATHEMATICAL BOLD CAPITAL IOTA?
The MATHEMATICAL BOLD CAPITAL IOTA character (๐ฐ) has codepoint U+1D6B0.
How do I type or copy MATHEMATICAL BOLD CAPITAL IOTA?
Copy ๐ฐ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.