free-symbols

Cherokee Small Letter Hu Letter

ꮁ is the Cherokee small letter Hu (U+AB81), used in writing Cherokee text in Unicode-capable environments.

U+AB81

ꮁ is a Unicode character from the Cherokee script. It is identified as the Cherokee small letter Hu. Use it anywhere your font and platform support Cherokee characters.

Cherokee Small Letter Hu Letter Meaning

ꮁ (Cherokee small letter Hu) is a Cherokee-script character used when writing Cherokee text in its lowercase form. As with other characters in Unicode, its practical meaning is primarily linguistic: it represents a specific letter in the Cherokee writing system. In everyday use, you’ll encounter ꮁ in digital Cherokee text, searchable strings, and properly encoded documents. When copying, the main things to get right are the exact character (U+AB81) and the encoding method you use in code (HTML entity, CSS escape, or JavaScript escape). If a font doesn’t support it, you may see a blank box or a fallback glyph.

Common uses

  • Copying and pasting Cherokee text in editors, CMS tools, and chat
  • Rendering Cherokee words correctly in websites and web apps
  • Including the character in plain-text documents and language resources
  • Using Unicode escapes in programming to avoid encoding issues
  • Building searchable datasets for Cherokee script content

Examples

ꮁ Cherokee Small Letter Hu

  • Ꮳ ꮁ Ꭿ Ꮝ Ꮟ
  • Ꮹꮁ ᏩᏥ ᏧᏍᏗ
  • ᎠᏂꮁ ᏗᏩᏥ
  • ꮁ ᎬᏂᏍᏗ ᏂᏗ
  • Cherokee: ꮁ (U+AB81)

Variations

Technical codes

UnicodeU+AB81
HTML Entityꮁ
HTML Codeꮁ
CSS\AB81

FAQ

What does the Cherokee Small Letter Hu letter mean?

ꮁ (Cherokee small letter Hu) is a Cherokee-script character used when writing Cherokee text in its lowercase form. As with other characters in Unicode, its practical meaning is primarily linguistic: it represents a specific letter in the Cherokee writing system. In everyday use, you’ll encounter ꮁ in digital Cherokee text, searchable strings, and properly encoded documents. When copying, the main things to get right are the exact character (U+AB81) and the encoding method you use in code (HTML entity, CSS escape, or JavaScript escape). If a font doesn’t support it, you may see a blank box or a fallback glyph.

What is the Unicode code point for ꮁ?

ꮁ is U+AB81.

How can I copy ꮁ safely into HTML?

You can use the HTML entity: ꮁ.

What CSS escape should I use for ꮁ?

Use \\AB81 in CSS (as provided by this character’s CSS escape).

How do I type ꮁ in JavaScript?

Use the JavaScript escape: \\u{AB81}.