Uppercase U horn (Ư) is the Unicode character at U+01AF in Latin Extended-B. Official name: LATIN CAPITAL LETTER U WITH HORN — a capital U with a horn (móc) on the right, used especially in Vietnamese.
Remember
Character Ư
Unicode U+01AF
Named entity &Uhorn; (capital U)
Hex entity Ư
Decimal Ư
CSS escape \01AF
Not the same ư · Ơ · U
Prefer &Uhorn; in HTML markup — the capital U in the name matters. Numeric forms and typing Ư in UTF-8 also work. For the lowercase letter, use &uhorn; (ư).
Ơ (&Ohorn;) is O with horn. Ư is U with horn — both appear in Vietnamese, but they are different letters.
vs U
Not plain capital U
Keyboard U is U+0055. Use U+01AF when Vietnamese orthography needs the horned form.
Encoding
Keep UTF-8 declared
Latin Extended-B letters display reliably with <meta charset="UTF-8">. Prefer named entities when the source file encoding is uncertain.
CSS vs HTML
Do not mix escapes
\01AF belongs in CSS strings. &Uhorn; / Ư / Ư belong in HTML.
A11y
Use real language context
When Ư appears in Vietnamese words, keep surrounding text and lang="vi" so screen readers get useful context.
Compatibility
Browser Support
Uppercase U horn (U+01AF) and its entity forms (&Uhorn;, Ư, Ư, CSS \\01AF) are supported in all mainstream browsers. Visible glyphs depend on Latin Extended-B font coverage.
✓ Universal support
Uppercase U Horn (Ư)
Encode with named, hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes
U+01AF / &Uhorn;Full support
Bottom line: Prefer &Uhorn; (capital U) in HTML. Use \\01AF only inside CSS content. Do not confuse with &uhorn; (ư), O horn Ơ, or plain U.
Remember
Key Takeaways
Unicode: uppercase U horn is U+01AF (decimal 431) — glyph Ư.
HTML: prefer &Uhorn; (capital U) — also Ư / Ư.
CSS: use \01AF inside content for generated text.
Meaning:Ư is capital U horn — not ư (&uhorn;), not Ơ (O horn), not plain U.
Use &Uhorn; (named), Ư (hex), Ư (decimal), type Ư directly in UTF-8, or the CSS escape \01AF in content. Prefer &Uhorn; in normal HTML.
U+01AF (LATIN CAPITAL LETTER U WITH HORN). Hex 1AF, decimal 431. It belongs to Latin Extended-B (U+0180–U+024F).
Yes. Use &Uhorn; (capital U). Numeric forms Ư and Ư also work. Note: &uhorn; (lowercase) is a different letter (ư).
No. Ư is U+01AF (&Uhorn;, capital horn). ư is U+01B0 (&uhorn;). Ơ is U+01A0 (&Ohorn;, O with horn).
Use it for Vietnamese and other orthographies that need Ư — not as a substitute for Ơ or plain U.
HTML entities (&Uhorn;, Ư, or Ư) go in markup. The CSS escape \01AF goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase U horn is Unicode U+01AF (decimal 431) — glyph Ư in Latin Extended-B (U+0180–U+024F). HTML5 names it &Uhorn; (capital U). Official name: LATIN CAPITAL LETTER U WITH HORN. Lowercase is &uhorn; (ư, U+01B0). Essential in Vietnamese orthography. Do not confuse with O horn Ơ (&Ohorn;) or plain U.