free-symbols
ۭ

Arabic Small Low Meem Letter

ۭ (U+06ED) is the Arabic Small Low Meem, used as a small Arabic letter mark with a low placement.

U+06ED

ۭ is a Unicode Arabic character identified as ARABIC SMALL LOW MEEM (U+06ED). It’s commonly needed when you want accurate Arabic script shaping or specialized text formatting. Below you’ll find practical copy/paste options and developer escapes.

Arabic Small Low Meem Letter Meaning

ARABIC SMALL LOW MEEM (ۭ) is an Arabic letter form presented in a small size and placed low. As with many Arabic characters, its appearance and role depend on the surrounding script context and font support. People typically use it to reproduce specific Arabic spellings, typographic styles, or text found in documents and calligraphy where a small low “meem” form is required. For digital use, the main goal is correct encoding (U+06ED) so the character renders properly across systems that support Arabic glyphs.

Common uses

  • Copying exact Arabic text from documents, books, or web pages that include this specific character
  • Correcting or matching Arabic typography in design layouts (e.g., captions or titles with precise glyph forms)
  • Programming content that must preserve Unicode-accurate Arabic spellings and formatting
  • Creating or editing Arabic-styled text in publishing or document tools where the low meem form appears
  • Building multilingual strings where the exact Unicode character must be retained for consistency

Examples

ۭ Arabic Small Low Meem

  • ۭهذا نص يحتوي على الحرف ۭ كما ورد في المصدر.
  • ۭعند النسخ من المستند، تأكد أن يبقى ۭ دون تغيير.
  • ۭأحتاج إلى إدراج ۭ في الكلمة لإظهار الشكل الصحيح.
  • ۭتحقق من الترميز حتى يظهر ۭ بشكل صحيح في المتصفح.
  • ۭتم تعديل التصميم لإبقاء ۭ بالحجم والموقع المناسبين.

Variations

Technical codes

UnicodeU+06ED
HTML Entityۭ
HTML Codeۭ
CSS\06ED

FAQ

What does the Arabic Small Low Meem letter mean?

ARABIC SMALL LOW MEEM (ۭ) is an Arabic letter form presented in a small size and placed low. As with many Arabic characters, its appearance and role depend on the surrounding script context and font support. People typically use it to reproduce specific Arabic spellings, typographic styles, or text found in documents and calligraphy where a small low “meem” form is required. For digital use, the main goal is correct encoding (U+06ED) so the character renders properly across systems that support Arabic glyphs.

What Unicode character is ۭ?

ۭ is ARABIC SMALL LOW MEEM with code point U+06ED.

How can I copy ۭ reliably?

Copy the character directly from this page (it is the exact Unicode symbol). For development, use the provided escapes like \\u{06ED} or U+06ED.

Will ۭ look the same on every device?

Not always. Arabic glyph rendering depends on the font and shaping support installed on the device.

How do I embed ۭ in HTML or JavaScript?

HTML: ۭ . JavaScript: \\u{06ED} . CSS escape: \\06ED.