Hebrew Letter Zayin With Dagesh Letter
זּ is the Hebrew letter Zayin with a dagesh, encoded at Unicode U+FB36.
U+FB36
The symbol זּ represents a specific Hebrew letter form: Zayin with dagesh. It’s commonly needed when copying exact Hebrew typography from documents or design files. This page helps you identify the character and reuse it safely in text and code.
Hebrew Letter Zayin With Dagesh Letter Meaning
Hebrew “Zayin with dagesh” is a letter form where the dagesh (a dot-like diacritic) is added to the letter Zayin. In Unicode, the character is encoded as a single symbol: HEBREW LETTER ZAYIN WITH DAGESH (U+FB36). Using the composed character helps preserve the intended glyph/typographic appearance when exact forms matter, such as in copied text, editorial layouts, or UI strings that must match a reference. If you’re mixing fonts or building web content, using the correct Unicode character can reduce rendering inconsistencies compared with approximations.
Common uses
- •Copying exact Hebrew text from PDFs, books, or website content into your own documents
- •Typography work where the precise Hebrew letter form must match a reference glyph
- •Preparing UI labels or form text that requires exact Unicode characters
- •Creating multilingual content where you need consistent Hebrew letter rendering
- •Using the character in templates, style guides, or content tooling that preserves exact text
Examples
זּ Hebrew Letter Zayin with Dagesh
- זּזּ (copy/paste test)
- זּה־זּד appears in some typographic samples
- זּInsert: זּ into the Hebrew string
- זּExample glyph: זּ
- זּUse U+FB36 for זּ in code
Variations
Technical codes
| Unicode | U+FB36 | |
| HTML Entity | זּ | |
| HTML Code | זּ | |
| CSS | \FB36 |
FAQ
What does the Hebrew Letter Zayin With Dagesh letter mean?
Hebrew “Zayin with dagesh” is a letter form where the dagesh (a dot-like diacritic) is added to the letter Zayin. In Unicode, the character is encoded as a single symbol: HEBREW LETTER ZAYIN WITH DAGESH (U+FB36). Using the composed character helps preserve the intended glyph/typographic appearance when exact forms matter, such as in copied text, editorial layouts, or UI strings that must match a reference. If you’re mixing fonts or building web content, using the correct Unicode character can reduce rendering inconsistencies compared with approximations.
What Unicode codepoint is for זּ?
זּ is Unicode U+FB36 (HEBREW LETTER ZAYIN WITH DAGESH).
How do I copy the symbol into HTML?
You can copy the character directly, or use the HTML entity: זּ.
What’s the CSS escape for זּ?
CSS escape: \\FB36.
How do I represent זּ in JavaScript?
JavaScript escape: \\u{FB36}.