free-symbols
ؤ

Arabic Letter Waw With Hamza Above Letter

ؤ is the Arabic letter waw with hamza above, Unicode U+0624.

U+0624

ؤ (Arabic Letter Waw with Hamza Above) is a distinct Arabic character used in specific word spellings. On this page you can copy the symbol and find reliable Unicode and escape details for software use.

Arabic Letter Waw With Hamza Above Letter Meaning

ؤ is the Arabic letter “waw with hamza above.” It is encoded as Unicode U+0624 and may appear in writing where hamza is placed above the waw to represent a particular pronunciation/spelling pattern. In everyday usage, you’ll mostly encounter it inside Arabic words rather than as a standalone mark. For designers and developers, it’s important to treat it as a single character (not separate pieces like hamza plus waw), since fonts and text shaping depend on the correct code point. When entering or generating the character programmatically, using the provided Unicode code point (U+0624) ensures consistent results.

Common uses

  • Copying and pasting the exact Arabic letter into forms, comments, or messages
  • Displaying correct Arabic spelling in UI text, labels, and notifications
  • Using the correct Unicode character in web pages and content editors
  • Preparing Arabic content for publishing or localization workflows
  • Rendering the character accurately in applications that support Arabic text shaping

Examples

ؤ Arabic Letter Waw with Hamza Above

  • ؤ…ؤ… داخل الكلمة
  • ؤاستخدم ؤ في النص العربي الصحيح
  • ؤالرمز ؤ يظهر في بعض التهجئات
  • ؤانسخ ؤ كما هو بدون استبدال
  • ؤتأكد أن الترميز يدعم U+0624

Variations

Technical codes

UnicodeU+0624
HTML Entityؤ
HTML Codeؤ
CSS\0624

FAQ

What does the Arabic Letter Waw With Hamza Above letter mean?

ؤ is the Arabic letter “waw with hamza above.” It is encoded as Unicode U+0624 and may appear in writing where hamza is placed above the waw to represent a particular pronunciation/spelling pattern. In everyday usage, you’ll mostly encounter it inside Arabic words rather than as a standalone mark. For designers and developers, it’s important to treat it as a single character (not separate pieces like hamza plus waw), since fonts and text shaping depend on the correct code point. When entering or generating the character programmatically, using the provided Unicode code point (U+0624) ensures consistent results.

What is the Unicode code point for ؤ?

The Unicode code point for ؤ is U+0624.

How do I enter ؤ in HTML?

Use the HTML entity: ؤ.

Is ؤ made from separate hamza and waw characters?

No. ؤ is a single Arabic character (ARABIC LETTER WAW WITH HAMZA ABOVE), encoded as U+0624.

What escapes can I use in JavaScript?

You can use \\u{0624} in JavaScript.