U+2A3E "" Z Notation Relational Composition Unicode Character

Unicode Version 18.0

Source: Noto Sans Math Source: Browser Default

U+2A3E "" Z Notation Relational Composition is a mathematical symbol used primarily in the Z formal specification language to denote the composition of two binary relations. Specifically, it represents the relational composition operator, where for relations R and S, the composition R ⨾ S yields a new relation containing all pairs (x, z) such that there exists an intermediary y with (x, y) in R and (y, z) in S. This symbol is visually distinguished from the similar-looking semicolon by its larger size and central dot, and it plays a critical role in formally describing system behaviors, data flow, and state transitions in software and hardware specifications.

Encodings

HTML Decimal Encoding
⨾
HTML Hex Encoding
⨾
UTF-8 Encoding
0xE2 0xA8 0xBE
UTF-16 Encoding
0x2A3E
UTF-32 Encoding
0x00002A3E
C/C++/Java Escape
\u2a3e