Expand description
Format Unicode Code-Points in the style recommended by The Unicode Standard.
As defined by The Unicode Standard (Appendix A—Notational Conventions), a Unicode code point is referred to by writing “U+” followed by its hexadecimal number. For code points in the Basic Multilingual Plane (BMP), four digits are used; for code points outside the BMP, five or six digits are used, as required.
References:
- https://www.unicode.org/versions/Unicode10.0.0/appA.pdf
Structs§
- Represent the Unicode Notation of a code-point.
Functions§
- Return a
UnicodeNotation
for the code-point to be used in string format.