UnicodeCharacterMapsMathematicalBoldItalic Property
Gets a dictionary where the keys are the alphabet letters from 'a' to 'Z',
and the values are their corresponding symbols from the 'Mathematical Bold Italic' character set
of the 'Mathematical Alphanumeric Symbols' unicode blocks (U+1D468 to U+1D49B).
e.g., dictionary key: 'A' gets value: '𝑨', and dictionary key: 'a' gets value: '𝒂'.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Dictionary<char, string> MathematicalBoldItalic { get; }
Public Shared ReadOnly Property MathematicalBoldItalic As Dictionary(Of Char, String)
Get
Dim value As Dictionary(Of Char, String)
value = UnicodeCharacterMaps.MathematicalBoldItalic
public:
static property Dictionary<wchar_t, String^>^ MathematicalBoldItalic {
Dictionary<wchar_t, String^>^ get ();
}
static member MathematicalBoldItalic : Dictionary<char, string> with get
No code example is currently available or this language may not be supported.
Property Value
DictionaryChar,
String