HTML Entity for Yen Yuan Character Variant Three (圜)
Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+571C
Definition
What Is Yen Yuan Character Variant Three?
Yen Yuan Character Variant Three (圜) is the CJK Unified Ideographs character at Unicode U+571C (CJK UNIFIED IDEOGRAPH-571C). It is the CJK character 圜, used in certain historical and typographic yuan-related contexts. HTML5 has no named entity.
Remember
Character 圜
Unicode U+571C
Named entity (none)
Hex entity 圜
Decimal 圜
CSS escape \571C
Not the same 圆 · 圎 · 元 · ¥
Prefer 圜 or 圜 in HTML markup. You can also type 圜 in UTF-8. There is no named entity. Related: variant one and variant two.
Using Hex Code: 圜
Using HTML Code: 圜
Using CSS Entity: 圜
圜
How It Works
1. Hex:U+571C → 圜 in HTML. Clearest numeric form when there is no named entity.
2. Decimal: same code point as 22300 → 圜. Same glyph as hex.
3. CSS: use \571C in content (not an HTML entity). #glyph::after appends that 圜 after the paragraph text.
4. Language:lang="zh" marks Chinese content so browsers and assistive tech treat the character correctly.
Pitfalls & Tips
Common mistakes when working with U+571C.
vs 圆 / 圎
Not the other variants
圆 is U+5706 and 圎 is U+570E. 圜 (U+571C) is a separate code point — pick the exact character you need.
vs 元
Not everyday yuan 元
Common Chinese prices usually use 元 (U+5143). Use 圜 only when that specific character is required.
vs ¥
Not the Latin yen sign
¥ (¥, U+00A5) is the currency symbol. It is not interchangeable with U+571C.
Named
No named entity
There is no named HTML entity for U+571C. Use hex or decimal. ¥ is only for U+00A5.
CSS vs HTML
Do not mix escapes
\571C belongs in CSS strings. 圜 / 圜 belong in HTML.
A11y
Mark Chinese text
Use lang="zh" (or a more specific tag) on Chinese phrases. Pair rare glyphs with nearby context when they stand alone.
Compatibility
Browser Support
Yen Yuan Character Variant Three (U+571C) and its entity forms (圜, 圜, CSS \\571C) are supported in all mainstream browsers. Visible glyphs depend on CJK font coverage.
✓ Universal support
Yen Yuan Variant Three (圜)
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+571CFull support
Bottom line: Prefer 圜 or 圜 in HTML. Use \\571C only inside CSS content. There is no named entity. Do not confuse with 圆, 圎, 元, or ¥.
Remember
Key Takeaways
Unicode: this character is U+571C (decimal 22300) — glyph 圜.
HTML: use 圜 or 圜 — no named entity; typing 圜 also works.
CSS: use \571C inside content for generated text.
Watch out:圜 ≠ 圆 ≠ 圎 ≠ 元 ≠ ¥.
One line:U+571C → 圜 / 圜 / CSS \571C (no named entity).
Frequently Asked Questions
Use 圜 (hex), 圜 (decimal), type 圜 directly in UTF-8, or the CSS escape \571C in content. There is no named HTML entity.
U+571C (CJK UNIFIED IDEOGRAPH-571C). Hex 571C, decimal 22300. It belongs to CJK Unified Ideographs (U+4E00–U+9FFF).
No. HTML5 does not define a named entity for this character. Use numeric forms 圜 or 圜. For the Latin currency symbol ¥, use ¥ (U+00A5).
No. 圜 is U+571C (圜). 圆 is U+5706, 圎 is U+570E, 元 is U+5143, and ¥ is U+00A5 (¥). Related CJK/currency forms, different code points.
Use it when you specifically need the CJK character 圜 — for example historical or specialized yuan-related typography. Prefer ¥ for the Latin currency symbol, and everyday yuan text often uses 元 (U+5143).
HTML entities (圜 or 圜) go in markup. The CSS escape \571C goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Yen Yuan Character Variant Three (圜) is Unicode U+571C (decimal 22300) — official name CJK UNIFIED IDEOGRAPH-571C in CJK Unified Ideographs. HTML5 has no named entity — use 圜 or 圜. It is the CJK character 圜, used in certain historical and typographic yuan-related contexts. Do not confuse it with 圆 (U+5706), 圎 (U+570E), 元 (U+5143), 円 (U+5186), or yen sign ¥ (¥).