ARABIC LETTER LAM WITH SMALL V·U+06B5

ڵ

Character Information

Code Point
U+06B5
HEX
06B5
Unicode Plane
Basic Multilingual Plane
Category
Other Letter

Character Representations

Click elements to copy
EncodingHexBinary
UTF8
DA B5
11011010 10110101
UTF16 (big Endian)
06 B5
00000110 10110101
UTF16 (little Endian)
B5 06
10110101 00000110
UTF32 (big Endian)
00 00 06 B5
00000000 00000000 00000110 10110101
UTF32 (little Endian)
B5 06 00 00
10110101 00000110 00000000 00000000
HTML Entity
ڵ
URI Encoded
%DA%B5

Description

U+06B5 is the Unicode code point for Arabic Letter Lam with Small V (لام محکكة). In digital text, this character serves as a fundamental building block of the Arabic script, which is one of the most widely spoken languages in the world. The Arabic script is an abjad, meaning it primarily consists of consonant letters and does not indicate vowels or short vocalization marks. However, U+06B5, as part of the Arabic script, carries a specific cultural, linguistic, and technical significance. Lam (ل) is one of the 28 basic letters in the Arabic alphabet. It has an initial form (ل), medial form (ل), and final form (ل). The character U+06B5 represents the Lam with a small v-shaped line (محکكة) on its right side, which indicates a specific pronunciation or grammatical case. In terms of linguistic context, this Arabic letter is used to write various Arabic dialects and languages, including Modern Standard Arabic, Levantine Arabic, Egyptian Arabic, and many others. The Arabic script's flexibility and expressive capabilities make it suitable for writing in diverse cultural settings across the Middle East, North Africa, and beyond. From a technical standpoint, U+06B5 is part of the Unicode Standard, which ensures consistent encoding and accurate representation of characters across different platforms, applications, and devices. This standardization plays an essential role in the global exchange and understanding of digital text, including Arabic text with the character U+06B5.

How to type the ڵ symbol on Windows

Hold Alt and type 1717 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+06B5. 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+06B5 to binary: 00000110 10110101. 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:
    11011010 10110101