Uppercase R Latin Long Leg (Ʀ) is the Unicode character at U+01A6 (LATIN LETTER YR) in Latin Extended-B. It is a single letter related to a historical yr digraph form — not ordinary capital R.
Remember
Character Ʀ
Unicode U+01A6
Hex entity Ʀ
Decimal Ʀ
CSS escape \01A6
Named entity (none)
Official name LATIN LETTER YR
Also called R with long leg (informal)
Using Hex Code: Ʀ
Using HTML Code: Ʀ
Using CSS Entity: Ʀ
Typed directly: Ʀ
Compare: R Ʀ ʀ
How It Works
1. Hex:U+01A6 → Ʀ in HTML. The browser turns it into the glyph.
2. Decimal: same code point as 422 → Ʀ. Same result as hex.
3. CSS: use \01A6 in content (not an HTML entity). #point::after appends that glyph after the paragraph text.
4. Compare: plain R, YR letter Ʀ, and IPA small capital ʀ are three different characters.
Pitfalls & Tips
Common mistakes when working with this character.
Named?
No named entity
HTML5 does not define a named entity for U+01A6. Use numeric forms.
Look-alikes
Not plain R or IPA ʀ
U+01A6 is LATIN LETTER YR. Do not substitute plain R (U+0052) or IPA small capital ʀ (U+0280).
Name
Official name is YR
Unicode calls it LATIN LETTER YR. “R latin long leg” is an informal site label for the same glyph.
Fonts
Check Extended-B coverage
Some fonts omit U+01A6. Prefer fonts with good Latin Extended-B support.
CSS vs HTML
Do not mix escapes
\01A6 belongs in CSS. Ʀ / Ʀ belong in HTML.
Semicolon
End references
Always finish with ; — write Ʀ, not Ʀ.
Compatibility
Browser Support
Uppercase R Latin Long Leg / LATIN LETTER YR (U+01A6) and its numeric entity forms (Ʀ, Ʀ, CSS \\01A6) are supported in all mainstream browsers. Glyph shape depends on Latin Extended-B font coverage.
✓ Universal support
Uppercase R Latin Long Leg
Encode with hex, decimal, or CSS escape — or paste the character in UTF-8 HTML.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+01A6 / entitiesFull support
Bottom line: Use Ʀ or Ʀ for the Unicode glyph, and \\01A6 only inside CSS content. Prefer fonts with Latin Extended-B support.
Remember
Key Takeaways
Unicode: this character is U+01A6 (decimal 422) — LATIN LETTER YR.
HTML: use Ʀ or Ʀ — there is no named entity.
Use Ʀ (hex), Ʀ (decimal), or the CSS escape \01A6 in the content property. All render U+01A6. You can also paste the character directly when your file is UTF-8.
U+01A6 (hex 01A6, decimal 422). Unicode names it LATIN LETTER YR. It belongs to Latin Extended-B and appears in African orthographies and linguistic notation related to a yr digraph form.
No. HTML5 does not define a named entity for this character. Use numeric references like Ʀ or Ʀ.
U+01A6 is LATIN LETTER YR (Ʀ). U+0052 is ordinary capital R. U+0280 is LATIN LETTER SMALL CAPITAL R (ʀ) used in IPA. They are different characters.
Use it when an orthography or linguistic source requires the YR letter specifically — not as a visual substitute for plain R or IPA small capital R.
HTML entities (Ʀ or Ʀ) go in markup. The CSS escape \01A6 is used in stylesheets (usually in the content property of ::before/::after). Both render the same glyph.
🤔
Did you know?
This character is Unicode U+01A6 (decimal 422) — official name LATIN LETTER YR in Latin Extended-B. HTML5 has no named entity. It is a single letter historically related to a yr digraph form, used in some African orthographies and linguistic notation. It is not the same as plain R (U+0052).