copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ٶ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ٶ
Overview
ٶ (ARABIC LETTER HIGH HAMZA WAW) is the Unicode character at code point U+0676. It belongs to the Arabic block, in the Other Letter (Lo) general category. Its script is Arab.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0676 | |
| decimal | 1654 | |
| htmldecimal | ٶ | |
| htmlhex | ٶ | |
| css | \0676 | |
| javascript | \u{676} | |
| python | \u0676 | |
| java | \u0676 | |
| go | \u0676 | |
| ruby | \u{676} | |
| rust | \u{676} | |
| ccpp | \u0676 | |
| urlencoded | %D9%B6 | |
| utf8bytes | d9 b6 | |
| utf16bebytes | 06 76 | |
| utf32bebytes | 00 00 06 76 |
How to Use
HTML:
ٶ
CSS:
content: "\0676"
JavaScript:
"\u{676}"
Python:
"\u0676"
Properties
Frequently Asked Questions
What is the ٶ character (ARABIC LETTER HIGH HAMZA WAW)?
ٶ (ARABIC LETTER HIGH HAMZA WAW) is the Unicode character U+0676.
What is the Unicode codepoint of ARABIC LETTER HIGH HAMZA WAW?
The ARABIC LETTER HIGH HAMZA WAW character (ٶ) has codepoint U+0676.
How do I type or copy ARABIC LETTER HIGH HAMZA WAW?
Copy ٶ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.