Unicode Technical Report (UTR)
Informational documents published by the Unicode Consortium covering specific topics like security mechanisms (UTR#39), text segmentation (UTR#29), and line breaking (UTR#14).
What is a Unicode Technical Report (UTR)?
A Unicode Technical Report (UTR) is an informative document published by the Unicode Consortium that provides guidance, analysis, data, or algorithms related to Unicode text processing. UTRs are not normative — they do not define requirements that implementations must follow to be conformant — but they carry significant authority as the Consortium's official technical recommendations and are widely implemented across platforms and programming languages.
UTRs are numbered sequentially and cover topics ranging from security vulnerabilities to text layout algorithms. They are distinct from the Unicode Standard itself and from Unicode Standard Annexes.
Key UTRs
UTR #39 — Unicode Security Mechanisms
Perhaps the most security-critical Unicode document, UTR #39 defines algorithms and data for detecting potentially dangerous uses of Unicode in identifiers and text. It introduces the concepts of confusables, mixed-script detection, and identifier profiles. The associated data files (confusables.txt, intentional.txt) are used by browsers, programming language parsers, and security tools worldwide.
UTR #36 — Unicode Security Considerations A companion to UTR #39, this report catalogs the full range of security problems that arise from Unicode's complexity: visual spoofing, delimiter confusion, canonicalization attacks, overlong encodings (historical UTF-8 issue), and more. Essential reading for anyone building security-sensitive systems that process Unicode text.
UTR #29 — Unicode Text Segmentation (now a UAX) Originally a Technical Report, UTR #29 defined rules for finding grapheme cluster, word, and sentence boundaries. It has since been promoted to a Unicode Standard Annex (UAX #29), reflecting its normative status. Its history as a UTR illustrates the lifecycle: TR → promoted to UAX as implementations matured.
UTR #14 — Unicode Line Breaking Algorithm (now a UAX) Similarly, the line breaking algorithm — defining where text may be broken across lines — began as UTR #14 and was promoted to UAX #14 as it became essential infrastructure.
UTR #50 — Unicode Vertical Text Layout Defines the Vertical_Orientation property used by CSS writing-mode and other vertical layout implementations for East Asian text.
How UTRs Differ from UAXes
| Aspect | UTR | UAX |
|---|---|---|
| Normative status | Informative only | Normative (part of the Standard) |
| Conformance | Not required | May be required |
| Publication | Standalone document | Integral to Unicode version releases |
| Lifecycle | May be superseded, withdrawn, or promoted | Updated with each Unicode version |
UTRs often serve as the research and development stage for features that may eventually become normative UAXes. When the community achieves consensus on an algorithm or property, it may be promoted to a UAX and bundled with the Unicode Standard release.
Finding UTRs
All current UTRs are published at https://www.unicode.org/reports/ alongside UAXes and Unicode Technical Standards (UTSes). Each document lists its current status, revision history, and whether it has been superseded.
Quick Facts
| Property | Value |
|---|---|
| Normative status | Informative (not required for conformance) |
| Naming convention | UTR #N (e.g., UTR #39) |
| Key security UTR | UTR #39 — Unicode Security Mechanisms |
| Key security data | confusables.txt, intentional.txt |
| Publication URL | unicode.org/reports/ |
| Lifecycle | May be promoted to UAX or withdrawn |
| Related document types | UAX (normative), UTS (standard), UTS (data) |
相关术语
Unicode 标准 中的更多内容
中日韩——Unicode中统一汉字区块及相关文字系统的统称,CJK统一表意文字包含20,992个以上字符。
The process of mapping Chinese, Japanese, and Korean ideographs that share a …
The individual consonant and vowel components (jamo) of the Korean Hangul writing …
与Unicode同步的国际标准(ISO/IEC 10646),定义相同的字符集和码位,但不包含Unicode额外的算法和属性。
为每种书写系统中的每个字符分配唯一编号(码位)的通用字符编码标准,16.0版本包含154,998个已分配字符。
Normative or informative documents that are integral parts of the Unicode Standard. …
定义所有Unicode字符属性的机器可读数据文件集合,包括UnicodeData.txt、Blocks.txt、Scripts.txt等。
除代理码位(U+D800–U+DFFF)之外的所有码位,是可表示实际字符的有效值集合,共1,112,064个。
Unicode标准的主要版本,每次发布均新增字符、文字系统和功能,当前版本为Unicode 16.0(2025年9月)。
保证字符一旦分配,其码位和名称永不更改的策略。属性可以精化,但分配是永久性的。