Uppercase Y hook (Ƴ) is the Unicode character at U+01B3 in Latin Extended-B. Official name: LATIN CAPITAL LETTER Y WITH HOOK — a capital Y with a hooked stem, used in some African orthographies and linguistics.
Remember
Character Ƴ
Unicode U+01B3
Hex entity Ƴ
Decimal Ƴ
CSS escape \01B3
Named entity (none)
Not the same Y · Ÿ · ƴ
Prefer Ƴ or Ƴ in HTML markup. You can also type Ƴ in UTF-8. There is no named entity. For the lowercase pair, use U+01B4 (ƴ).
Using Hex Code: Ƴ
Using HTML Code: Ƴ
Using CSS Entity: Ƴ
Typed directly: Ƴ
Not Y (plain capital Y)
How It Works
1. Hex:U+01B3 → Ƴ in HTML. The browser turns it into Ƴ.
2. Decimal: same code point as 435 → Ƴ. Same result as hex.
3. CSS: use \01B3 in content (not an HTML entity). #point::after appends that Ƴ after the paragraph text.
4. Typed / compare: paste Ƴ in UTF-8. Keep plain Y (U+0059) as a different letter.
5. No named entity: HTML5 does not define a name for U+01B3 — use numeric references or type the character.
Pitfalls & Tips
Common mistakes when working with U+01B3.
Named?
No named entity
HTML5 does not define a named entity for U+01B3. Use Ƴ or Ƴ.
vs Y
Not plain capital Y
Keyboard Y is U+0059. Use U+01B3 only when you need the hooked form.
Pair
Lowercase is U+01B4
Small letter ƴ has no named entity either — use ƴ or ƴ.
vs Ÿ
Not diaeresis Ÿ
Ÿ (U+0178, Ÿ) has two dots. Ƴ has a hook on the stem.
CSS vs HTML
Do not mix escapes
\01B3 belongs in CSS strings. Ƴ / Ƴ belong in HTML.
Fonts
Extended Latin coverage
Some UI fonts omit Latin Extended-B hook letters. Prefer a font with solid U+0180–U+024F coverage.
Compatibility
Browser Support
Uppercase Y hook (U+01B3) and its entity forms (Ƴ, Ƴ, CSS \\01B3) are supported in all mainstream browsers. Visible glyphs depend on Latin Extended-B font coverage.
✓ Universal support
Uppercase Y Hook (Ƴ)
Encode with 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+01B3 / entitiesFull support
Bottom line: Prefer Ƴ or Ƴ in HTML. Use \\01B3 only inside CSS content. There is no named entity. Do not confuse with plain Y or Ÿ.
Remember
Key Takeaways
Unicode: uppercase Y hook is U+01B3 (decimal 435) — glyph Ƴ.
HTML: use Ƴ or Ƴ — no named entity; typing Ƴ also works.
CSS: use \01B3 inside content for generated text.
Watch out:Ƴ ≠ plain Y ≠ ƴ ≠ Ÿ.
One line:U+01B3 → Ƴ / Ƴ / CSS \01B3.
Frequently Asked Questions
Use Ƴ (hex), Ƴ (decimal), type Ƴ directly in UTF-8, or the CSS escape \01B3 in content. There is no named HTML entity.
U+01B3 (LATIN CAPITAL LETTER Y WITH HOOK). Hex 01B3, decimal 435. It belongs to Latin Extended-B (U+0180–U+024F).
No. HTML5 does not define a named entity for this character. Use numeric forms Ƴ or Ƴ.
No. Ƴ is U+01B3 (Y with hook). Plain Y is U+0059. Ÿ is U+0178 (Ÿ, diaeresis).
Use it for orthographies and linguistics that need capital Y with a hook — not as a substitute for plain Y, Ÿ, Ý, or Ŷ.
HTML entities (Ƴ or Ƴ) go in markup. The CSS escape \01B3 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase Y hook (Ƴ) is Unicode U+01B3 (decimal 435) — LATIN CAPITAL LETTER Y WITH HOOK in Latin Extended-B. HTML5 has no named entity — use Ƴ or Ƴ. Its lowercase pair is U+01B4 (ƴ). Used in some African orthographies and linguistics. Do not confuse it with plain Y (U+0059) or diaeresis Ÿ (Ÿ).