#region Copyright RenGuiYou. All rights reserved. //===================================================== // NeatlyFrameWork // Author: RenGuiyou // Feedback: mailto:750539605@qq.com //===================================================== #endregion namespace Neatly.UI { public static class ConstChar { public const char EMPTY_SPACE = ' '; public const char EMOJI_SPACE = '\u2001'; public const char NEW_LINE = '\n'; public const char CHAR_ITALIC = 'a'; public const char CHAR_BOLD = 'b'; public const char CHAR_COLOR = 'c'; } }