Click or drag to resize

StringUtilsZeroWidthSpace Field

Commonly abbreviated ZWSP this character is intended for line break control; it has no width, but its presence between two characters does not prevent increased letter spacing in justification.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public const char ZeroWidthSpace = '​'

Field Value

Type: Char
Remarks
See http://www.fileformat.info/info/unicode/char/200b/index.htm for details.
See Also