Skip to main content
All docs
V23.2

Characters Members

Contains fields that return character symbols.

Fields

Name Description
Bullet Returns a bullet symbol.
CanadianSyllabicsChiSign Returns canadian syllabics Chi sign symbol.
CircumflexAccent Returns a circumflex accent symbols.
ClosingDoubleQuotationMark Returns a closing double quotation mark symbol.
ClosingSingleQuotationMark Returns a closing single quotation mark symbol.
Colon Returns a colon symbol.
ColumnBreak Returns a column break symbol.
CopyrightSymbol Returns a copyright symbol.
CurrencySign Returns a currency symbol.
Dash Returns a dash symbol.
Dot Returns a dot symbol.
Ellipsis Returns an ellipsis symbol.
EmDash Returns an em dash symbol.
EmSpace Returns an em space symbol.
EnDash Returns an en dash symbol.
EnSpace Returns an en space symbol.
EOT Returns an End of Transmission (EOT) symbol.
EqualSign Returns an equal symbol.
ETX Returns an End of Text (ETX) symbol.
EuroSymbol Returns an Euro symbol.
FloatingObjectMark Returns a floating object mark symbol.
Hyphen Returns a hyphen symbol.
LeftDoubleQuote Returns a left double quote symbol.
LeftSingleQuote Returns a left single quote symbol.
LineBreak Returns a line break symbol.
LineFeed Returns a new line (line feed) symbol.
MiddleDot Returns a middle dot symbol.
NonBreakingHyphen Returns a non-breaking hyphen symbol.
NonBreakingSpace Returns a non-breaking space symbol.
NotSign Returns a not symbol.
NumberSign Returns a number symbol.
ObjectMark Returns an object symbol.
OpeningDoubleQuotationMark Returns an opening double quotation mark.
OpeningSingleQuotationMark Returns an opening double quotation mark.
OptionalHyphen Returns an optional hyphen symbol.
PageBreak Returns a page break.
ParagraphMark Returns a paragraph mark.
PilcrowSign Returns a pilcrow symbol.
QmSpace Returns an em quad space.
RegisteredTrademarkSymbol Returns a registered trademark symbol.
RightDoubleQuote Returns a right double quote symbol.
RightSingleQuote Returns a right single quote symbol.
SectionMark Returns a section mark symbol.
SeparatorMark Returns a separator mark symbol.
Space Returns a space symbol.
TabMark Returns a tab mark symbol.
TrademarkSymbol Returns a trademark symbol.
Underscore Returns an underscore symbol.
ZeroWidthSpace Returns a zero width space symbol.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also