HTML Entity for Yen Yuan Character Variant Two (圎)
Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+570E
Definition
What Is Yen Yuan Character Variant Two?
Yen Yuan Character Variant Two (圎) is the CJK Unified Ideographs character at Unicode U+570E (CJK UNIFIED IDEOGRAPH-570E). It is the CJK character 圎, a yuan-related typographic variant. HTML5 has no named entity.
Remember
Character 圎
Unicode U+570E
Named entity (none)
Hex entity 圎
Decimal 圎
CSS escape \570E
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 three.
Using Hex Code: 圎
Using HTML Code: 圎
Using CSS Entity: 圎
圎
How It Works
1. Hex:U+570E → 圎 in HTML. Clearest numeric form when there is no named entity.
2. Decimal: same code point as 22286 → 圎. Same glyph as hex.
3. CSS: use \570E 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+570E.
vs 圆 / 圜
Not the other variants
圆 is U+5706 and 圜 is U+571C. 圎 (U+570E) 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+570E.
Named
No named entity
There is no named HTML entity for U+570E. Use hex or decimal. ¥ is only for U+00A5.
CSS vs HTML
Do not mix escapes
\570E 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 Two (U+570E) and its entity forms (圎, 圎, CSS \\570E) are supported in all mainstream browsers. Visible glyphs depend on CJK font coverage.
✓ Universal support
Yen Yuan Variant Two (圎)
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+570EFull support
Bottom line: Prefer 圎 or 圎 in HTML. Use \\570E only inside CSS content. There is no named entity. Do not confuse with 圆, 圜, 元, or ¥.
Remember
Key Takeaways
Unicode: this character is U+570E (decimal 22286) — glyph 圎.
HTML: use 圎 or 圎 — no named entity; typing 圎 also works.
CSS: use \570E inside content for generated text.
Watch out:圎 ≠ 圆 ≠ 圜 ≠ 元 ≠ ¥.
One line:U+570E → 圎 / 圎 / CSS \570E (no named entity).
Frequently Asked Questions
Use 圎 (hex), 圎 (decimal), type 圎 directly in UTF-8, or the CSS escape \570E in content. There is no named HTML entity.
U+570E (CJK UNIFIED IDEOGRAPH-570E). Hex 570E, decimal 22286. 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+570E (圎). 圆 is U+5706, 圜 is U+571C, 元 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 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 \570E goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Yen Yuan Character Variant Two (圎) is Unicode U+570E (decimal 22286) — official name CJK UNIFIED IDEOGRAPH-570E in CJK Unified Ideographs. HTML5 has no named entity — use 圎 or 圎. It is the CJK character 圎, a yuan-related typographic variant. Do not confuse it with 圆 (U+5706), 圜 (U+571C), 元 (U+5143), 円 (U+5186), or yen sign ¥ (¥).