UnicodeAlphabeticCharacterSets Enumeration

Specifies a Unicode alphabetic character set.

This enum is used by ConvertToUnicodeLetters(String, UnicodeAlphabeticCharacterSets) function.

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 enum UnicodeAlphabeticCharacterSets

Remarks

The Unicode character sets are standardized sets of characters that cover various scripts and symbols used in written languages worldwide.

Unicode provides a unique code point for each character, ensuring interoperability and compatibility across different platforms and systems.

The alphabetic character sets defined in this enumeration represent specific stylistic variations of alphabetic characters used in mathematics and typography.

These character sets are commonly used in scientific and mathematical contexts, as well as in typography and font design.

They allow for precise representation of stylized alphabetic characters in various mathematical equations, formulas, and text layouts.

Members

MathematicalBoldItalic 0 Unicode symbols from the 'Mathematical Bold Italic' character set of the 'Mathematical Alphanumeric Symbols' unicode blocks (U+1D468 to U+1D49B), representing the alphabet letters from 'a' to 'Z'.

e.g., 'A': '𝑨', 'a': '𝒂'.

MathematicalBoldScript 1 Unicode symbols from the 'Mathematical Bold Script' character set of the 'Mathematical Alphanumeric Symbols' unicode blocks (U+1D4D0 to U+1D503), representing the alphabet letters from 'a' to 'Z'.

e.g., 'A': '𝓐', 'a': '𝓪'.

MathematicalItalic 2 Unicode symbols from the 'Mathematical Italic' character set of the 'Mathematical Alphanumeric Symbols' unicode blocks (U+1D434 to U+1D467), representing the alphabet letters from 'a' to 'Z'.

e.g., 'A': '𝐴', 'a': '𝑎'.

SansSerifBoldItalic 3 Unicode symbols from the 'Sans-Serif Bold Italic' character set of the 'Mathematical Alphanumeric Symbols' unicode blocks (U+1D63C to U+1D66F), representing the alphabet letters from 'a' to 'Z'.

e.g., 'A': '𝘼', 'a': '𝙖'.

SansSerifItalic 4 Unicode symbols from the 'Sans-Serif Italic' character set of the 'Mathematical Alphanumeric Symbols' unicode blocks (U+1D608 to U+1D63B), representing the alphabet letters from 'a' to 'Z'.

e.g., 'A': '𝘈', 'a': '𝘢'.

See Also