Unicode character property
Template:Short description Template:DMCA The Unicode Standard assigns various properties to each Unicode character and code point.[1][2]
The properties can be used to handle characters (code points) in processes, like in line-breaking, script direction right-to-left or applying controls. Some "character properties" are also defined for code points that have no character assigned and code points that are labelled like "<not a character>". The character properties are described in Standard Annex #44.[2]
Properties have levels of forcefulness: normative, informative, contributory, or provisional. For simplicity of specification, a character property can be assigned by specifying a continuous range of code points that have the same property.[3]
Semantic elements
Properties are displayed in the following order:[4]
[code];[name];[gc];[cc];[bc];[decomposition];[nv-dec];[nv-dig];[nv-num];[bm];[alias];;[upper case];[lower case];[title case]
alias= corrected name. Obsolete. Now tracked with a separate database, but remains for Unicode 1.0 names.bc= bidi (bidirectional) category [L, R etc]bm= bidi mirrored [N or Y]cc= combining class [position of diacritic]decompositiontype or <mapping> = letter + diacritic, ligature X Y, superscript X, font X, initial X, medial X, final X, isolated X, vertical X, etc.gc= general category [letter, symbol, digit, punctuation, case behaviour, etc.]nv= numeric type and value [of a digit]. If numeric type is 'decimal', all 3 slots are filled. If 'digit', the first will be null. (This has been discontinued.) If 'numeric', then the first two will be null and only the last will be used.
The property between alias and upper case is obsolete and is now null for all Unicode characters.
Name and alias
A Unicode character is assigned a unique Name (na).[1] The name is composed of uppercase letters A–Z, digits 0–9, hyphen-minus and space. Some sequences are excluded: names beginning with a space or hyphen, names ending with a space or hyphen, repeated spaces or hyphens, and space after hyphen are not allowed. The name is guaranteed to be unique within Unicode, and can be used to identify a code point and its character. Ideographic characters, of which there are tens of thousands, are named in the pattern "Page Template:Smallcaps/styles.css has no content.cjk unified ideograph-hhhh". For example, Page Template:Mono/styles.css has no content.U+4E00 一 Script error: No such module "Unicode data".. Formatting characters also have names: Page Template:Mono/styles.css has no content.U+00A0 Script error: No such module "Unicode data"..
The following Unicode categories do not have a Name value assigned: Controls (General Category: Cc), Private use (Co), Surrogate (Cs), Non-characters (Cn) and Reserved (Cn). They may be referenced, informally, by a generic or specific meta-name, called "Code Point Labels": <control>, <control-0088>, <reserved>, <noncharacter-hhhh>, <private-use-hhhh>, or <surrogate>. Since these labels contain "<" and ">", they can never appear in a Name, which prevents confusion.
Unicode 1.0 names
In version 2.0 of Unicode, many names were changed. From then on the rule "a name will never change" came into effect, including the strict (normative) use of alias names. Disused Unicode 1.0 names were moved to the property Alias, to provide backward compatibility.
For example, Page Template:Mono/styles.css has no content.U+0264 ɤ Script error: No such module "Unicode data". has the Unicode 1.0 name "LATIN SMALL LETTER BABY GAMMA".
Character name alias
Script error: No such module "Labelled list hatnote". Starting from Unicode 2.0, the published name for a code point will never change. Therefore, in the event of a character name being misspelled or if the character name is completely wrong or seriously misleading, a formal Character Name Alias may be assigned to the character, and this alias may be used by applications instead of the actual defective character name.[1] For example, Page Template:Mono/styles.css has no content.U+FE18 ︘ Script error: No such module "Unicode data". has the character name alias "Page Template:Smallcaps/styles.css has no content.PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRACKET" in order to mitigate the misspelling of "bracket" as "brakcet" [sic] in the actual character name; Page Template:Mono/styles.css has no content.U+A015 ꀕ Script error: No such module "Unicode data". has the character name alias Page Template:Smallcaps/styles.css has no content."YI SYLLABLE ITERATION MARK" because, contrary to the character name, it does not have a fixed syllabic value.
In addition to character name aliases which are corrections to defective character names, some characters are assigned aliases which are alternative names or abbreviations. Five types of character name aliases are defined in the Unicode Standard:
- Correction: corrections for misspelled or seriously incorrect character names;
- Control: ISO 6429 names for C0 and C1 control functions (which are not assigned character names in the Unicode Standard);
- Alternate: alternative names for some format characters (only Page Template:Mono/styles.css has no content.U+FEFF Script error: No such module "Unicode data". which has the alias Page Template:Smallcaps/styles.css has no content."BYTE ORDER MARK");
- Figment: Documented labels for some C1 control code functions which are not actual names in any standard;
- Abbreviation: Abbreviations or acronyms for control codes, format characters, spaces, and variation selectors.
All formal character name aliases follow the rules for permissible character names, and are guaranteed to be unique within both the character name alias and the character name namespaces (for this reason, the ISO 6429 name "BELL" is not defined as an alias for Page Template:Mono/styles.css has no content.U+0007 <control-0007> because U+1F514 is named "BELL"; U+0007 instead has the alias "ALERT").[1]
As of Unicode 17.0, 39 formal character name aliases are defined as corrections for defective character names.[5]
Apart from these normative names, informal names may be shown in the Unicode code charts. These are other commonly used names for a character, and do not have the same character restriction. These informal names are not guaranteed to be unique, and may be changed or removed in later versions of the standard.
General Category
Each code point is assigned a value for General Category. This is one of the character properties that are also defined for unassigned code points and code points that are defined "not a character".
| General Category Page Template:Nobold/styles.css has no content.(Unicode Character Property)[a] Lua error in package.lua at line 80: module 'Module:Navbar/configuration' not found. | |||||
|---|---|---|---|---|---|
| Value | Category Major, minor | Basic type[b] | Character assigned[b] | Count[c] Page Template:Nobold/styles.css has no content.(as of Template:Unicode version) |
Remarks |
| Page Template:Mono/styles.css has no content.L, Letter; Page Template:Mono/styles.css has no content.LC, Cased Letter Page Template:Nobold/styles.css has no content.(Lu, Ll, and Lt only)[d] | |||||
| Page Template:Mono/styles.css has no content.Lu | Letter, uppercase | Graphic | Character | 1,886 | |
| Page Template:Mono/styles.css has no content.Ll | Letter, lowercase | Graphic | Character | 2,283 | |
| Page Template:Mono/styles.css has no content.Lt | Letter, titlecase | Graphic | Character | 31 | Digraphs consisting of an uppercase letter followed by a lowercase letter (e.g., Dž, Lj, Nj, and Dz) |
| Page Template:Mono/styles.css has no content.Lm | Letter, modifier | Graphic | Character | 410 | A modifier letter |
| Page Template:Mono/styles.css has no content.Lo | Letter, other | Graphic | Character | 141,062 | An ideograph or a letter in a unicase alphabet |
| Page Template:Mono/styles.css has no content.M, Mark | |||||
| Page Template:Mono/styles.css has no content.Mn | Mark, nonspacing | Graphic | Character | 2,059 | |
| Page Template:Mono/styles.css has no content.Mc | Mark, spacing combining | Graphic | Character | 471 | |
| Page Template:Mono/styles.css has no content.Me | Mark, enclosing | Graphic | Character | 13 | |
| Page Template:Mono/styles.css has no content.N, Number | |||||
| Page Template:Mono/styles.css has no content.Nd | Number, decimal digit | Graphic | Character | 770 | All these, and only these, have Numeric Type = De[e] |
| Page Template:Mono/styles.css has no content.Nl | Number, letter | Graphic | Character | 239 | Numerals composed of letters or letterlike symbols (e.g., Roman numerals) |
| Page Template:Mono/styles.css has no content.No | Number, other | Graphic | Character | 915 | E.g., vulgar fractions, superscript and subscript digits, vigesimal digits |
| Page Template:Mono/styles.css has no content.P, Punctuation | |||||
| Page Template:Mono/styles.css has no content.Pc | Punctuation, connector | Graphic | Character | 10 | Includes spacing underscore characters such as "_", and other spacing tie characters. Unlike other punctuation characters, these may be classified as "word" characters by regular expression libraries.[f] |
| Page Template:Mono/styles.css has no content.Pd | Punctuation, dash | Graphic | Character | 27 | Includes several hyphen characters |
| Page Template:Mono/styles.css has no content.Ps | Punctuation, open | Graphic | Character | 79 | Opening bracket characters |
| Page Template:Mono/styles.css has no content.Pe | Punctuation, close | Graphic | Character | 77 | Closing bracket characters |
| Page Template:Mono/styles.css has no content.Pi | Punctuation, initial quote | Graphic | Character | 12 | Opening quotation mark. Does not include the ASCII "neutral" quotation mark. May behave like Ps or Pe depending on usage |
| Page Template:Mono/styles.css has no content.Pf | Punctuation, final quote | Graphic | Character | 10 | Closing quotation mark. May behave like Ps or Pe depending on usage |
| Page Template:Mono/styles.css has no content.Po | Punctuation, other | Graphic | Character | 641 | |
| Page Template:Mono/styles.css has no content.S, Symbol | |||||
| Page Template:Mono/styles.css has no content.Sm | Symbol, math | Graphic | Character | 960 | Mathematical symbols (e.g., +, −, =, ×, ÷, √, ∊, ≠). Does not include parentheses and brackets, which are in categories Ps and Pe. Also does not include !, *, -, or /, which despite frequent use as mathematical operators, are primarily considered to be "punctuation". |
| Page Template:Mono/styles.css has no content.Sc | Symbol, currency | Graphic | Character | 64 | Currency symbols |
| Page Template:Mono/styles.css has no content.Sk | Symbol, modifier | Graphic | Character | 125 | |
| Page Template:Mono/styles.css has no content.So | Symbol, other | Graphic | Character | 7,468 | |
| Page Template:Mono/styles.css has no content.Z, Separator | |||||
| Page Template:Mono/styles.css has no content.Zs | Separator, space | Graphic | Character | 17 | Includes the space, but not TAB, CR, or LF, which are Cc |
| Page Template:Mono/styles.css has no content.Zl | Separator, line | Format | Character | 1 | Only Page Template:Mono/styles.css has no content.U+2028 Script error: No such module "Unicode data". (LSEP) |
| Page Template:Mono/styles.css has no content.Zp | Separator, paragraph | Format | Character | 1 | Only Page Template:Mono/styles.css has no content.U+2029 Script error: No such module "Unicode data". (PSEP) |
| Page Template:Mono/styles.css has no content.C, Other | |||||
| Page Template:Mono/styles.css has no content.Cc | Other, control | Control | Character | 65 (will never change)[e] | No name,[g] <control> |
| Page Template:Mono/styles.css has no content.Cf | Other, format | Format | Character | 170 | Includes the soft hyphen, joining control characters (ZWNJ and ZWJ), control characters to support bidirectional text, and language tag characters |
| Page Template:Mono/styles.css has no content.Cs | Other, surrogate | Surrogate | Not (only used in UTF-16) | 2,048 (will never change)[e] | No name,[g] <surrogate> |
| Page Template:Mono/styles.css has no content.Co | Other, private use | Private-use | Character (but no interpretation specified) | 137,468 total (will never change)[e] (6,400 in BMP, 131,068 in Planes 15–16) | No name,[g] <private-use> |
| Page Template:Mono/styles.css has no content.Cn | Other, not assigned | Noncharacter | Not | 66 (will not change unless the range of Unicode code points is expanded)[e] | No name,[g] <noncharacter> |
| Reserved | Not | 814,664 | No name,[g] <reserved> | ||
Page Template:Reflist/styles.css has no content.
| |||||
Punctuation
Characters have separate properties to denote they are a punctuation character. The properties all have a Yes/No values: Dash, Quotation_Mark, Sentence_Terminal, Terminal_Punctuation. The Punctuation property refers to characters that are used to divide or structure text, and these are classified into different types based on their roles. Unicode assigns these punctuation characters specific categories.
Script error: No such module "Labelled list hatnote".
Whitespace
Script error: No such module "Labelled list hatnote".
Whitespace is a commonly used concept for a typographic effect. Basically it covers invisible characters that have a spacing effect in rendered text. It includes spaces, tabs, and new line formatting controls. In Unicode, such a character has the property set WSpace=yes. In version Template:Unicode version, there are 25 whitespace characters.
| Lua error in package.lua at line 80: module 'Module:Navbar/configuration' not found. | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Name | Code point | Width box | May break? | In IDN? |
Script | Block | General category |
Notes | |
| Page Template:Smallcaps/styles.css has no content.character tabulation | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+0009 | 9 | Yes | No | Common | Basic Latin | Other, control |
HT, Horizontal Tab. HTML/XML named entity: 	, LaTeX: \tab, C escape: \t
| |
| Page Template:Smallcaps/styles.css has no content.line feed | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+000A | 10 | Is a line-break | Common | Basic Latin | Other, control |
LF, Line feed. HTML/XML named entity: 
, C escape: \n
| ||
| Page Template:Smallcaps/styles.css has no content.line tabulation | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+000B | 11 | Is a line-break | Common | Basic Latin | Other, control |
VT, Vertical Tab. C escape: \v
| ||
| Page Template:Smallcaps/styles.css has no content.form feed | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+000C | 12 | Is a line-break | Common | Basic Latin | Other, control |
FF, Form feed. C escape: \f
| ||
| Page Template:Smallcaps/styles.css has no content.carriage return | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+000D | 13 | Is a line-break | Common | Basic Latin | Other, control |
CR, Carriage return. C escape: \r
| ||
| Page Template:Smallcaps/styles.css has no content.space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+0020 | 32 | Yes | No | Common | Basic Latin | Separator, space |
Most common (normal ASCII space). LaTeX: \
| |
| Page Template:Smallcaps/styles.css has no content.next line | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+0085 | 133 | Is a line-break | Common | Latin-1 Supplement |
Other, control |
NEL, Next line. LaTeX: \\
| ||
| Page Template:Smallcaps/styles.css has no content.no-break space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+00A0 | 160 | No | No | Common | Latin-1 Supplement |
Separator, space |
Non-breaking space: identical to U+0020, but not a point at which a line may be broken. HTML/XML named entity: ,  , LaTeX: ~
| |
| Page Template:Smallcaps/styles.css has no content.ogham space mark | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+1680 | 5760 | Yes | No | Ogham | Ogham | Separator, space |
Used for interword separation in Ogham text. Normally a vertical line in vertical text or a horizontal line in horizontal text, but may also be a blank space in "stemless" fonts. Requires an Ogham font. | |
| Page Template:Smallcaps/styles.css has no content.en quad | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2000 | 8192 | Yes | No | Common | General Punctuation |
Separator, space |
Width of one en. U+2002 is canonically equivalent to this character; U+2002 is preferred. | |
| Page Template:Smallcaps/styles.css has no content.em quad | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2001 | 8193 | Yes | No | Common | General Punctuation |
Separator, space |
Also known as "mutton quad". Width of one em. U+2003 is canonically equivalent to this character; U+2003 is preferred. | |
| Page Template:Smallcaps/styles.css has no content.en space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2002 | 8194 | Yes | No | Common | General Punctuation |
Separator, space |
Also known as "nut". Width of one en. U+2000 En Quad is canonically equivalent to this character; U+2002 is preferred. HTML/XML named entity:  , LaTeX: \enspace (the LaTeX en space is a no-break space)
| |
| Page Template:Smallcaps/styles.css has no content.em space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2003 | 8195 | Yes | No | Common | General Punctuation |
Separator, space |
Also known as "mutton". Width of one em. U+2001 Em Quad is canonically equivalent to this character; U+2003 is preferred. HTML/XML named entity:  , LaTeX: \quad
| |
| Page Template:Smallcaps/styles.css has no content.three-per-em space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2004 | 8196 | Yes | No | Common | General Punctuation |
Separator, space |
Also known as "thick space". One third of an em wide. HTML/XML named entity:  , LaTeX: \; (the LaTeX thick space is a no-break space)
| |
| Page Template:Smallcaps/styles.css has no content.four-per-em space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2005 | 8197 | Yes | No | Common | General Punctuation |
Separator, space |
Also known as "mid space". One fourth of an em wide. HTML/XML named entity:  
| |
| Page Template:Smallcaps/styles.css has no content.six-per-em space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2006 | 8198 | Yes | No | Common | General Punctuation |
Separator, space |
One sixth of an em wide. In computer typography, sometimes equated to U+2009. | |
| Page Template:Smallcaps/styles.css has no content.figure space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2007 | 8199 | No | No | Common | General Punctuation |
Separator, space |
Figure space. In fonts with monospaced digits, equal to the width of one digit. HTML/XML named entity:  
| |
| Page Template:Smallcaps/styles.css has no content.punctuation space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2008 | 8200 | Yes | No | Common | General Punctuation |
Separator, space |
As wide as the narrow punctuation in a font, i.e. the advance width of the period or comma.[6] HTML/XML named entity:  
| |
| Page Template:Smallcaps/styles.css has no content.thin space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2009 | 8201 | Yes | No | Common | General Punctuation |
Separator, space |
Thin space; one-fifth (sometimes one-sixth) of an em wide. Recommended for use as a thousands separator for measures made with SI units. Unlike U+2002 to U+2008, its width may get adjusted in typesetting.[7] HTML/XML named entity:  ,  , LaTeX: \, (the LaTeX thin space is a no-break space)
| |
| Page Template:Smallcaps/styles.css has no content.hair space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+200A | 8202 | Yes | No | Common | General Punctuation |
Separator, space |
Thinner than a thin space. HTML/XML named entity:  ,  
| |
| Page Template:Smallcaps/styles.css has no content.line separator | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2028 | 8232 | Is a line-break | Common | General Punctuation |
Separator, line |
|||
| Page Template:Smallcaps/styles.css has no content.paragraph separator | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2029 | 8233 | Is a line-break | Common | General Punctuation |
Separator, paragraph |
|||
| Page Template:Smallcaps/styles.css has no content.narrow no-break space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+202F | 8239 | No | No | Common | General Punctuation |
Separator, space |
Narrow no-break space. Similar in function to U+00A0 No-Break Space. When used with Mongolian, its width is usually one third of the normal space; in other context, its width sometimes resembles that of the Thin Space (U+2009). LaTeX: \,
| |
| Page Template:Smallcaps/styles.css has no content.medium mathematical space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+205F | 8287 | Yes | No | Common | General Punctuation |
Separator, space |
MMSP. Used in mathematical formulae. Four-eighteenths of an em.[8] In mathematical typography, the widths of spaces are usually given in integral multiples of an eighteenth of an em, and 4/18 em may be used in several situations, for example between the a and the + and between the + and the b in the expression a + b.[9] HTML/XML named entity:  , LaTeX: \: (the LaTeX medium space is a no-break space)
| |
| Page Template:Smallcaps/styles.css has no content.ideographic space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+3000 | 12288 | Yes | No | Common | CJK Symbols and Punctuation |
Separator, space |
As wide as a CJK character cell (fullwidth). Used, for example, in tai tou. | |
| Lua error in package.lua at line 80: module 'Module:Navbar/configuration' not found. | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Name | Code point | Width box | May break? | In IDN? |
Script | Block | General category |
Notes | |
| Page Template:Smallcaps/styles.css has no content.mongolian vowel separator | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+180E | 6158 | | Yes | No | Mongolian | Mongolian | Other, Format |
MVS. A narrow space character, used in Mongolian to cause the final two characters of a word to take on different shapes.[10] It is no longer classified as space character (i.e. in Zs category) in Unicode 6.3.0, even though it was in previous versions of the standard. |
| Page Template:Smallcaps/styles.css has no content.zero width space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+200B | 8203 | | Yes | No | ? | General Punctuation |
Other, Format |
ZWSP, zero-width space. Used to indicate word boundaries to text processing systems when using scripts that do not use explicit spacing. It is similar to the soft hyphen, with the difference that the latter is used to indicate syllable boundaries, and should display a visible hyphen when the line breaks at it. HTML/XML named entity: ​[11][a]
|
| Page Template:Smallcaps/styles.css has no content.zero width non-joiner | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+200C | 8204 | | Yes | Context-dependent[16] | ? | General Punctuation |
Other, Format |
ZWNJ, zero-width non-joiner. When placed between two characters that would otherwise be connected, a ZWNJ causes them to be printed in their final and initial forms, respectively. HTML/XML named entity: ‌
|
| Page Template:Smallcaps/styles.css has no content.zero width joiner | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+200D | 8205 | | Yes | Context-dependent[17] | ? | General Punctuation |
Other, Format |
ZWJ, zero-width joiner. When placed between two characters that would otherwise not be connected, a ZWJ causes them to be printed in their connected forms. Can also be used to display joining forms in isolation. Depending on whether a ligature or conjunct is expected by default, can either induce (as in emoji and in Sinhala) or suppress (as in Devanagari) substitution with a single glyph, whilst still permitting use of individual joining forms (unlike ZWNJ). HTML/XML named entity: ‍
|
| Page Template:Smallcaps/styles.css has no content.word joiner | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+2060 | 8288 | | No | No | ? | General Punctuation |
Other, Format |
WJ, word joiner. Similar to U+200B, but not a point at which a line may be broken. HTML/XML named entity: ⁠
|
| Page Template:Smallcaps/styles.css has no content.zero width non-breaking space | <span data-sort-value="Script error: No such module "sortkey"." style="display:none;">U+FEFF | 65279 | | No | No | ? | Arabic Presentation Forms-B |
Other, Format |
Zero-width non-breaking space. Used primarily as a Byte Order Mark. Use as an indication of non-breaking is deprecated as of Unicode 3.2; see U+2060 instead. |
Page Template:Reflist/styles.css has no content.
Cite error: A list-defined reference named "wsdef" is not used in the content (see the help page). |
Casing
The Case value is normative in Unicode. It pertains to those scripts with uppercase and lowercase letters. Case-difference occurs in Adlam, Armenian, Beria Erfe, Cherokee, Coptic, Cyrillic, Deseret, Garay, Glagolitic, Greek, Khutsuri and Mkhedruli Georgian, Latin, Medefaidrin, Old Hungarian, Osage, Vithkuqi and Warang Citi scripts.
Different languages have different case mapping rules.
In Turkish, Page Template:Mono/styles.css has no content.U+0069 i Script error: No such module "Unicode data". corresponds to Page Template:Mono/styles.css has no content.U+0130 İ Script error: No such module "Unicode data". instead of Page Template:Mono/styles.css has no content.U+0049 I Script error: No such module "Unicode data".. Similarly, Page Template:Mono/styles.css has no content.U+0049 I Script error: No such module "Unicode data". when corresponds to Page Template:Mono/styles.css has no content.U+0131 ı Script error: No such module "Unicode data". instead of Page Template:Mono/styles.css has no content.U+0069 i Script error: No such module "Unicode data"..
In Nawdm, the letter Ĥ corresponds to ɦ in lowercase instead of the usual case mappings being Ĥĥ and Ɦɦ.
In Greek, the letter sigma has different lowercase forms depending on where it is in a word. Page Template:Mono/styles.css has no content.U+03A3 Σ Script error: No such module "Unicode data". converts to Page Template:Mono/styles.css has no content.U+03C3 σ Script error: No such module "Unicode data". if it is at the start or middle of a word, and converts to Page Template:Mono/styles.css has no content.U+03C2 ς Script error: No such module "Unicode data". if it is at the end of a word.
In Lithuanian, the dot in lowercase i and j is preserved when followed by accents. For example: Í in lowercase is i̇́.[19]
Despite the existence of Page Template:Mono/styles.css has no content.U+1E9E ẞ Script error: No such module "Unicode data"., Page Template:Mono/styles.css has no content.U+00DF ß Script error: No such module "Unicode data". corresponds to "SS".
Unicode encodes 31 titlecase characters.
- Page Template:Mono/styles.css has no content.U+01C5 Dž Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+01C8 Lj Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+01CB Nj Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+01F2 Dz Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F88 ᾈ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F89 ᾉ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F8A ᾊ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F8B ᾋ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F8C ᾌ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F8D ᾍ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F8E ᾎ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F8F ᾏ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F98 ᾘ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F99 ᾙ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F9A ᾚ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F9B ᾛ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F9C ᾜ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F9D ᾝ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F9E ᾞ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1F9F ᾟ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FA8 ᾨ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FA9 ᾩ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FAA ᾪ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FAB ᾫ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FAC ᾬ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FAD ᾭ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FAE ᾮ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FAF ᾯ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FBC ᾼ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FCC ῌ Script error: No such module "Unicode data".
- Page Template:Mono/styles.css has no content.U+1FFC ῼ Script error: No such module "Unicode data".
Other general characteristics
Unicode defines several general character properties in the Unicode Character Database (UAX #44). Some of the most important ones include:
- Ideographic — Characters that represent ideas or concepts rather than specific sounds. These include most Han (CJK) characters used in Chinese, Japanese, and Korean writing systems.[20]
- Alphabetic — Characters that are considered letters in an alphabetic or syllabic writing system. This includes Latin, Greek, Cyrillic letters, as well as characters from syllabaries like Hiragana.[21]
- Noncharacter — Code points that are permanently reserved for internal use and are not assigned to any abstract character. These include U+FDD0 through U+FDEF, and any code ending in FFFE or FFFF (such as U+1FFFE, U+10FFFF).[22]
Combining class
Script error: No such module "labelled list hatnote". Some common codes:
- 0 = spacing letter, symbol or modifier (e.g. Template:Char, Template:Char, Template:Char)
- 1 = overlay
- 6 = Han reading (CJK diacritic reading marks)
- 7 = nukta (diacritic nukta in Brahmic scripts)
- 8 = kana voicing marks
- 9 = virama
10–199 = various fixed-position classes
Marks which attach to the base letter:
- 200 = attached at bottom left
- 202 = attached directly below (e.g. cedilla on ç)
- 204 = attached at bottom right
- 208 = attached to left
- 210 = attached to right
- 212 = attached to top left
- 214 = attached directly above
- 216 = attached at top right
Marks which do not attach to the base letter:
- 218 = bottom left
- 220 = directly below (e.g. ring on n̥)
- 222 = below right
- 224 = left
- 226 = right
- 228 = above left
- 230 = above (e.g. acute accent on á)
- 232 = above right
- 233 = double below (subtends two bases)
- 234 = double above (extends two bases)
- 240 = iota subscript (only that Greek diacritic)
Bidirectional writing
Six character properties pertain to bi-directional writing: Bidi_Class, Bidi_Control, Bidi_Mirrored, Bidi_Mirroring_Glyph, Bidi_Paired_Bracket and Bidi_Paired_Bracket_Type.
One of Unicode's major features is support of bi-directional (Bidi) text display right-to-left (R-to-L) and left-to-right (L-to-R). The Unicode Bidirectional Algorithm UAX9[23] describes the process of presenting text with altering script directions. For example, it enables a Hebrew quote in an English text. The Bidi_Character_Type marks a character's behaviour in directional writing. To override a direction, Unicode has defined special formatting control characters (Bidi-Control characters). These characters can enforce a direction, and by definition only affect bi-directional writing.
Each code point has a property called Bidi_Class. It defines its behaviour in a bidirectional text as interpreted by the algorithm:
Page Template:Hidden begin/styles.css has no content.
| TypePage Template:Citation/styles.css has no content.[2] | Description | Strength | Directionality | General scope | Bidi_Control characterPage Template:Citation/styles.css has no content.[3] |
|---|---|---|---|---|---|
| L | Left-to-Right | Script error: No such module "sort". | L-to-R | Most alphabetic and syllabic characters, Chinese characters, non-European or non-Arabic digits, LRM character, ... | Script error: No such module "sort". |
| R | Right-to-Left | Script error: No such module "sort". | R-to-L | Adlam, Garay, Hebrew, Mandaic, Mende Kikakui, N'Ko, Samaritan, ancient scripts like Kharoshthi and Nabataean, RLM character, ... | Script error: No such module "sort". |
| AL | Arabic Letter | Script error: No such module "sort". | R-to-L | Arabic, Hanifi Rohingya, Sogdian, Syriac, and Thaana alphabets, and most punctuation specific to those scripts, ALM character, ... | Script error: No such module "sort". |
| EN | European Number | Script error: No such module "sort". | European digits, Eastern Arabic-Indic digits, Coptic epact numbers, ... | ||
| ES | European Separator | Script error: No such module "sort". | Page Template:Smallcaps/styles.css has no content.plus sign, Page Template:Smallcaps/styles.css has no content.minus sign, ... | ||
| ET | European Number Terminator | Script error: No such module "sort". | Page Template:Smallcaps/styles.css has no content.degree sign, currency symbols, ... | ||
| AN | Arabic Number | Script error: No such module "sort". | Arabic-Indic digits, Arabic decimal and thousands separators, Rumi digits, Hanifi Rohingya digits, ... | ||
| CS | Common Number Separator | Script error: No such module "sort". | Page Template:Smallcaps/styles.css has no content.colon, Page Template:Smallcaps/styles.css has no content.comma, Page Template:Smallcaps/styles.css has no content.full stop, Page Template:Smallcaps/styles.css has no content.no-break space, ... | ||
| NSM | Nonspacing Mark | Script error: No such module "sort". | Characters in General Categories Mark, nonspacing, and Mark, enclosing (Mn, Me) | ||
| BN | Boundary Neutral | Script error: No such module "sort". | Default ignorables, non-characters, control characters other than those explicitly given other types | ||
| B | Paragraph Separator | Script error: No such module "sort". | Page Template:Smallcaps/styles.css has no content.paragraph separator, appropriate Newline Functions, higher-level protocol paragraph determination | ||
| S | Segment Separator | Script error: No such module "sort". | Tabs | ||
| WS | Whitespace | Script error: No such module "sort". | Page Template:Smallcaps/styles.css has no content.space, Page Template:Smallcaps/styles.css has no content.figure space, Page Template:Smallcaps/styles.css has no content.line separator, Page Template:Smallcaps/styles.css has no content.form feed, General Punctuation block spaces (smaller set than the Unicode whitespace list) | ||
| ON | Other Neutrals | Script error: No such module "sort". | All other characters, including Page Template:Smallcaps/styles.css has no content.object replacement character | ||
| LRE | Left-to-Right Embedding | Script error: No such module "sort". | L-to-R | LRE character only | Script error: No such module "sort". |
| LRO | Left-to-Right Override | Script error: No such module "sort". | L-to-R | LRO character only | Script error: No such module "sort". |
| RLE | Right-to-Left Embedding | Script error: No such module "sort". | R-to-L | RLE character only | Script error: No such module "sort". |
| RLO | Right-to-Left Override | Script error: No such module "sort". | R-to-L | RLO character only | Script error: No such module "sort". |
| Pop Directional Format | Script error: No such module "sort". | PDF character only | Script error: No such module "sort". | ||
| LRI | Left-to-Right Isolate | Script error: No such module "sort". | L-to-R | LRI character only | Script error: No such module "sort". |
| RLI | Right-to-Left Isolate | Script error: No such module "sort". | R-to-L | RLI character only | Script error: No such module "sort". |
| FSI | First Strong Isolate | Script error: No such module "sort". | FSI character only | Script error: No such module "sort". | |
| PDI | Pop Directional Isolate | Script error: No such module "sort". | PDI character only | Script error: No such module "sort". | |
Notes
| |||||
In normal situations, the algorithm can determine the direction of a text by this character property. To control more complex Bidi situations, e.g. when an English text has a Hebrew quote, extra options are added to Unicode. 12 characters have the property Bidi_Control=Yes: ALM, FSI, LRE, LRI, LRM, LRO, PDF, PDI, RLE, RLI, RLM and RLO as named in the table. These are invisible formatting control characters, only used by the algorithm and with no effect outside of bidirectional formatting.[23] Despite the name, they are formatting characters, not control characters, and have General category Other, format (Cf) in the Unicode definition.
Basically, the algorithm determines a sequence of characters with the same strong direction type (R-to-L or L-to-R), taking in account an overruling by the special Bidi-controls. Number strings (Weak types) are assigned a direction according to their strong environment, as are Neutral characters. Finally, the characters are displayed per a string's direction.
Two character properties are relevant to determining a mirror image of a glyph in bidirectional text: Bidi_Mirrored=Yes indicates that the glyph should be mirrored when written R-to-L. The property Bidi_Mirroring_Glyph=U+hhhh can then point to the mirrored character. For example, parentheses Template:Char, Template:Char are mirrored this way. Shaping cursive scripts such as Arabic, and mirroring glyphs that have a direction, is not part of the algorithm.
Numeric values and types
Decimal
Characters are classified with a Numeric type.[1] Characters such as fractions, subscripts, superscripts, Roman numerals, currency numerators, encircled numbers, and script-specific digits are type Numeric. They have a numeric value that can be decimal, including zero and negatives, or a vulgar fraction. If there is not such a value, as with most of the characters, the numeric type is "None".
The characters that do have a numeric value are separated in three groups: Decimal (De), Digit (Di) and Numeric (Nu, i.e. all other). "Decimal" means the character is a straight decimal digit. Only characters that are part of a contiguous encoded range 0..9 have numeric type Decimal. Other digits, like superscripts, have numeric type Digit. All numeric characters like fractions and Roman numerals end up with the type "Numeric". The intended effect is that a simple parser can use these decimal numeric values, without being distracted by say a numeric superscript or a fraction. Eighty-three CJK Ideographs that represent a number, including those used for accounting, are typed Numeric.
On the other hand, characters that could have a numeric value as a second meaning are still marked Numeric type None, and have no numeric value. E.g. Latin letters can be used in paragraph numbering like "II.A.1.b", but the letters "I", "A" and "b" are not numeric (type None) and have no numeric value.
| Lua error in package.lua at line 80: module 'Module:Navbar/configuration' not found. Numeric TypePage Template:Citation/styles.css has no content.[a]Page Template:Citation/styles.css has no content.[b] (Unicode character property) | ||||
|---|---|---|---|---|
| Numeric type | Code | Has numeric value | Example | Remarks |
| Not numeric | <none> |
No | Page Template:Hlist/styles.css has no content.
|
Numeric Value="NaN" |
| Decimal | De |
Yes | Page Template:Hlist/styles.css has no content.
|
Straight digit (decimal-radix). Corresponds both ways with General Category=NdPage Template:Citation/styles.css has no content.[a] |
| Digit | Di |
Yes | Page Template:Hlist/styles.css has no content.
|
Decimal, but in typographic context |
| Numeric | Nu |
Yes | Page Template:Hlist/styles.css has no content.
|
Numeric value, but not decimal-radix |
| a. Page Template:Citation/styles.css has no content.^Page Module:Citation/CS1/styles.css has no content."Section 4.6: Numeric Value". The Unicode Standard. Unicode Consortium. September 2025. | ||||
| b. Page Template:Citation/styles.css has no content.^Page Module:Citation/CS1/styles.css has no content."Unicode Derived Numeric Types". Unicode Character Database. Unicode Consortium. 2025-06-30. | ||||
Hexadecimal digits
Hexadecimal characters are those in the series with hexadecimal values 0123456789ABCDEF (sixteen characters, decimal value 0–15). The character property Hex_Digit is set to Yes when a character is in such a series:
Characters in Unicode marked Hex_Digit=YesPage Template:Citation/styles.css has no content.[a]
| |||
|---|---|---|---|
0123456789ABCDEF |
Basic Latin, capitals | Also ASCII_Hex_Digit=Yes
| |
0123456789abcdef |
Basic Latin, small letters | Also ASCII_Hex_Digit=Yes
| |
0123456789ABCDEF |
Fullwidth forms, capitals | ||
0123456789abcdef |
Fullwidth forms, small letters | ||
| a. Page Template:Citation/styles.css has no content.^Page Module:Citation/CS1/styles.css has no content."Unicode 17.0 UCD: PropList.txt". 2025-06-30. Retrieved 2025-09-11. | |||
Forty-four characters are marked as Hex_Digit. The ones in the Basic Latin block are also marked as ASCII_Hex_Digit.
Unicode has no separate characters for hexadecimal values. A consequence is, that when using regular characters it is not possible to determine whether hexadecimal value is intended, or even whether a value is intended at all. That should be determined at a higher level, e.g. by prepending 0x to a hexadecimal number or by context. The only feature is that Unicode can note that a sequence can or can not be a hexadecimal value.
Block
Script error: No such module "Labelled list hatnote". A block is a uniquely named, contiguous range of code points. It is identified by its first and last code point. Blocks do not overlap, nor do they extend across planes. The number of code points in each block must be a multiple of 16. A block may contain code points that are reserved, not-assigned, etc. Each character that is assigned, has a single "block name" value from the 346 names assigned as of Unicode version Template:Unicode version. Unassigned code points outside of an existing block have the default value "No_block".
Script
Script error: No such module "Labelled list hatnote". Each assigned character can have a single value for its "Script" property, signifying to which script it belongs.[24] The value is a four-letter code in the range Aaaa-Zzzz, as available in ISO 15924, which is mapped to a writing system. Apart from when describing the background and usage of a script, Unicode does not use a connection between a script and languages that use that script. So "Hebrew" refers to the Hebrew script, not to the Hebrew language.
The special code Zyyy for "Common" allows a single value for a character that is used in multiple scripts. The code Zinh "Inherited script", used for combining characters and certain other special-purpose code points, indicates that a character "inherits" its script identity from the character with which it is combined. (Unicode formerly used the private code Qaai for this purpose.) The code Zzzz "Unknown" is used for all characters that do not belong to a script (i.e. the default value), such as symbols and formatting characters. Overall, characters of a single script can be scattered over multiple blocks, like Latin characters. And the other way around too: multiple scripts can be present is a single block, e.g. block Letterlike Symbols contains characters from the Latin, Greek and Common scripts.
When the Script is "" (blank), according to Unicode the character does not belong to a script. This pertains to symbols, because the existing ISO script codes "Zmth" (Mathematical notation), "Zsym" (Symbol), and "Zsye" (Symbol, emoji variant) are not used in Unicode. The "Script" property is also blank for code points that are not a typographic character like controls, substitutes, and private use code points.
If there is a specific script alias name in ISO 15924, it is used in the character name: Page Template:Mono/styles.css has no content.U+0041 A Script error: No such module "Unicode data"., and Page Template:Mono/styles.css has no content.U+05D0 א Script error: No such module "Unicode data".. Template:ISO 15924 script codes and related Unicode data/header |- | Page Template:Mono/styles.css has no content.Adlm | style="text-align: center" |Page Template:Mono/styles.css has no content.166 | [[Template:ISO 15924/wp-article/format|Adlam]] | Script error: No such module "WikidataIB". | Adlam | style="text-align: right;" | 9.0 | style="text-align: right;" | 88 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Afak | style="text-align: center" |Page Template:Mono/styles.css has no content.439 | [[Template:ISO 15924/wp-article/format|Afaka]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Aghb | style="text-align: center" |Page Template:Mono/styles.css has no content.239 | [[Template:ISO 15924/wp-article/format|Caucasian Albanian]] | Script error: No such module "WikidataIB". | Caucasian Albanian | style="text-align: right;" | 7.0 | style="text-align: right;" | 53 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Ahom | style="text-align: center" |Page Template:Mono/styles.css has no content.338 | [[Template:ISO 15924/wp-article/format|Ahom, Tai Ahom]] | Script error: No such module "WikidataIB". | Ahom | style="text-align: right;" | 8.0 | style="text-align: right;" | 65 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Arab | style="text-align: center" |Page Template:Mono/styles.css has no content.160 | [[Template:ISO 15924/wp-article/format|Arabic]] | Script error: No such module "WikidataIB". | Arabic | style="text-align: right;" | 1.0 | style="text-align: right;" | 1,413 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Aran | style="text-align: center" |Page Template:Mono/styles.css has no content.161 | [[Template:ISO 15924/wp-article/format|Arabic (Nastaliq variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Typographic variant of Arabic (see § Arab) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Armi | style="text-align: center" |Page Template:Mono/styles.css has no content.124 | [[Template:ISO 15924/wp-article/format|Imperial Aramaic]] | Script error: No such module "WikidataIB". | Imperial Aramaic | style="text-align: right;" | 5.2 | style="text-align: right;" | 31 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Armn | style="text-align: center" |Page Template:Mono/styles.css has no content.230 | [[Template:ISO 15924/wp-article/format|Armenian]] | Script error: No such module "WikidataIB". | Armenian | style="text-align: right;" | 1.0 | style="text-align: right;" | 96 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Avst | style="text-align: center" |Page Template:Mono/styles.css has no content.134 | [[Template:ISO 15924/wp-article/format|Avestan]] | Script error: No such module "WikidataIB". | Avestan | style="text-align: right;" | 5.2 | style="text-align: right;" | 61 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Bali | style="text-align: center" |Page Template:Mono/styles.css has no content.360 | [[Template:ISO 15924/wp-article/format|Balinese]] | Script error: No such module "WikidataIB". | Balinese | style="text-align: right;" | 5.0 | style="text-align: right;" | 127 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Bamu | style="text-align: center" |Page Template:Mono/styles.css has no content.435 | [[Template:ISO 15924/wp-article/format|Bamum]] | Script error: No such module "WikidataIB". | Bamum | style="text-align: right;" | 5.2 | style="text-align: right;" | 657 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Bass | style="text-align: center" |Page Template:Mono/styles.css has no content.259 | [[Template:ISO 15924/wp-article/format|Bassa Vah]] | Script error: No such module "WikidataIB". | Bassa Vah | style="text-align: right;" | 7.0 | style="text-align: right;" | 36 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Batk | style="text-align: center" |Page Template:Mono/styles.css has no content.365 | [[Template:ISO 15924/wp-article/format|Batak]] | Script error: No such module "WikidataIB". | Batak | style="text-align: right;" | 6.0 | style="text-align: right;" | 56 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Beng | style="text-align: center" |Page Template:Mono/styles.css has no content.325 | [[Template:ISO 15924/wp-article/format|Bengali (Bangla)]] | Script error: No such module "WikidataIB". | Bengali | style="text-align: right;" | 1.0 | style="text-align: right;" | 96 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Berf | style="text-align: center" |Page Template:Mono/styles.css has no content.258 | [[Template:ISO 15924/wp-article/format|Beria Erfe]] | Script error: No such module "WikidataIB". | Beria Erfe | style="text-align: right;" | 17.0 | style="text-align: right;" | 50 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Bhks | style="text-align: center" |Page Template:Mono/styles.css has no content.334 | [[Template:ISO 15924/wp-article/format|Bhaiksuki]] | Script error: No such module "WikidataIB". | Bhaiksuki | style="text-align: right;" | 9.0 | style="text-align: right;" | 97 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Blis | style="text-align: center" |Page Template:Mono/styles.css has no content.550 | [[Template:ISO 15924/wp-article/format|Blissymbols]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Bopo | style="text-align: center" |Page Template:Mono/styles.css has no content.285 | [[Template:ISO 15924/wp-article/format|Bopomofo]] | Script error: No such module "WikidataIB". | Bopomofo | style="text-align: right;" | 1.0 | style="text-align: right;" | 77 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Brah | style="text-align: center" |Page Template:Mono/styles.css has no content.300 | [[Template:ISO 15924/wp-article/format|Brahmi]] | Script error: No such module "WikidataIB". | Brahmi | style="text-align: right;" | 6.0 | style="text-align: right;" | 115 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Brai | style="text-align: center" |Page Template:Mono/styles.css has no content.570 | [[Template:ISO 15924/wp-article/format|Braille]] | Script error: No such module "WikidataIB". | Braille | style="text-align: right;" | 3.0 | style="text-align: right;" | 256 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Bugi | style="text-align: center" |Page Template:Mono/styles.css has no content.367 | [[Template:ISO 15924/wp-article/format|Buginese]] | Script error: No such module "WikidataIB". | Buginese | style="text-align: right;" | 4.1 | style="text-align: right;" | 30 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Buhd | style="text-align: center" |Page Template:Mono/styles.css has no content.372 | [[Template:ISO 15924/wp-article/format|Buhid]] | Script error: No such module "WikidataIB". | Buhid | style="text-align: right;" | 3.2 | style="text-align: right;" | 20 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cakm | style="text-align: center" |Page Template:Mono/styles.css has no content.349 | [[Template:ISO 15924/wp-article/format|Chakma]] | Script error: No such module "WikidataIB". | Chakma | style="text-align: right;" | 6.1 | style="text-align: right;" | 71 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cans | style="text-align: center" |Page Template:Mono/styles.css has no content.440 | [[Template:ISO 15924/wp-article/format|Unified Canadian Aboriginal Syllabics]] | Script error: No such module "WikidataIB". | Canadian Aboriginal | style="text-align: right;" | 3.0 | style="text-align: right;" | 726 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cari | style="text-align: center" |Page Template:Mono/styles.css has no content.201 | [[Template:ISO 15924/wp-article/format|Carian]] | Script error: No such module "WikidataIB". | Carian | style="text-align: right;" | 5.1 | style="text-align: right;" | 49 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cham | style="text-align: center" |Page Template:Mono/styles.css has no content.358 | [[Template:ISO 15924/wp-article/format|Cham]] | Script error: No such module "WikidataIB". | Cham | style="text-align: right;" | 5.1 | style="text-align: right;" | 83 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cher | style="text-align: center" |Page Template:Mono/styles.css has no content.445 | [[Template:ISO 15924/wp-article/format|Cherokee]] | Script error: No such module "WikidataIB". | Cherokee | style="text-align: right;" | 3.0 | style="text-align: right;" | 172 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Chis | style="text-align: center" |Page Template:Mono/styles.css has no content.298 | [[Template:ISO 15924/wp-article/format|Chisoi]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is mature[ii] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Chrs | style="text-align: center" |Page Template:Mono/styles.css has no content.109 | [[Template:ISO 15924/wp-article/format|Chorasmian]] | Script error: No such module "WikidataIB". | Chorasmian | style="text-align: right;" | 13.0 | style="text-align: right;" | 28 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cirt | style="text-align: center" |Page Template:Mono/styles.css has no content.291 | [[Template:ISO 15924/wp-article/format|Cirth]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Copt | style="text-align: center" |Page Template:Mono/styles.css has no content.204 | [[Template:ISO 15924/wp-article/format|Coptic]] | Script error: No such module "WikidataIB". | Coptic | style="text-align: right;" | 1.0 | style="text-align: right;" | 137 | Ancient/historic, disunified from Greek in 4.1 | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cpmn | style="text-align: center" |Page Template:Mono/styles.css has no content.402 | [[Template:ISO 15924/wp-article/format|Cypro-Minoan]] | Script error: No such module "WikidataIB". | Cypro Minoan | style="text-align: right;" | 14.0 | style="text-align: right;" | 99 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cprt | style="text-align: center" |Page Template:Mono/styles.css has no content.403 | [[Template:ISO 15924/wp-article/format|Cypriot syllabary]] | Script error: No such module "WikidataIB". | Cypriot | style="text-align: right;" | 4.0 | style="text-align: right;" | 55 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cyrl | style="text-align: center" |Page Template:Mono/styles.css has no content.220 | [[Template:ISO 15924/wp-article/format|Cyrillic]] | Script error: No such module "WikidataIB". | Cyrillic | style="text-align: right;" | 1.0 | style="text-align: right;" | 508 | Includes typographic variant Old Church Slavonic (see § Cyrs) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Cyrs | style="text-align: center" |Page Template:Mono/styles.css has no content.221 | [[Template:ISO 15924/wp-article/format|Cyrillic (Old Church Slavonic variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Typographic variant of Cyrillic (see § Cyrl); Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Deva | style="text-align: center" |Page Template:Mono/styles.css has no content.315 | [[Template:ISO 15924/wp-article/format|Devanagari (Nagari)]] | Script error: No such module "WikidataIB". | Devanagari | style="text-align: right;" | 1.0 | style="text-align: right;" | 164 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Diak | style="text-align: center" |Page Template:Mono/styles.css has no content.342 | [[Template:ISO 15924/wp-article/format|Dives Akuru]] | Script error: No such module "WikidataIB". | Dives Akuru | style="text-align: right;" | 13.0 | style="text-align: right;" | 72 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Dogr | style="text-align: center" |Page Template:Mono/styles.css has no content.328 | [[Template:ISO 15924/wp-article/format|Dogra]] | Script error: No such module "WikidataIB". | Dogra | style="text-align: right;" | 11.0 | style="text-align: right;" | 60 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Dsrt | style="text-align: center" |Page Template:Mono/styles.css has no content.250 | [[Template:ISO 15924/wp-article/format|Deseret (Mormon)]] | Script error: No such module "WikidataIB". | Deseret | style="text-align: right;" | 3.1 | style="text-align: right;" | 80 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Dupl | style="text-align: center" |Page Template:Mono/styles.css has no content.755 | [[Template:ISO 15924/wp-article/format|Duployan shorthand, Duployan stenography]] | Script error: No such module "WikidataIB". | Duployan | style="text-align: right;" | 7.0 | style="text-align: right;" | 143 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Egyd | style="text-align: center" |Page Template:Mono/styles.css has no content.070 | [[Template:ISO 15924/wp-article/format|Egyptian demotic]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Egyh | style="text-align: center" |Page Template:Mono/styles.css has no content.060 | [[Template:ISO 15924/wp-article/format|Egyptian hieratic]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Egyp | style="text-align: center" |Page Template:Mono/styles.css has no content.050 | [[Template:ISO 15924/wp-article/format|Egyptian hieroglyphs]] | Script error: No such module "WikidataIB". | Egyptian Hieroglyphs | style="text-align: right;" | 5.2 | style="text-align: right;" | 5,105 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Elba | style="text-align: center" |Page Template:Mono/styles.css has no content.226 | [[Template:ISO 15924/wp-article/format|Elbasan]] | Script error: No such module "WikidataIB". | Elbasan | style="text-align: right;" | 7.0 | style="text-align: right;" | 40 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Elym | style="text-align: center" |Page Template:Mono/styles.css has no content.128 | [[Template:ISO 15924/wp-article/format|Elymaic]] | Script error: No such module "WikidataIB". | Elymaic | style="text-align: right;" | 12.0 | style="text-align: right;" | 23 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Ethi | style="text-align: center" |Page Template:Mono/styles.css has no content.430 | [[Template:ISO 15924/wp-article/format|Ethiopic (Geʻez)]] | Script error: No such module "WikidataIB". | Ethiopic | style="text-align: right;" | 3.0 | style="text-align: right;" | 523 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Gara | style="text-align: center" |Page Template:Mono/styles.css has no content.164 | [[Template:ISO 15924/wp-article/format|Garay]] | Script error: No such module "WikidataIB". | Garay | style="text-align: right;" | 16.0 | style="text-align: right;" | 69 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Geok | style="text-align: center" |Page Template:Mono/styles.css has no content.241 | [[Template:ISO 15924/wp-article/format|Khutsuri (Asomtavruli and Nuskhuri)]] | Script error: No such module "WikidataIB". | Georgian | style="text-align: right;" | | style="text-align: right;" | | Unicode groups Khutsori, Asomtavruli and Nuskhuri into 'Georgian' (see § Geok). Similarly, Mkhedruli and Mtavruli are 'Georgian' (see § Geor) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Geor | style="text-align: center" |Page Template:Mono/styles.css has no content.240 | [[Template:ISO 15924/wp-article/format|Georgian (Mkhedruli and Mtavruli)]] | Script error: No such module "WikidataIB". | Georgian | style="text-align: right;" | 1.0 | style="text-align: right;" | 173 | In Unicode this also includes Nuskhuri (Page Template:Mono/styles.css has no content.Geok) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Glag | style="text-align: center" |Page Template:Mono/styles.css has no content.225 | [[Template:ISO 15924/wp-article/format|Glagolitic]] | Script error: No such module "WikidataIB". | Glagolitic | style="text-align: right;" | 4.1 | style="text-align: right;" | 134 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Gong | style="text-align: center" |Page Template:Mono/styles.css has no content.312 | [[Template:ISO 15924/wp-article/format|Gunjala Gondi]] | Script error: No such module "WikidataIB". | Gunjala Gondi | style="text-align: right;" | 11.0 | style="text-align: right;" | 63 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Gonm | style="text-align: center" |Page Template:Mono/styles.css has no content.313 | [[Template:ISO 15924/wp-article/format|Masaram Gondi]] | Script error: No such module "WikidataIB". | Masaram Gondi | style="text-align: right;" | 10.0 | style="text-align: right;" | 75 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Goth | style="text-align: center" |Page Template:Mono/styles.css has no content.206 | [[Template:ISO 15924/wp-article/format|Gothic]] | Script error: No such module "WikidataIB". | Gothic | style="text-align: right;" | 3.1 | style="text-align: right;" | 27 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Gran | style="text-align: center" |Page Template:Mono/styles.css has no content.343 | [[Template:ISO 15924/wp-article/format|Grantha]] | Script error: No such module "WikidataIB". | Grantha | style="text-align: right;" | 7.0 | style="text-align: right;" | 85 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Grek | style="text-align: center" |Page Template:Mono/styles.css has no content.200 | [[Template:ISO 15924/wp-article/format|Greek]] | Script error: No such module "WikidataIB". | Greek | style="text-align: right;" | 1.0 | style="text-align: right;" | 518 | Directionality sometimes as boustrophedon | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Gujr | style="text-align: center" |Page Template:Mono/styles.css has no content.320 | [[Template:ISO 15924/wp-article/format|Gujarati]] | Script error: No such module "WikidataIB". | Gujarati | style="text-align: right;" | 1.0 | style="text-align: right;" | 91 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Gukh | style="text-align: center" |Page Template:Mono/styles.css has no content.397 | [[Template:ISO 15924/wp-article/format|Gurung Khema]] | Script error: No such module "WikidataIB". | Gurung Khema | style="text-align: right;" | 16.0 | style="text-align: right;" | 58 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Guru | style="text-align: center" |Page Template:Mono/styles.css has no content.310 | [[Template:ISO 15924/wp-article/format|Gurmukhi]] | Script error: No such module "WikidataIB". | Gurmukhi | style="text-align: right;" | 1.0 | style="text-align: right;" | 80 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hanb | style="text-align: center" |Page Template:Mono/styles.css has no content.503 | [[Template:ISO 15924/wp-article/format|Han with Bopomofo (alias for Han + Bopomofo)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — See § Hani, § Bopo | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hang | style="text-align: center" |Page Template:Mono/styles.css has no content.286 | [[Template:ISO 15924/wp-article/format|Hangul (Hangŭl, Hangeul)]] | Script error: No such module "WikidataIB". | Hangul | style="text-align: right;" | 1.0 | style="text-align: right;" | 11,739 | Hangul syllables relocated in 2.0 | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hani | style="text-align: center" |Page Template:Mono/styles.css has no content.500 | [[Template:ISO 15924/wp-article/format|Han (Hanzi, Kanji, Hanja)]] | Script error: No such module "WikidataIB". | Han | style="text-align: right;" | 1.0 | style="text-align: right;" | 103,351 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hano | style="text-align: center" |Page Template:Mono/styles.css has no content.371 | [[Template:ISO 15924/wp-article/format|Hanunoo (Hanunóo)]] | Script error: No such module "WikidataIB". | Hanunoo | style="text-align: right;" | 3.2 | style="text-align: right;" | 21 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hans | style="text-align: center" |Page Template:Mono/styles.css has no content.501 | [[Template:ISO 15924/wp-article/format|Han (Simplified variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Subset of Han (Hanzi, Kanji, Hanja) (see § Hani) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hant | style="text-align: center" |Page Template:Mono/styles.css has no content.502 | [[Template:ISO 15924/wp-article/format|Han (Traditional variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Subset of § Hani | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hatr | style="text-align: center" |Page Template:Mono/styles.css has no content.127 | [[Template:ISO 15924/wp-article/format|Hatran]] | Script error: No such module "WikidataIB". | Hatran | style="text-align: right;" | 8.0 | style="text-align: right;" | 26 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hebr | style="text-align: center" |Page Template:Mono/styles.css has no content.125 | [[Template:ISO 15924/wp-article/format|Hebrew]] | Script error: No such module "WikidataIB". | Hebrew | style="text-align: right;" | 1.0 | style="text-align: right;" | 134 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hira | style="text-align: center" |Page Template:Mono/styles.css has no content.410 | [[Template:ISO 15924/wp-article/format|Hiragana]] | Script error: No such module "WikidataIB". | Hiragana | style="text-align: right;" | 1.0 | style="text-align: right;" | 381 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hluw | style="text-align: center" |Page Template:Mono/styles.css has no content.080 | [[Template:ISO 15924/wp-article/format|Anatolian Hieroglyphs (Luwian Hieroglyphs, Hittite Hieroglyphs)]] | Script error: No such module "WikidataIB". | Anatolian Hieroglyphs | style="text-align: right;" | 8.0 | style="text-align: right;" | 583 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hmng | style="text-align: center" |Page Template:Mono/styles.css has no content.450 | [[Template:ISO 15924/wp-article/format|Pahawh Hmong]] | Script error: No such module "WikidataIB". | Pahawh Hmong | style="text-align: right;" | 7.0 | style="text-align: right;" | 127 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hmnp | style="text-align: center" |Page Template:Mono/styles.css has no content.451 | [[Template:ISO 15924/wp-article/format|Nyiakeng Puachue Hmong]] | Script error: No such module "WikidataIB". | Nyiakeng Puachue Hmong | style="text-align: right;" | 12.0 | style="text-align: right;" | 71 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hntl | style="text-align: center" |Page Template:Mono/styles.css has no content.504 | [[Template:ISO 15924/wp-article/format|Han (Traditional variant) with Latin (alias for Hant + Latn)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — See § Hant and § Latn | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hrkt | style="text-align: center" |Page Template:Mono/styles.css has no content.412 | [[Template:ISO 15924/wp-article/format|Japanese syllabaries (alias for Hiragana + Katakana)]] | Script error: No such module "WikidataIB". | Katakana or Hiragana | style="text-align: right;" | | style="text-align: right;" | | See § Hira, § Kana | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Hung | style="text-align: center" |Page Template:Mono/styles.css has no content.176 | [[Template:ISO 15924/wp-article/format|Old Hungarian (Hungarian Runic)]] | Script error: No such module "WikidataIB". | Old Hungarian | style="text-align: right;" | 8.0 | style="text-align: right;" | 108 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Inds | style="text-align: center" |Page Template:Mono/styles.css has no content.610 | [[Template:ISO 15924/wp-article/format|Indus (Harappan)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Ital | style="text-align: center" |Page Template:Mono/styles.css has no content.210 | [[Template:ISO 15924/wp-article/format|Old Italic (Etruscan, Oscan, etc.)]] | Script error: No such module "WikidataIB". | Old Italic | style="text-align: right;" | 3.1 | style="text-align: right;" | 39 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Jamo | style="text-align: center" |Page Template:Mono/styles.css has no content.284 | [[Template:ISO 15924/wp-article/format|Jamo (alias for Jamo subset of Hangul)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Subset of § Hang | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Java | style="text-align: center" |Page Template:Mono/styles.css has no content.361 | [[Template:ISO 15924/wp-article/format|Javanese]] | Script error: No such module "WikidataIB". | Javanese | style="text-align: right;" | 5.2 | style="text-align: right;" | 90 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Jpan | style="text-align: center" |Page Template:Mono/styles.css has no content.413 | [[Template:ISO 15924/wp-article/format|Japanese (alias for Han + Hiragana + Katakana)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — See § Hani, § Hira and § Kana | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Jurc | style="text-align: center" |Page Template:Mono/styles.css has no content.510 | [[Template:ISO 15924/wp-article/format|Jurchen]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Kali | style="text-align: center" |Page Template:Mono/styles.css has no content.357 | [[Template:ISO 15924/wp-article/format|Kayah Li]] | Script error: No such module "WikidataIB". | Kayah Li | style="text-align: right;" | 5.1 | style="text-align: right;" | 47 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Kana | style="text-align: center" |Page Template:Mono/styles.css has no content.411 | [[Template:ISO 15924/wp-article/format|Katakana]] | Script error: No such module "WikidataIB". | Katakana | style="text-align: right;" | 1.0 | style="text-align: right;" | 321 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Kawi | style="text-align: center" |Page Template:Mono/styles.css has no content.368 | [[Template:ISO 15924/wp-article/format|Kawi]] | Script error: No such module "WikidataIB". | Kawi | style="text-align: right;" | 15.0 | style="text-align: right;" | 87 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Khar | style="text-align: center" |Page Template:Mono/styles.css has no content.305 | [[Template:ISO 15924/wp-article/format|Kharoshthi]] | Script error: No such module "WikidataIB". | Kharoshthi | style="text-align: right;" | 4.1 | style="text-align: right;" | 68 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Khmr | style="text-align: center" |Page Template:Mono/styles.css has no content.355 | [[Template:ISO 15924/wp-article/format|Khmer]] | Script error: No such module "WikidataIB". | Khmer | style="text-align: right;" | 3.0 | style="text-align: right;" | 146 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Khoj | style="text-align: center" |Page Template:Mono/styles.css has no content.322 | [[Template:ISO 15924/wp-article/format|Khojki]] | Script error: No such module "WikidataIB". | Khojki | style="text-align: right;" | 7.0 | style="text-align: right;" | 65 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Kitl | style="text-align: center" |Page Template:Mono/styles.css has no content.505 | [[Template:ISO 15924/wp-article/format|Khitan large script]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Kits | style="text-align: center" |Page Template:Mono/styles.css has no content.288 | [[Template:ISO 15924/wp-article/format|Khitan small script]] | Script error: No such module "WikidataIB". | Khitan Small Script | style="text-align: right;" | 13.0 | style="text-align: right;" | 472 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Knda | style="text-align: center" |Page Template:Mono/styles.css has no content.345 | [[Template:ISO 15924/wp-article/format|Kannada]] | Script error: No such module "WikidataIB". | Kannada | style="text-align: right;" | 1.0 | style="text-align: right;" | 92 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Kore | style="text-align: center" |Page Template:Mono/styles.css has no content.287 | [[Template:ISO 15924/wp-article/format|Korean (alias for Hangul + Han)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — See § Hani, § Hang | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Kpel | style="text-align: center" |Page Template:Mono/styles.css has no content.436 | [[Template:ISO 15924/wp-article/format|Kpelle]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Krai | style="text-align: center" |Page Template:Mono/styles.css has no content.396 | [[Template:ISO 15924/wp-article/format|Kirat Rai]] | Script error: No such module "WikidataIB". | Kirat Rai | style="text-align: right;" | 16.0 | style="text-align: right;" | 58 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Kthi | style="text-align: center" |Page Template:Mono/styles.css has no content.317 | [[Template:ISO 15924/wp-article/format|Kaithi]] | Script error: No such module "WikidataIB". | Kaithi | style="text-align: right;" | 5.2 | style="text-align: right;" | 68 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Lana | style="text-align: center" |Page Template:Mono/styles.css has no content.351 | [[Template:ISO 15924/wp-article/format|Tai Tham (Lanna)]] | Script error: No such module "WikidataIB". | Tai Tham | style="text-align: right;" | 5.2 | style="text-align: right;" | 127 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Laoo | style="text-align: center" |Page Template:Mono/styles.css has no content.356 | [[Template:ISO 15924/wp-article/format|Lao]] | Script error: No such module "WikidataIB". | Lao | style="text-align: right;" | 1.0 | style="text-align: right;" | 83 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Latf | style="text-align: center" |Page Template:Mono/styles.css has no content.217 | [[Template:ISO 15924/wp-article/format|Latin (Fraktur variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Typographic variant of Latin (see § Latn) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Latg | style="text-align: center" |Page Template:Mono/styles.css has no content.216 | [[Template:ISO 15924/wp-article/format|Latin (Gaelic variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Typographic variant of Latin (see § Latn) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Latn | style="text-align: center" |Page Template:Mono/styles.css has no content.215 | [[Template:ISO 15924/wp-article/format|Latin]] | Script error: No such module "WikidataIB". | Latin | style="text-align: right;" | 1.0 | style="text-align: right;" | 1,492 | See also: Latin script in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Leke | style="text-align: center" |Page Template:Mono/styles.css has no content.364 | [[Template:ISO 15924/wp-article/format|Leke]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Lepc | style="text-align: center" |Page Template:Mono/styles.css has no content.335 | [[Template:ISO 15924/wp-article/format|Lepcha (Róng)]] | Script error: No such module "WikidataIB". | Lepcha | style="text-align: right;" | 5.1 | style="text-align: right;" | 74 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Limb | style="text-align: center" |Page Template:Mono/styles.css has no content.336 | [[Template:ISO 15924/wp-article/format|Limbu]] | Script error: No such module "WikidataIB". | Limbu | style="text-align: right;" | 4.0 | style="text-align: right;" | 68 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Lina | style="text-align: center" |Page Template:Mono/styles.css has no content.400 | [[Template:ISO 15924/wp-article/format|Linear A]] | Script error: No such module "WikidataIB". | Linear A | style="text-align: right;" | 7.0 | style="text-align: right;" | 341 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Linb | style="text-align: center" |Page Template:Mono/styles.css has no content.401 | [[Template:ISO 15924/wp-article/format|Linear B]] | Script error: No such module "WikidataIB". | Linear B | style="text-align: right;" | 4.0 | style="text-align: right;" | 211 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Lisu | style="text-align: center" |Page Template:Mono/styles.css has no content.399 | [[Template:ISO 15924/wp-article/format|Lisu (Fraser)]] | Script error: No such module "WikidataIB". | Lisu | style="text-align: right;" | 5.2 | style="text-align: right;" | 49 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Loma | style="text-align: center" |Page Template:Mono/styles.css has no content.437 | [[Template:ISO 15924/wp-article/format|Loma]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Lyci | style="text-align: center" |Page Template:Mono/styles.css has no content.202 | [[Template:ISO 15924/wp-article/format|Lycian]] | Script error: No such module "WikidataIB". | Lycian | style="text-align: right;" | 5.1 | style="text-align: right;" | 29 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Lydi | style="text-align: center" |Page Template:Mono/styles.css has no content.116 | [[Template:ISO 15924/wp-article/format|Lydian]] | Script error: No such module "WikidataIB". | Lydian | style="text-align: right;" | 5.1 | style="text-align: right;" | 27 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mahj | style="text-align: center" |Page Template:Mono/styles.css has no content.314 | [[Template:ISO 15924/wp-article/format|Mahajani]] | Script error: No such module "WikidataIB". | Mahajani | style="text-align: right;" | 7.0 | style="text-align: right;" | 39 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Maka | style="text-align: center" |Page Template:Mono/styles.css has no content.366 | [[Template:ISO 15924/wp-article/format|Makasar]] | Script error: No such module "WikidataIB". | Makasar | style="text-align: right;" | 11.0 | style="text-align: right;" | 25 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mand | style="text-align: center" |Page Template:Mono/styles.css has no content.140 | [[Template:ISO 15924/wp-article/format|Mandaic, Mandaean]] | Script error: No such module "WikidataIB". | Mandaic | style="text-align: right;" | 6.0 | style="text-align: right;" | 29 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mani | style="text-align: center" |Page Template:Mono/styles.css has no content.139 | [[Template:ISO 15924/wp-article/format|Manichaean]] | Script error: No such module "WikidataIB". | Manichaean | style="text-align: right;" | 7.0 | style="text-align: right;" | 51 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Marc | style="text-align: center" |Page Template:Mono/styles.css has no content.332 | [[Template:ISO 15924/wp-article/format|Marchen]] | Script error: No such module "WikidataIB". | Marchen | style="text-align: right;" | 9.0 | style="text-align: right;" | 68 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Maya | style="text-align: center" |Page Template:Mono/styles.css has no content.090 | [[Template:ISO 15924/wp-article/format|Mayan hieroglyphs]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Medf | style="text-align: center" |Page Template:Mono/styles.css has no content.265 | [[Template:ISO 15924/wp-article/format|Medefaidrin (Oberi Okaime, Oberi Ɔkaimɛ)]] | Script error: No such module "WikidataIB". | Medefaidrin | style="text-align: right;" | 11.0 | style="text-align: right;" | 91 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mend | style="text-align: center" |Page Template:Mono/styles.css has no content.438 | [[Template:ISO 15924/wp-article/format|Mende Kikakui]] | Script error: No such module "WikidataIB". | Mende Kikakui | style="text-align: right;" | 7.0 | style="text-align: right;" | 213 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Merc | style="text-align: center" |Page Template:Mono/styles.css has no content.101 | [[Template:ISO 15924/wp-article/format|Meroitic Cursive]] | Script error: No such module "WikidataIB". | Meroitic Cursive | style="text-align: right;" | 6.1 | style="text-align: right;" | 90 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mero | style="text-align: center" |Page Template:Mono/styles.css has no content.100 | [[Template:ISO 15924/wp-article/format|Meroitic Hieroglyphs]] | Script error: No such module "WikidataIB". | Meroitic Hieroglyphs | style="text-align: right;" | 6.1 | style="text-align: right;" | 32 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mlym | style="text-align: center" |Page Template:Mono/styles.css has no content.347 | [[Template:ISO 15924/wp-article/format|Malayalam]] | Script error: No such module "WikidataIB". | Malayalam | style="text-align: right;" | 1.0 | style="text-align: right;" | 118 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Modi | style="text-align: center" |Page Template:Mono/styles.css has no content.324 | [[Template:ISO 15924/wp-article/format|Modi, Moḍī]] | Script error: No such module "WikidataIB". | Modi | style="text-align: right;" | 7.0 | style="text-align: right;" | 79 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mong | style="text-align: center" |Page Template:Mono/styles.css has no content.145 | [[Template:ISO 15924/wp-article/format|Mongolian]] | Script error: No such module "WikidataIB". | Mongolian | style="text-align: right;" | 3.0 | style="text-align: right;" | 168 | Page Template:Mono/styles.css has no content.Mong includes Clear and Manchu scripts | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Moon | style="text-align: center" |Page Template:Mono/styles.css has no content.218 | [[Template:ISO 15924/wp-article/format|Moon (Moon code, Moon script, Moon type)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mroo | style="text-align: center" |Page Template:Mono/styles.css has no content.264 | [[Template:ISO 15924/wp-article/format|Mro, Mru]] | Script error: No such module "WikidataIB". | Mro | style="text-align: right;" | 7.0 | style="text-align: right;" | 43 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mtei | style="text-align: center" |Page Template:Mono/styles.css has no content.337 | [[Template:ISO 15924/wp-article/format|Meitei Mayek (Meithei, Meetei)]] | Script error: No such module "WikidataIB". | Meetei Mayek | style="text-align: right;" | 5.2 | style="text-align: right;" | 79 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mult | style="text-align: center" |Page Template:Mono/styles.css has no content.323 | [[Template:ISO 15924/wp-article/format|Multani]] | Script error: No such module "WikidataIB". | Multani | style="text-align: right;" | 8.0 | style="text-align: right;" | 38 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Mymr | style="text-align: center" |Page Template:Mono/styles.css has no content.350 | [[Template:ISO 15924/wp-article/format|Myanmar (Burmese)]] | Script error: No such module "WikidataIB". | Myanmar | style="text-align: right;" | 3.0 | style="text-align: right;" | 243 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Nagm | style="text-align: center" |Page Template:Mono/styles.css has no content.295 | [[Template:ISO 15924/wp-article/format|Nag Mundari]] | Script error: No such module "WikidataIB". | Nag Mundari | style="text-align: right;" | 15.0 | style="text-align: right;" | 42 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Nand | style="text-align: center" |Page Template:Mono/styles.css has no content.311 | [[Template:ISO 15924/wp-article/format|Nandinagari]] | Script error: No such module "WikidataIB". | Nandinagari | style="text-align: right;" | 12.0 | style="text-align: right;" | 65 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Narb | style="text-align: center" |Page Template:Mono/styles.css has no content.106 | [[Template:ISO 15924/wp-article/format|Old North Arabian (Ancient North Arabian)]] | Script error: No such module "WikidataIB". | Old North Arabian | style="text-align: right;" | 7.0 | style="text-align: right;" | 32 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Nbat | style="text-align: center" |Page Template:Mono/styles.css has no content.159 | [[Template:ISO 15924/wp-article/format|Nabataean]] | Script error: No such module "WikidataIB". | Nabataean | style="text-align: right;" | 7.0 | style="text-align: right;" | 40 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Newa | style="text-align: center" |Page Template:Mono/styles.css has no content.333 | [[Template:ISO 15924/wp-article/format|Newa, Newar, Newari, Nepāla lipi]] | Script error: No such module "WikidataIB". | Newa | style="text-align: right;" | 9.0 | style="text-align: right;" | 97 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Nkdb | style="text-align: center" |Page Template:Mono/styles.css has no content.085 | [[Template:ISO 15924/wp-article/format|Naxi Dongba (na²¹ɕi³³ to³³ba²¹, Nakhi Tomba)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Nkgb | style="text-align: center" |Page Template:Mono/styles.css has no content.420 | [[Template:ISO 15924/wp-article/format|Naxi Geba (na²¹ɕi³³ gʌ²¹ba²¹, 'Na-'Khi ²Ggŏ-¹baw, Nakhi Geba)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Nkoo | style="text-align: center" |Page Template:Mono/styles.css has no content.165 | [[Template:ISO 15924/wp-article/format|N’Ko]] | Script error: No such module "WikidataIB". | NKo | style="text-align: right;" | 5.0 | style="text-align: right;" | 62 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Nshu | style="text-align: center" |Page Template:Mono/styles.css has no content.499 | [[Template:ISO 15924/wp-article/format|Nüshu]] | Script error: No such module "WikidataIB". | Nushu | style="text-align: right;" | 10.0 | style="text-align: right;" | 397 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Ogam | style="text-align: center" |Page Template:Mono/styles.css has no content.212 | [[Template:ISO 15924/wp-article/format|Ogham]] | Script error: No such module "WikidataIB". | Ogham | style="text-align: right;" | 3.0 | style="text-align: right;" | 29 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Olck | style="text-align: center" |Page Template:Mono/styles.css has no content.261 | [[Template:ISO 15924/wp-article/format|Ol Chiki (Ol Cemet’, Ol, Santali)]] | Script error: No such module "WikidataIB". | Ol Chiki | style="text-align: right;" | 5.1 | style="text-align: right;" | 48 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Onao | style="text-align: center" |Page Template:Mono/styles.css has no content.296 | [[Template:ISO 15924/wp-article/format|Ol Onal]] | Script error: No such module "WikidataIB". | Ol Onal | style="text-align: right;" | 16.0 | style="text-align: right;" | 44 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Orkh | style="text-align: center" |Page Template:Mono/styles.css has no content.175 | [[Template:ISO 15924/wp-article/format|Old Turkic, Orkhon Runic]] | Script error: No such module "WikidataIB". | Old Turkic | style="text-align: right;" | 5.2 | style="text-align: right;" | 73 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Orya | style="text-align: center" |Page Template:Mono/styles.css has no content.327 | [[Template:ISO 15924/wp-article/format|Oriya (Odia)]] | Script error: No such module "WikidataIB". | Oriya | style="text-align: right;" | 1.0 | style="text-align: right;" | 91 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Osge | style="text-align: center" |Page Template:Mono/styles.css has no content.219 | [[Template:ISO 15924/wp-article/format|Osage]] | Script error: No such module "WikidataIB". | Osage | style="text-align: right;" | 9.0 | style="text-align: right;" | 72 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Osma | style="text-align: center" |Page Template:Mono/styles.css has no content.260 | [[Template:ISO 15924/wp-article/format|Osmanya]] | Script error: No such module "WikidataIB". | Osmanya | style="text-align: right;" | 4.0 | style="text-align: right;" | 40 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Ougr | style="text-align: center" |Page Template:Mono/styles.css has no content.143 | [[Template:ISO 15924/wp-article/format|Old Uyghur]] | Script error: No such module "WikidataIB". | Old Uyghur | style="text-align: right;" | 14.0 | style="text-align: right;" | 26 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Palm | style="text-align: center" |Page Template:Mono/styles.css has no content.126 | [[Template:ISO 15924/wp-article/format|Palmyrene]] | Script error: No such module "WikidataIB". | Palmyrene | style="text-align: right;" | 7.0 | style="text-align: right;" | 32 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Pauc | style="text-align: center" |Page Template:Mono/styles.css has no content.263 | [[Template:ISO 15924/wp-article/format|Pau Cin Hau]] | Script error: No such module "WikidataIB". | Pau Cin Hau | style="text-align: right;" | 7.0 | style="text-align: right;" | 57 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Pcun | style="text-align: center" |Page Template:Mono/styles.css has no content.015 | [[Template:ISO 15924/wp-article/format|Proto-Cuneiform]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Pelm | style="text-align: center" |Page Template:Mono/styles.css has no content.016 | [[Template:ISO 15924/wp-article/format|Proto-Elamite]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Perm | style="text-align: center" |Page Template:Mono/styles.css has no content.227 | [[Template:ISO 15924/wp-article/format|Old Permic]] | Script error: No such module "WikidataIB". | Old Permic | style="text-align: right;" | 7.0 | style="text-align: right;" | 43 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Phag | style="text-align: center" |Page Template:Mono/styles.css has no content.331 | [[Template:ISO 15924/wp-article/format|Phags-pa]] | Script error: No such module "WikidataIB". | Phags-pa | style="text-align: right;" | 5.0 | style="text-align: right;" | 56 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Phli | style="text-align: center" |Page Template:Mono/styles.css has no content.131 | [[Template:ISO 15924/wp-article/format|Inscriptional Pahlavi]] | Script error: No such module "WikidataIB". | Inscriptional Pahlavi | style="text-align: right;" | 5.2 | style="text-align: right;" | 27 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Phlp | style="text-align: center" |Page Template:Mono/styles.css has no content.132 | [[Template:ISO 15924/wp-article/format|Psalter Pahlavi]] | Script error: No such module "WikidataIB". | Psalter Pahlavi | style="text-align: right;" | 7.0 | style="text-align: right;" | 29 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Phlv | style="text-align: center" |Page Template:Mono/styles.css has no content.133 | [[Template:ISO 15924/wp-article/format|Book Pahlavi]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Phnx | style="text-align: center" |Page Template:Mono/styles.css has no content.115 | [[Template:ISO 15924/wp-article/format|Phoenician]] | Script error: No such module "WikidataIB". | Phoenician | style="text-align: right;" | 5.0 | style="text-align: right;" | 29 | Ancient/historic[g] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Piqd | style="text-align: center" |Page Template:Mono/styles.css has no content.293 | [[Template:ISO 15924/wp-article/format|Klingon (KLI pIqaD)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Rejected for inclusion in Unicode[iii][iv] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Plrd | style="text-align: center" |Page Template:Mono/styles.css has no content.282 | [[Template:ISO 15924/wp-article/format|Miao (Pollard)]] | Script error: No such module "WikidataIB". | Miao | style="text-align: right;" | 6.1 | style="text-align: right;" | 149 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Prti | style="text-align: center" |Page Template:Mono/styles.css has no content.130 | [[Template:ISO 15924/wp-article/format|Inscriptional Parthian]] | Script error: No such module "WikidataIB". | Inscriptional Parthian | style="text-align: right;" | 5.2 | style="text-align: right;" | 30 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Psin | style="text-align: center" |Page Template:Mono/styles.css has no content.103 | [[Template:ISO 15924/wp-article/format|Proto-Sinaitic]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Qaaa-Qabx | style="text-align: center" |Page Template:Mono/styles.css has no content.900-949 | [[Template:ISO 15924/wp-article/format|Reserved for private use (range)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Ranj | style="text-align: center" |Page Template:Mono/styles.css has no content.303 | [[Template:ISO 15924/wp-article/format|Ranjana]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Rjng | style="text-align: center" |Page Template:Mono/styles.css has no content.363 | [[Template:ISO 15924/wp-article/format|Rejang (Redjang, Kaganga)]] | Script error: No such module "WikidataIB". | Rejang | style="text-align: right;" | 5.1 | style="text-align: right;" | 37 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Rohg | style="text-align: center" |Page Template:Mono/styles.css has no content.167 | [[Template:ISO 15924/wp-article/format|Hanifi Rohingya]] | Script error: No such module "WikidataIB". | Hanifi Rohingya | style="text-align: right;" | 11.0 | style="text-align: right;" | 50 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Roro | style="text-align: center" |Page Template:Mono/styles.css has no content.620 | [[Template:ISO 15924/wp-article/format|Rongorongo]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Runr | style="text-align: center" |Page Template:Mono/styles.css has no content.211 | [[Template:ISO 15924/wp-article/format|Runic]] | Script error: No such module "WikidataIB". | Runic | style="text-align: right;" | 3.0 | style="text-align: right;" | 86 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Samr | style="text-align: center" |Page Template:Mono/styles.css has no content.123 | [[Template:ISO 15924/wp-article/format|Samaritan]] | Script error: No such module "WikidataIB". | Samaritan | style="text-align: right;" | 5.2 | style="text-align: right;" | 61 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sara | style="text-align: center" |Page Template:Mono/styles.css has no content.292 | [[Template:ISO 15924/wp-article/format|Sarati]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sarb | style="text-align: center" |Page Template:Mono/styles.css has no content.105 | [[Template:ISO 15924/wp-article/format|Old South Arabian]] | Script error: No such module "WikidataIB". | Old South Arabian | style="text-align: right;" | 5.2 | style="text-align: right;" | 32 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Saur | style="text-align: center" |Page Template:Mono/styles.css has no content.344 | [[Template:ISO 15924/wp-article/format|Saurashtra]] | Script error: No such module "WikidataIB". | Saurashtra | style="text-align: right;" | 5.1 | style="text-align: right;" | 82 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Seal | style="text-align: center" |Page Template:Mono/styles.css has no content.590 | [[Template:ISO 15924/wp-article/format|(Small) Seal]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sgnw | style="text-align: center" |Page Template:Mono/styles.css has no content.095 | [[Template:ISO 15924/wp-article/format|SignWriting]] | Script error: No such module "WikidataIB". | SignWriting | style="text-align: right;" | 8.0 | style="text-align: right;" | 672 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Shaw | style="text-align: center" |Page Template:Mono/styles.css has no content.281 | [[Template:ISO 15924/wp-article/format|Shavian (Shaw)]] | Script error: No such module "WikidataIB". | Shavian | style="text-align: right;" | 4.0 | style="text-align: right;" | 48 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Shrd | style="text-align: center" |Page Template:Mono/styles.css has no content.319 | [[Template:ISO 15924/wp-article/format|Sharada, Śāradā]] | Script error: No such module "WikidataIB". | Sharada | style="text-align: right;" | 6.1 | style="text-align: right;" | 104 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Shui | style="text-align: center" |Page Template:Mono/styles.css has no content.530 | [[Template:ISO 15924/wp-article/format|Shuishu]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sidd | style="text-align: center" |Page Template:Mono/styles.css has no content.302 | [[Template:ISO 15924/wp-article/format|Siddham, Siddhaṃ, Siddhamātṛkā]] | Script error: No such module "WikidataIB". | Siddham | style="text-align: right;" | 7.0 | style="text-align: right;" | 92 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sidt | style="text-align: center" |Page Template:Mono/styles.css has no content.180 | [[Template:ISO 15924/wp-article/format|Sidetic]] | Script error: No such module "WikidataIB". | Sidetic | style="text-align: right;" | 17.0 | style="text-align: right;" | 26 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sind | style="text-align: center" |Page Template:Mono/styles.css has no content.318 | [[Template:ISO 15924/wp-article/format|Khudawadi, Sindhi]] | Script error: No such module "WikidataIB". | Khudawadi | style="text-align: right;" | 7.0 | style="text-align: right;" | 69 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sinh | style="text-align: center" |Page Template:Mono/styles.css has no content.348 | [[Template:ISO 15924/wp-article/format|Sinhala]] | Script error: No such module "WikidataIB". | Sinhala | style="text-align: right;" | 3.0 | style="text-align: right;" | 111 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sogd | style="text-align: center" |Page Template:Mono/styles.css has no content.141 | [[Template:ISO 15924/wp-article/format|Sogdian]] | Script error: No such module "WikidataIB". | Sogdian | style="text-align: right;" | 11.0 | style="text-align: right;" | 42 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sogo | style="text-align: center" |Page Template:Mono/styles.css has no content.142 | [[Template:ISO 15924/wp-article/format|Old Sogdian]] | Script error: No such module "WikidataIB". | Old Sogdian | style="text-align: right;" | 11.0 | style="text-align: right;" | 40 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sora | style="text-align: center" |Page Template:Mono/styles.css has no content.398 | [[Template:ISO 15924/wp-article/format|Sora Sompeng]] | Script error: No such module "WikidataIB". | Sora Sompeng | style="text-align: right;" | 6.1 | style="text-align: right;" | 35 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Soyo | style="text-align: center" |Page Template:Mono/styles.css has no content.329 | [[Template:ISO 15924/wp-article/format|Soyombo]] | Script error: No such module "WikidataIB". | Soyombo | style="text-align: right;" | 10.0 | style="text-align: right;" | 83 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sund | style="text-align: center" |Page Template:Mono/styles.css has no content.362 | [[Template:ISO 15924/wp-article/format|Sundanese]] | Script error: No such module "WikidataIB". | Sundanese | style="text-align: right;" | 5.1 | style="text-align: right;" | 72 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sunu | style="text-align: center" |Page Template:Mono/styles.css has no content.274 | [[Template:ISO 15924/wp-article/format|Sunuwar]] | Script error: No such module "WikidataIB". | Sunuwar | style="text-align: right;" | 16.0 | style="text-align: right;" | 44 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Sylo | style="text-align: center" |Page Template:Mono/styles.css has no content.316 | [[Template:ISO 15924/wp-article/format|Syloti Nagri]] | Script error: No such module "WikidataIB". | Syloti Nagri | style="text-align: right;" | 4.1 | style="text-align: right;" | 45 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Syrc | style="text-align: center" |Page Template:Mono/styles.css has no content.135 | [[Template:ISO 15924/wp-article/format|Syriac]] | Script error: No such module "WikidataIB". | Syriac | style="text-align: right;" | 3.0 | style="text-align: right;" | 88 | Includes typographic variants Estrangelo (see § Syre), Western (§ Syrj), and Eastern (§ Syrn) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Syre | style="text-align: center" |Page Template:Mono/styles.css has no content.138 | [[Template:ISO 15924/wp-article/format|Syriac (Estrangelo variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Typographic variant of Syriac (see § Syrc) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Syrj | style="text-align: center" |Page Template:Mono/styles.css has no content.137 | [[Template:ISO 15924/wp-article/format|Syriac (Western variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Typographic variant of Syriac (see § Syrc) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Syrn | style="text-align: center" |Page Template:Mono/styles.css has no content.136 | [[Template:ISO 15924/wp-article/format|Syriac (Eastern variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Typographic variant of Syriac (see § Syrc) | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tagb | style="text-align: center" |Page Template:Mono/styles.css has no content.373 | [[Template:ISO 15924/wp-article/format|Tagbanwa]] | Script error: No such module "WikidataIB". | Tagbanwa | style="text-align: right;" | 3.2 | style="text-align: right;" | 18 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Takr | style="text-align: center" |Page Template:Mono/styles.css has no content.321 | [[Template:ISO 15924/wp-article/format|Takri, Ṭākrī, Ṭāṅkrī]] | Script error: No such module "WikidataIB". | Takri | style="text-align: right;" | 6.1 | style="text-align: right;" | 68 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tale | style="text-align: center" |Page Template:Mono/styles.css has no content.353 | [[Template:ISO 15924/wp-article/format|Tai Le]] | Script error: No such module "WikidataIB". | Tai Le | style="text-align: right;" | 4.0 | style="text-align: right;" | 35 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Talu | style="text-align: center" |Page Template:Mono/styles.css has no content.354 | [[Template:ISO 15924/wp-article/format|New Tai Lue]] | Script error: No such module "WikidataIB". | New Tai Lue | style="text-align: right;" | 4.1 | style="text-align: right;" | 83 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Taml | style="text-align: center" |Page Template:Mono/styles.css has no content.346 | [[Template:ISO 15924/wp-article/format|Tamil]] | Script error: No such module "WikidataIB". | Tamil | style="text-align: right;" | 1.0 | style="text-align: right;" | 123 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tang | style="text-align: center" |Page Template:Mono/styles.css has no content.520 | [[Template:ISO 15924/wp-article/format|Tangut]] | Script error: No such module "WikidataIB". | Tangut | style="text-align: right;" | 9.0 | style="text-align: right;" | 7,059 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tavt | style="text-align: center" |Page Template:Mono/styles.css has no content.359 | [[Template:ISO 15924/wp-article/format|Tai Viet]] | Script error: No such module "WikidataIB". | Tai Viet | style="text-align: right;" | 5.2 | style="text-align: right;" | 72 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tayo | style="text-align: center" |Page Template:Mono/styles.css has no content.380 | [[Template:ISO 15924/wp-article/format|Tai Yo]] | Script error: No such module "WikidataIB". | Tai Yo | style="text-align: right;" | 17.0 | style="text-align: right;" | 55 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Telu | style="text-align: center" |Page Template:Mono/styles.css has no content.340 | [[Template:ISO 15924/wp-article/format|Telugu]] | Script error: No such module "WikidataIB". | Telugu | style="text-align: right;" | 1.0 | style="text-align: right;" | 101 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Teng | style="text-align: center" |Page Template:Mono/styles.css has no content.290 | [[Template:ISO 15924/wp-article/format|Tengwar]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tfng | style="text-align: center" |Page Template:Mono/styles.css has no content.120 | [[Template:ISO 15924/wp-article/format|Tifinagh (Berber)]] | Script error: No such module "WikidataIB". | Tifinagh | style="text-align: right;" | 4.1 | style="text-align: right;" | 59 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tglg | style="text-align: center" |Page Template:Mono/styles.css has no content.370 | [[Template:ISO 15924/wp-article/format|Tagalog (Baybayin, Alibata)]] | Script error: No such module "WikidataIB". | Tagalog | style="text-align: right;" | 3.2 | style="text-align: right;" | 23 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Thaa | style="text-align: center" |Page Template:Mono/styles.css has no content.170 | [[Template:ISO 15924/wp-article/format|Thaana]] | Script error: No such module "WikidataIB". | Thaana | style="text-align: right;" | 3.0 | style="text-align: right;" | 50 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Thai | style="text-align: center" |Page Template:Mono/styles.css has no content.352 | [[Template:ISO 15924/wp-article/format|Thai]] | Script error: No such module "WikidataIB". | Thai | style="text-align: right;" | 1.0 | style="text-align: right;" | 86 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tibt | style="text-align: center" |Page Template:Mono/styles.css has no content.330 | [[Template:ISO 15924/wp-article/format|Tibetan]] | Script error: No such module "WikidataIB". | Tibetan | style="text-align: right;" | 2.0 | style="text-align: right;" | 207 | Added in 1.0, removed in 1.1 and reintroduced in 2.0 | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tirh | style="text-align: center" |Page Template:Mono/styles.css has no content.326 | [[Template:ISO 15924/wp-article/format|Tirhuta]] | Script error: No such module "WikidataIB". | Tirhuta | style="text-align: right;" | 7.0 | style="text-align: right;" | 82 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tnsa | style="text-align: center" |Page Template:Mono/styles.css has no content.275 | [[Template:ISO 15924/wp-article/format|Tangsa]] | Script error: No such module "WikidataIB". | Tangsa | style="text-align: right;" | 14.0 | style="text-align: right;" | 89 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Todr | style="text-align: center" |Page Template:Mono/styles.css has no content.229 | [[Template:ISO 15924/wp-article/format|Todhri]] | Script error: No such module "WikidataIB". | Todhri | style="text-align: right;" | 16.0 | style="text-align: right;" | 52 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tols | style="text-align: center" |Page Template:Mono/styles.css has no content.299 | [[Template:ISO 15924/wp-article/format|Tolong Siki]] | Script error: No such module "WikidataIB". | Tolong Siki | style="text-align: right;" | 17.0 | style="text-align: right;" | 54 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Toto | style="text-align: center" |Page Template:Mono/styles.css has no content.294 | [[Template:ISO 15924/wp-article/format|Toto]] | Script error: No such module "WikidataIB". | Toto | style="text-align: right;" | 14.0 | style="text-align: right;" | 31 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Tutg | style="text-align: center" |Page Template:Mono/styles.css has no content.341 | [[Template:ISO 15924/wp-article/format|Tulu-Tigalari]] | Script error: No such module "WikidataIB". | Tulu Tigalari | style="text-align: right;" | 16.0 | style="text-align: right;" | 80 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Ugar | style="text-align: center" |Page Template:Mono/styles.css has no content.040 | [[Template:ISO 15924/wp-article/format|Ugaritic]] | Script error: No such module "WikidataIB". | Ugaritic | style="text-align: right;" | 4.0 | style="text-align: right;" | 31 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Vaii | style="text-align: center" |Page Template:Mono/styles.css has no content.470 | [[Template:ISO 15924/wp-article/format|Vai]] | Script error: No such module "WikidataIB". | Vai | style="text-align: right;" | 5.1 | style="text-align: right;" | 300 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Visp | style="text-align: center" |Page Template:Mono/styles.css has no content.280 | [[Template:ISO 15924/wp-article/format|Visible Speech]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Vith | style="text-align: center" |Page Template:Mono/styles.css has no content.228 | [[Template:ISO 15924/wp-article/format|Vithkuqi]] | Script error: No such module "WikidataIB". | Vithkuqi | style="text-align: right;" | 14.0 | style="text-align: right;" | 70 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Wara | style="text-align: center" |Page Template:Mono/styles.css has no content.262 | [[Template:ISO 15924/wp-article/format|Warang Citi (Varang Kshiti)]] | Script error: No such module "WikidataIB". | Warang Citi | style="text-align: right;" | 7.0 | style="text-align: right;" | 84 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Wcho | style="text-align: center" |Page Template:Mono/styles.css has no content.283 | [[Template:ISO 15924/wp-article/format|Wancho]] | Script error: No such module "WikidataIB". | Wancho | style="text-align: right;" | 12.0 | style="text-align: right;" | 59 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Wole | style="text-align: center" |Page Template:Mono/styles.css has no content.480 | [[Template:ISO 15924/wp-article/format|Woleai]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not in Unicode, proposal is explored[i] | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Xpeo | style="text-align: center" |Page Template:Mono/styles.css has no content.030 | [[Template:ISO 15924/wp-article/format|Old Persian]] | Script error: No such module "WikidataIB". | Old Persian | style="text-align: right;" | 4.1 | style="text-align: right;" | 50 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Xsux | style="text-align: center" |Page Template:Mono/styles.css has no content.020 | [[Template:ISO 15924/wp-article/format|Cuneiform, Sumero-Akkadian]] | Script error: No such module "WikidataIB". | Cuneiform | style="text-align: right;" | 5.0 | style="text-align: right;" | 1,234 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Yezi | style="text-align: center" |Page Template:Mono/styles.css has no content.192 | [[Template:ISO 15924/wp-article/format|Yezidi]] | Script error: No such module "WikidataIB". | Yezidi | style="text-align: right;" | 13.0 | style="text-align: right;" | 47 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Yiii | style="text-align: center" |Page Template:Mono/styles.css has no content.460 | [[Template:ISO 15924/wp-article/format|Yi]] | Script error: No such module "WikidataIB". | Yi | style="text-align: right;" | 3.0 | style="text-align: right;" | 1,220 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Zanb | style="text-align: center" |Page Template:Mono/styles.css has no content.339 | [[Template:ISO 15924/wp-article/format|Zanabazar Square (Zanabazarin Dörböljin Useg, Xewtee Dörböljin Bicig, Horizontal Square Script)]] | Script error: No such module "WikidataIB". | Zanabazar Square | style="text-align: right;" | 10.0 | style="text-align: right;" | 72 | Ancient/historic | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Zinh | style="text-align: center" |Page Template:Mono/styles.css has no content.994 | [[Template:ISO 15924/wp-article/format|Code for inherited script]] | Script error: No such module "WikidataIB". | Inherited | style="text-align: right;" | | style="text-align: right;" | 684 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Zmth | style="text-align: center" |Page Template:Mono/styles.css has no content.995 | [[Template:ISO 15924/wp-article/format|Mathematical notation]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not a 'script' in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Zsye | style="text-align: center" |Page Template:Mono/styles.css has no content.993 | [[Template:ISO 15924/wp-article/format|Symbols (emoji variant)]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not a 'script' in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Zsym | style="text-align: center" |Page Template:Mono/styles.css has no content.996 | [[Template:ISO 15924/wp-article/format|Symbols]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not a 'script' in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Zxxx | style="text-align: center" |Page Template:Mono/styles.css has no content.997 | [[Template:ISO 15924/wp-article/format|Code for unwritten documents]] | Script error: No such module "WikidataIB". | colspan="4" style="margin: 0; text-indent: -1em; padding-left: 1em;" | — Not a 'script' in Unicode | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Zyyy | style="text-align: center" |Page Template:Mono/styles.css has no content.998 | [[Template:ISO 15924/wp-article/format|Code for undetermined script]] | Script error: No such module "WikidataIB". | Common | style="text-align: right;" | | style="text-align: right;" | 9,123 | | Template:ISO 15924/unicode-chapter |- | Page Template:Mono/styles.css has no content.Zzzz | style="text-align: center" |Page Template:Mono/styles.css has no content.999 | [[Template:ISO 15924/wp-article/format|Code for uncoded script]] | Script error: No such module "WikidataIB". | Unknown | style="text-align: right;" | | style="text-align: right;" | 954,246 | In Unicode: All other code points | Template:ISO 15924/unicode-chapter
|- class="sortbottom" | colspan="9" | Notes
- ^ ISO 15924 publications As of 24 April 2025[update]
- ^ ISO 15924 Normative text file As of 24 April 2025[update]
- ^ ISO 15924 Changes (including Aliases for Unicode; as of 24 April 2025[update])
- ^ Unicode version Template:Unicode version
- ^ Page Module:Citation/CS1/styles.css has no content."Unicode 17.0 Character Code Charts".
- ^ Unicode uses the "Property Value Alias" (Alias) as the script-name. These Alias names are part of Unicode and are published informatively next to ISO 15924. An alias script name may be used in a character name:
Palm, Palmyrene → Page Template:Mono/styles.css has no content.U+10860 𐡠 Script error: No such module "Unicode data".. - ^ In Unicode, the Phoenician script is intended for the representation of text in Paleo-Hebrew, Archaic Phoenician, Phoenician, Early Aramaic, Late Phoenician cursive, Phoenician papyri, Siloam Hebrew, Hebrew seals, Ammonite, Moabite, and Punic.[v]
|- class="sortbottom" | colspan="9" | References
Page Template:Reflist/styles.css has no content.
- ^ a b c d e f g h i j Page Module:Citation/CS1/styles.css has no content."SEI List of Scripts Not Yet Encoded". Unicode Consortium. March 2023. Retrieved 2023-09-25.
- ^ Page Module:Citation/CS1/styles.css has no content."Unicode Pipeline § Code Points Provisionally Assigned for Mature Proposals". Unicode Consortium. 2023-09-12. Retrieved 2023-09-25.
- ^ Page Module:Citation/CS1/styles.css has no content.Michael Everson (1997-09-18). "Proposal to encode Klingon in Plane 1 of ISO/IEC 10646-2". Archived from the original on 2024-02-13.
- ^ Page Module:Citation/CS1/styles.css has no content.The Unicode Consortium (2001-08-14). "Approved Minutes of the UTC 87 / L2 184 Joint Meeting".
- ^ Page Module:Citation/CS1/styles.css has no content."Middle East-II, Ancient Scripts". The Unicode Consortium. Retrieved 2025-09-21.
|}
Normalization properties
Decompositions, decomposition type, canonical combining class, composition exclusions, and more.
Page Module:Message box/ambox.css has no content.
This section needs expansion. You can help by Template:Protected page maintenance message. (March 2022) |
Age
Age is the version of the standard in which the code point was first designated. The version number is shortened to the numbering major.minor', although there more detailed version numbers are used: versions 4.0.0 and 4.0.1 both are named 4.0 as Age. Given the releases, Age can be from the range: 1.1, 2.0, 2.1, 3.0, 3.1, 3.2, 4.0, 4.1, 5.0, 5.1, 5.2, 6.0, 6.1, 6.2, 6.3, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 12.1, 13.0, 14.0, 15.0, 15.1, 16.0 and 17.0.[25] The long values for Age begin in a V and use an underscore instead of a dot: V1_1, for example.[2] Codepoints without a specifically assigned age value have the value "NA", with the long form "Unassigned".
Deprecated
Once a character has been defined, it will not be removed or reassigned.[26] However, a character may be deprecated, meaning its "use is strongly discouraged".[27] As of Unicode version Template:Unicode version, the following fifteen characters are deprecated:[28]
| Deprecated characters in Unicode | ||||
|---|---|---|---|---|
| Codepoint | Character name | Recommended alternative | Remarks | |
| U+0149 | LATIN SMALL LETTER N PRECEDED BY APOSTROPHE | U+02BC U+006E | ʼn | |
| U+0673 | ARABIC LETTER ALEF WITH WAVY HAMZA BELOW | U+0627 U+065F | اٟ | |
| U+0F77 | TIBETAN VOWEL SIGN VOCALIC RR | U+0FB2 U+0F81[a] | ྲཱྀ | |
| U+0F79 | TIBETAN VOWEL SIGN VOCALIC LL | U+0FB3 U+0F81[a] | ླཱྀ | |
| U+17A3 | KHMER INDEPENDENT VOWEL QAQ | U+17A2 | អ | |
| U+17A4 | KHMER INDEPENDENT VOWEL QAA | U+17A2 U+17B6 | អា | |
| U+206A | INHIBIT SYMMETRIC SWAPPING | None[b] | ||
| U+206B | ACTIVATE SYMMETRIC SWAPPING | None[b] | ||
| U+206C | INHIBIT ARABIC FORM SHAPING | None[b] | ||
| U+206D | ACTIVATE ARABIC FORM SHAPING | None[b] | ||
| U+206E | NATIONAL DIGIT SHAPES | None[b] | ||
| U+206F | NOMINAL DIGIT SHAPES | None[b] | ||
| U+2329 | LEFT-POINTING ANGLE BRACKET | U+3008[c] | 〈 | Page Template:Mono/styles.css has no content.U+27E8 ⟨ Script error: No such module "Unicode data". is recommended for mathematical and other technical use |
| U+232A | RIGHT-POINTING ANGLE BRACKET | U+3009[c] | 〉 | Page Template:Mono/styles.css has no content.U+27E9 ⟩ Script error: No such module "Unicode data". is recommended for mathematical and other technical use |
| U+E0001 | LANGUAGE TAG | None[d] | ||
Page Template:Reflist/styles.css has no content.
| ||||
Boundaries
The Unicode Standard specifies the following boundary-related properties:
- Grapheme cluster
- Word
- Line
- Sentence
Page Module:Message box/ambox.css has no content.
This section needs expansion. You can help by Template:Protected page maintenance message. (January 2025) |
Alias name
Script error: No such module "Labelled list hatnote".Unicode can assign alias names to code points. These names are unique over all names (including regular ones), so they can be used as identifier. There are five possible reasons to add an alias:
- 1. Abbreviation
- Commonly occurring abbreviations or acronyms for control codes, format characters, spaces, and variation selectors.
- For example, Page Template:Mono/styles.css has no content.U+00A0 Script error: No such module "Unicode data". has alias Page Template:Smallcaps/styles.css has no content.NBSP. Sometimes presented in a box: Template:Unicode alias/abbrbox.
- 2. Control
- ISO 6429 names for C0 and C1 control functions and similar commonly occurring names, are added as an alias to the character.
- For example, Page Template:Mono/styles.css has no content.U+0008 <control-0008> has the alias Page Template:Smallcaps/styles.css has no content.BACKSPACE.
- 3. Correction
- This is a correction for a "serious problem" in the primary character name, usually an error.
- For example, Page Template:Mono/styles.css has no content.U+2118 ℘ Script error: No such module "Unicode data". is actually a lowercase p, and so is given alias name Page Template:Smallcaps/styles.css has no content.WEIERSTRASS ELLIPTIC FUNCTION: "actually this has the form of a lowercase calligraphic p, despite its name, and through the alias the correct spelling is added." In descriptions, with preceding symbol ※.
- 4. Alternate
- A widely used alternate name for a character.
- Example: Page Template:Mono/styles.css has no content.U+FEFF Script error: No such module "Unicode data". has the alternate alias Page Template:Smallcaps/styles.css has no content.BYTE ORDER MARK.
- 5. Figment
- Several documented labels for C1 control code points which were never actually approved in any standard (figment meaning "feigned, in fiction").
- For example, Page Template:Mono/styles.css has no content.U+0099 <control-0099> has the figment alias Page Template:Smallcaps/styles.css has no content.SINGLE GRAPHIC CHARACTER INTRODUCER. This name is an architectural concept from early drafts of ISO/IEC 10646-1, but it was never approved or standardized.
External links
- Unicode Character Database, annex #44, explaining the different properties
- UnicodeData.txt – a list of all Unicode characters, with their properties
References
- ^ a b c d e Page Module:Citation/CS1/styles.css has no content."The Unicode Standard, Chapter 4: Character Properties". The Unicode Consortium. September 2025. Retrieved 2025-09-21.
- ^ a b c Page Module:Citation/CS1/styles.css has no content."Unicode Standard Annex #44: Unicode Character Database". Unicode. 2024-08-27.
- ^ Page Module:Citation/CS1/styles.css has no content."Unicode Standard Annex #44: Unicode Character Database, 4.2.3 Code Point Ranges". Unicode. 2024-08-27.
- ^ UnicodeData.txt
- ^ Page Module:Citation/CS1/styles.css has no content."UCD: Name Aliases". Unicode Character Database. Unicode Consortium. 2024-04-24.
- ^ Page Module:Citation/CS1/styles.css has no content."Character design standards – space characters". Character design standards. Microsoft. 1998–1999. Archived from the original on March 14, 2010. Retrieved 2009-05-18.
- ^ The Unicode Standard 5.0, printed edition, p. 205; also available at Page Module:Citation/CS1/styles.css has no content."Chapter 6 — Writing Systems and Punctuation" (PDF). The Unicode Standard 5.0, electronic edition. Unicode Consortium. 2006-07-14. p. 11 (205). Retrieved 2022-12-22.
- ^ Page Module:Citation/CS1/styles.css has no content."General Punctuation" (PDF). The Unicode Standard 5.1. Unicode Inc. 1991–2008. Retrieved 2009-05-13.
- ^ Page Module:Citation/CS1/styles.css has no content.Sargent, Murray III (2006-08-29). "Unicode Nearly Plain Text Encoding of Mathematics (Version 2)". Unicode Technical Note #28. Unicode Inc. pp. 19–20. Retrieved 2009-05-19.
- ^ Page Module:Citation/CS1/styles.css has no content.Gillam, Richard (2002). Unicode Demystified: A Practical Programmer's Guide to the Encoding Standard. Addison-Wesley. ISBN 0-201-70052-2.
- ^ a b Page Module:Citation/CS1/styles.css has no content.Hickson, Ian. "12.5 Named character references". HTML Standard. WHATWG.
- ^ Page Module:Citation/CS1/styles.css has no content.Wolfram. "\[NegativeThickSpace]". Wolfram Language Documentation.
- ^ Page Module:Citation/CS1/styles.css has no content.Wolfram. "\[NegativeMediumSpace]". Wolfram Language Documentation.
- ^ Page Module:Citation/CS1/styles.css has no content.Wolfram. "\[NegativeThinSpace]". Wolfram Language Documentation.
- ^ Page Module:Citation/CS1/styles.css has no content.Wolfram. "\[NegativeVeryThinSpace]". Wolfram Language Documentation.
- ^ Script error: No such module "template wrapper".
- ^ Script error: No such module "template wrapper".
- ^ Page Module:Citation/CS1/styles.css has no content."Unicode Standard Annex #44, Unicode Character Database".
- ^ Page Module:Citation/CS1/styles.css has no content."Unicode Character Database: Special Casing Data". 2024-05-10.
- ^ Page Module:Citation/CS1/styles.css has no content."Ideograph (or ideogram)". Unicode Glossary. Retrieved 2025-09-19.
- ^ Page Module:Citation/CS1/styles.css has no content."Alphabetic Property". Unicode Character Database. Retrieved 2025-09-19.
- ^ Page Module:Citation/CS1/styles.css has no content."Noncharacter Code Point". Unicode Glossary. Retrieved 2025-09-19.
- ^ a b Page Module:Citation/CS1/styles.css has no content."Unicode Standard Annex #9: Unicode Bidirectional Algorithm". The Unicode Standard. 2024-09-02.
- ^ Page Module:Citation/CS1/styles.css has no content."Unicode Standard Annex #24: Unicode Script Property". The Unicode Standard. 2024-07-31.
- ^ Page Module:Citation/CS1/styles.css has no content."UCD: Derived Age". Unicode Character Database. Unicode Consortium. 2025-07-30.
- ^ Page Module:Citation/CS1/styles.css has no content."Unicode Character Encoding Stability Policies". Unicode. Unicode Consortium. 2024-01-09. Retrieved 2024-01-13.
Once a character is encoded, it will not be moved or removed.
- ^ Page Module:Citation/CS1/styles.css has no content."The Unicode Standard, D13 Deprecated character". 2025. Retrieved 2025-09-21.
- ^ Page Module:Citation/CS1/styles.css has no content."PropList.txt". Unicode. Unicode Consortium. 2025-06-30. Retrieved 2025-09-21.
- ^ Page Module:Citation/CS1/styles.css has no content."Chapter 23.3: Deprecated Format Characters". 2025. Retrieved 2025-09-11.
- ^ Page Module:Citation/CS1/styles.css has no content."23.9: Tag Characters, Deprecated Use for Language Tagging". 2025. Retrieved 2025-09-11.
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.