Step 1: Determine the UTF-8 encoding bit layout
The character ⚌ has the Unicode code point U+268C. In UTF-8, it is encoded using 3 bytes because its codepoint is in the range of
0x0800
to0xffff
.
Therefore we know that the UTF-8 encoding will be done over 16 bits within the final 24 bits and that it will have the format:1110xxxx 10xxxxxx 10xxxxxx
Where thex
are the payload bits.UTF-8 Encoding bit layout by codepoint range Codepoint Range Bytes Bit pattern Payload length U+0000 - U+007F 1 0xxxxxxx 7 bits U+0080 - U+07FF 2 110xxxxx 10xxxxxx 11 bits U+0800 - U+FFFF 3 1110xxxx 10xxxxxx 10xxxxxx 16 bits U+10000 - U+10FFFF 4 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx 21 bits Step 2: Obtain the payload bits:
Convert the hexadecimal code point U+268C to binary:
00100110 10001100
. Those are the payload bits.Step 3: Fill in the bits to match the bit pattern:
Obtain the final bytes by arranging the paylod bits to match the bit layout:
11100010 10011010 10001100
DIGRAM FOR GREATER YANG·U+268C
Character Information
Character Representations
Click elements to copyEncoding | Hex | Binary |
---|---|---|
UTF8 | E2 9A 8C | 11100010 10011010 10001100 |
UTF16 (big Endian) | 26 8C | 00100110 10001100 |
UTF16 (little Endian) | 8C 26 | 10001100 00100110 |
UTF32 (big Endian) | 00 00 26 8C | 00000000 00000000 00100110 10001100 |
UTF32 (little Endian) | 8C 26 00 00 | 10001100 00100110 00000000 00000000 |
Description
U+268C, or DIGRAM FOR GREATER YANG, is a unique character in the Unicode standard that holds significance in the field of typography and digital text representation. This character is particularly noteworthy for its cultural, linguistic, and technical contexts. In Chinese culture, the concept of yin and yang is deeply rooted and symbolizes the balance between positive and negative forces. The Greater Yang symbol, represented by U+268C, is often used to denote the dominant force in a situation, emphasizing strength and positivity. The character's role in digital text lies in its capacity to convey this concept through typography, enabling users to include yin-yang symbolism in their work without resorting to images or emoji. This makes it indispensable for those working with Chinese typography or looking to incorporate yin-yang imagery into their designs in a textual format. In terms of technical context, U+268C is part of the CJK Unified Ideographs extension in the Unicode standard, which includes characters from various scripts and languages within the Chinese writing system. This extension facilitates accurate representation and communication of these characters across different digital platforms, ensuring that their intended meaning is preserved. Overall, U+268C, or DIGRAM FOR GREATER YANG, is a vital character in the Unicode standard, playing a crucial role in representing the balance between positive and negative forces as understood in Chinese culture and typography. Its inclusion in digital text allows for the accurate representation of this concept across various platforms and devices, enriching the diversity of communication through textual symbols.
How to type the ⚌ symbol on Windows
Hold Alt and type 9868 on the numpad. Or use Character Map.