About Arabic Letter Heh With Inverted V
Arabic Letter Heh With Inverted V is the Unicode character ۿ at codepoint U+06FF in the Arabic block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Arabic Letter Heh With Inverted V
To use the Arabic Letter Heh With Inverted V symbol (ۿ) in HTML, insert the
entity ۿ directly into your markup. The decimal entity ۿ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\6FF';.
In JavaScript and TypeScript the escape '\u06FF' evaluates to ۿ. In Python source, write '\u06FF'.
The character encodes to DB BF as UTF-8 bytes and 06FF as UTF-16 code units. Its decimal codepoint is 1791.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.