Popular Books:
Unicode to Big5 - Part 28: U+7686 to U+780C
Unicode to Big5 code point mapping is provided for Big5 character set - Part 28: Unicode U+7686 to U+780C. 2024-01-29, ∼204🔥, 0💬
Python Source Code Encoding
This section provides a tutorial example to demonstrate the default UTF-8 encoding of Python source code file and ways to change the default encoding. 2024-01-27, ∼348🔥, 0💬
"unicodedata" Module for Unicode Properties
This section provides tutorial example on how to use the 'unicodedata' to retrieve properties of code points defined by the Unicode standard. 2024-01-27, ∼302🔥, 0💬
Unicode Support on "str" Data Type
This section provides tutorial example on how to use the built-in data type 'str' to store Unicode characters as a list of code points. 2024-01-27, ∼289🔥, 0💬
Summary of Unicode Support in Python
This section provides a quick summary of Unicode support in Python language. 2024-01-27, ∼272🔥, 0💬
Examples of Unicode Characters
Some samples of Unicode characters are provided here with their glyphs, code points, code names and code blocks for the purpose of demonstration. 2024-01-23, ∼7083🔥, 0💬
0600: Arabic
This section provides a quick summary of the Unicode code point block: 'Arabic', which contains 256 code points to represent alphabetic letters used in the Arabic language. 2024-01-23, ∼3954🔥, 0💬
2600: Miscellaneous Symbols
This section provides a quick summary of the Unicode code point block: 'Miscellaneous Symbols', which contains 160 code points to represent more miscellaneous symbols. 2024-01-23, ∼3787🔥, 0💬
AC00: Hangul Syllables
This section provides a quick summary of the Unicode code point block: 'Hangul Syllables', which contains 11184 code points to represent Hangul syllables used in the Korean language. 2024-01-23, ∼3312🔥, 0💬
FFF0: Specials
This section provides a quick summary of the Unicode code point block: 'Specials', which contains 16 code points to represent special codes 2024-01-23, ∼2232🔥, 0💬
0180: Latin Extended-B
This section provides a quick summary of the Unicode code point block: 'Latin Extended-B', which contains 208 code points to represent historical Latin language characters. 2024-01-23, ∼1583🔥, 0💬
1F800: Supplemental Arrows-C
This section provides a quick summary of the Unicode code point block: 'Supplemental Arrows-C', which contains 148 code points to represent a set of additional arrows. 2024-01-23, ∼1321🔥, 0💬
0400: Cyrillic
This section provides a quick summary of the Unicode code point block: 'Cyrillic', which contains 256 code points to represent alphabetic letters used in Cyrillic languages. 2024-01-23, ∼1278🔥, 0💬
0E00: Thai
This section provides a quick summary of the Unicode code point block: 'Thai', which contains 128 code points to represent Thai alphabets used in the Thai language. 2024-01-23, ∼1192🔥, 0💬
1B00: Balinese
This section provides a quick summary of the Unicode code point block: 'Balinese', which contains 128 code points to represent Balinese alphabets used in the Balinese language. 2024-01-23, ∼1190🔥, 0💬
Popular Posts:
This section provides a quick introduction of Shift-JIS, also called MS Kanji, encoding, which maps ...
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
When is the Chinese Dragon Boat Festival? How is it celebrated? What are the traditions? Dragon Boat...
This section describes functions provided in the CGI library, cgi-bin.pl. It also provides a tutoria...
This section describes how to connect to a SQL Server 2005 through DSN with JDBC-ODBC Bridge.