Skip to main content

SymbolProperties.UnicodeChar Property

Specifies the Unicode character.

Namespace: DevExpress.XtraRichEdit.Utils

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public char UnicodeChar { get; set; }

Property Value

Type Description
Char

A Char structure, specifying a character as a UTF-16 code int.

See Also