UnicodeCharacterMapsMathematicalBold Property

Gets a dictionary where the keys are the alphabet letters from 'a' to 'Z' and numbers from '0' to '9', and the values are their corresponding symbols from the 'Mathematical Bold' character set of the 'Mathematical Alphanumeric Symbols' unicode blocks (U+1D400 to U+1D433).

e.g., dictionary key: 'A' gets value: '𝐀', and dictionary key: 'a' gets value: '𝐚'.

Definition

Namespace: DevCase.Core.DataProcessing.Common
Assembly: 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> MathematicalBold { get; }

Property Value

DictionaryChar, String

See Also