Hebrew Letter Alef With Mapiq Letter
אּ is the Hebrew letter Alef with Mapiq (U+FB30), used to represent a specific Hebrew diacritic form.
U+FB30
The symbol “אּ” is Unicode U+FB30, named HEBREW LETTER ALEF WITH MAPIQ. It’s a single precomposed Hebrew character, commonly needed for accurate text rendering and typography.
Hebrew Letter Alef With Mapiq Letter Meaning
“אּ” (U+FB30) is the Unicode character named HEBREW LETTER ALEF WITH MAPIQ. It represents the Hebrew letter Alef combined with the Mapiq mark as a single precomposed character. In practice, you’ll use it when you need text that matches a particular Unicode encoding, such as copying from Hebrew sources, preparing documents for web or publishing, or ensuring consistent rendering in custom fonts. Because it is a specific code point, using this exact character can be important for search, sorting, and consistent display across systems that handle Hebrew characters precisely.
Common uses
- •Copy/paste Hebrew text that includes Alef with Mapiq as a single precomposed character
- •Typography and font testing for Hebrew letter forms using specific Unicode code points
- •Preparing multilingual web content where exact Unicode characters must match source text
- •Building search-ready datasets or dictionaries that require exact Hebrew character encoding
- •Correctly displaying imported Hebrew text from documents, CMS, or text editors
Examples
אּ Hebrew Letter Alef with Mapiq
- אּאּ
- אּשלום אּ
- אּכתוב: אּ
- אּAlef מַפִּיק: אּ
- אּדוגמה לאּ בדף
Variations
Technical codes
| Unicode | U+FB30 | |
| HTML Entity | אּ | |
| HTML Code | אּ | |
| CSS | \FB30 |
FAQ
What does the Hebrew Letter Alef With Mapiq letter mean?
“אּ” (U+FB30) is the Unicode character named HEBREW LETTER ALEF WITH MAPIQ. It represents the Hebrew letter Alef combined with the Mapiq mark as a single precomposed character. In practice, you’ll use it when you need text that matches a particular Unicode encoding, such as copying from Hebrew sources, preparing documents for web or publishing, or ensuring consistent rendering in custom fonts. Because it is a specific code point, using this exact character can be important for search, sorting, and consistent display across systems that handle Hebrew characters precisely.
What is the Unicode code point for “אּ”?
It is U+FB30 (HEBREW LETTER ALEF WITH MAPIQ).
How can I copy “אּ” into HTML?
Use the HTML entity: אּ
What is the CSS escape for this character?
Use \\FB30.
How do I represent it in JavaScript?
Use the code point escape: \\u{FB30}.