Georgian Letter He Letter
ჱ is the Georgian letter HE, used in the Georgian writing system.
U+10F1
ჱ is a Georgian script character with the Unicode code point U+10F1. You can copy it directly or use the provided escape forms in HTML, CSS, and JavaScript.
Georgian Letter He Letter Meaning
ჱ (Unicode U+10F1) is the Georgian letter HE. It belongs to the Georgian writing system, where letters represent sounds used in Georgian words. On the web, you’ll commonly handle it as plain text (for copy/paste), or as a Unicode character via escapes depending on your toolchain. If you’re building UI, icons, or typography examples, use the exact character to avoid font or encoding mismatches. For developers, the character is also available as an HTML entity (ჱ), with CSS escape (\\10F1) and JavaScript escape (\\u{10F1}).
Common uses
- •Writing or proofreading Georgian text in documents and editors
- •Labeling UI elements where Georgian language content must appear correctly
- •Creating multilingual typography examples and font specimen text
- •Using the character in language-learning materials or flashcards
- •Programming localized strings that must match Unicode exactly
Examples
ჱ Georgian Letter He
- ჱჱ — ქართული ტექსტი
- ჱეს არის ჱ ასო.
- ჱგთხოვთ გამოიყენოთ ჱ სწორად.
- ჱსიტყვაში შედის ჱ.
- ჱტექსტის მაგალითი: ჱ
Technical codes
| Unicode | U+10F1 | |
| HTML Entity | ჱ | |
| HTML Code | ჱ | |
| CSS | \10F1 |
FAQ
What does the Georgian Letter He letter mean?
ჱ (Unicode U+10F1) is the Georgian letter HE. It belongs to the Georgian writing system, where letters represent sounds used in Georgian words. On the web, you’ll commonly handle it as plain text (for copy/paste), or as a Unicode character via escapes depending on your toolchain. If you’re building UI, icons, or typography examples, use the exact character to avoid font or encoding mismatches. For developers, the character is also available as an HTML entity (ჱ), with CSS escape (\\10F1) and JavaScript escape (\\u{10F1}).
What Unicode character is ჱ?
ჱ is the Georgian Letter HE with Unicode code point U+10F1.
How do I use ჱ in HTML?
You can use the HTML entity ჱ or paste the character directly in UTF-8 content.
How do I type ჱ in CSS?
Use the CSS escape \\10F1 (for example, in generated content or scripts that emit CSS escapes).
How do I include ჱ in JavaScript?
Use the JavaScript escape \\u{10F1} in a string literal.