ARABIC LETTER FARSI YEH WITH INVERTED V·U+063D

ؽ

Character Information

Code Point
U+063D
HEX
063D
Unicode Plane
Basic Multilingual Plane
Category
Other Letter

Character Representations

Click elements to copy
EncodingHexBinary
UTF8
D8 BD
11011000 10111101
UTF16 (big Endian)
06 3D
00000110 00111101
UTF16 (little Endian)
3D 06
00111101 00000110
UTF32 (big Endian)
00 00 06 3D
00000000 00000000 00000110 00111101
UTF32 (little Endian)
3D 06 00 00
00111101 00000110 00000000 00000000
HTML Entity
ؽ
URI Encoded
%D8%BD

Description

U+063D ARABIC LETTER FARSI YEH WITH INVERTED V is a unique character within the Unicode standard, representing an essential element in digital text for the Persian (Farsi) language. As a member of the Arabic script family, this character plays a vital role in written communication, contributing to the richness and complexity of the Farsi alphabet. This letter specifically features an inverted V shape, which distinguishes it from other similar characters within the Arabic script system. In the Persian language, ARABIC LETTER FARSI YEH WITH INVERTED V (U+063D) is utilized to convey various phonetic and semantic meanings, depending on its position within a word or sentence. The cultural significance of this character extends beyond linguistic functionality, as it reflects the historical evolution and development of the Arabic script in Persian literature, calligraphy, and typography. Technically speaking, ARABIC LETTER FARSI YEH WITH INVERTED V (U+063D) is encoded using a Unicode code point, enabling seamless integration and display across various digital platforms and devices. This ensures accurate representation of the character in diverse contexts, such as web pages, documents, and software applications that support Arabic script languages. In summary, U+063D ARABIC LETTER FARSI YEH WITH INVERTED V holds a significant position within the Persian language and digital text systems. Its cultural, linguistic, and technical contexts highlight the importance of Unicode standards in facilitating accurate representation and communication across different languages and platforms.

How to type the ؽ symbol on Windows

Hold Alt and type 1597 on the numpad. Or use Character Map.

  1. Step 1: Determine the UTF-8 encoding bit layout

    The character ؽ has the Unicode code point U+063D. In UTF-8, it is encoded using 2 bytes because its codepoint is in the range of 0x0080 to 0x07ff.

    Therefore we know that the UTF-8 encoding will be done over 11 bits within the final 16 bits and that it will have the format: 110xxxxx 10xxxxxx
    Where the x are the payload bits.

    UTF-8 Encoding bit layout by codepoint range
    Codepoint RangeBytesBit patternPayload length
    U+0000 - U+007F10xxxxxxx7 bits
    U+0080 - U+07FF2110xxxxx 10xxxxxx11 bits
    U+0800 - U+FFFF31110xxxx 10xxxxxx 10xxxxxx16 bits
    U+10000 - U+10FFFF411110xxx 10xxxxxx 10xxxxxx 10xxxxxx21 bits
  2. Step 2: Obtain the payload bits:

    Convert the hexadecimal code point U+063D to binary: 00000110 00111101. Those are the payload bits.

  3. 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:
    11011000 10111101