Popular Books:
Big5 to Unicode - Row F3: Level 2 Characters
Big5 to Unicode code point mapping is provided for Big5 character set - Row F3: Level 2 Characters. 2024-01-29, ∼223🔥, 0💬
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, ∼217🔥, 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, ∼361🔥, 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, ∼318🔥, 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, ∼304🔥, 0💬
Summary of Unicode Support in Python
This section provides a quick summary of Unicode support in Python language. 2024-01-27, ∼285🔥, 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, ∼7099🔥, 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, ∼3980🔥, 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, ∼3823🔥, 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, ∼3348🔥, 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, ∼2253🔥, 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, ∼1619🔥, 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, ∼1341🔥, 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, ∼1330🔥, 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, ∼1221🔥, 0💬
Popular Posts:
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
This section provides a tutorial example on how to create an image button with the JButton class and...
This XML tutorial book is a collection of notes and sample codes written by the author while he was ...
This section provides a tutorial example on how to use escape character in 'script' tags to prevent ...
This section provides some quick information about different types of JDBC drivers.