HTML Entity for Yuan Character Hong Kong Taiwan (圓)
Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+5713
Definition
What Is Yuan Character Hong Kong Taiwan?
Yuan Character Hong Kong Taiwan (圓) is the Unicode character at U+5713 (CJK UNIFIED IDEOGRAPH-5713) — Traditional Chinese 圓. HTML5 has no named entity — use hex or decimal. Use it for Hong Kong and Taiwan prices and Traditional Chinese (zh-Hant) finance copy.
Remember
Character 圓
Unicode U+5713
Named entity (none)
Hex entity 圓
Decimal 圓
CSS escape \5713
Not the same 元 (China) · ¥ (¥) · 円 (Japan)
Hex, decimal, CSS, and a typed character all produce the same glyph: 圓. Prefer 圓 or 圓 in HTML markup. For Mainland/Simplified 元 see Yuan Character China; for the ¥ sign see Yen Sign.
¥ is ¥ (U+00A5). See Yen Sign. Use U+5713 for Traditional Chinese 圓.
Fonts
Need CJK font coverage
Some Latin-only fonts omit CJK ideographs. Prefer fonts that cover Traditional Chinese (zh-Hant).
CSS vs HTML
Do not mix escapes
\5713 belongs in CSS strings. 圓 / 圓 belong in HTML.
Encoding
Declare UTF-8
If you type 圓 directly, keep <meta charset="UTF-8"> so the file is not misread.
Compatibility
Browser Support
Yuan Character Hong Kong Taiwan (U+5713) and its entity forms (圓, 圓, CSS \\5713) are supported in all mainstream browsers when the page is UTF-8 and the font covers Traditional Chinese.
✓ Universal support
Yuan Character HK/TW (圓)
Encode with hex, decimal, CSS escape, or type the character — same Unicode code point everywhere. No named entity.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes*
U+5713Full support
Bottom line: Prefer 圓 in HTML text. Use 圓 as an equivalent, and \\5713 only inside CSS content. Glyph display depends on CJK font coverage.
Remember
Key Takeaways
Unicode: this character is U+5713 (decimal 22291) — glyph 圓.
HTML: prefer 圓 — also 圓. No named entity.
CSS: use \5713 inside content for generated text.
Watch out: 圓 ≠ 元 ≠ ¥.
One line:U+5713 → 圓 / 圓 / CSS \5713 (no named entity).
Frequently Asked Questions
Use 圓 (hex), 圓 (decimal), type 圓 directly in UTF-8, or the CSS escape \5713 in the content property. There is no named HTML entity. Prefer 圓 for readable markup.
U+5713 (CJK UNIFIED IDEOGRAPH-5713). Hex 5713, decimal 22291. It is the Traditional Chinese 圓 used in Hong Kong and Taiwan currency contexts.
No. HTML5 does not define a named form. Use numeric references 圓 or 圓, or type 圓 in UTF-8.
U+5713 is Traditional 圓 (HK/TW). U+5143 is 元 (often Mainland China). ¥ is ¥ (U+00A5), the yen/yuan currency sign — a different character.
Use it for Traditional Chinese (zh-Hant) prices and financial copy for Hong Kong or Taiwan. Prefer yuan-character-china (元) for Simplified/Mainland contexts, and ¥ for the ¥ symbol.
HTML entities (圓 or 圓) go in markup. The CSS escape \5713 is used in stylesheets (usually in the content property of ::before/::after). Prefer four hex digits in CSS.
🤔
Did you know?
Yuan character (Hong Kong/Taiwan) is Unicode U+5713 (decimal 22291) — glyph 圓 (CJK UNIFIED IDEOGRAPH-5713, Traditional Chinese 圓). HTML5 has no named entity — use 圓 or 圓. Do not confuse it with Simplified/Mainland 元U+5143, yen/yuan sign ¥ (¥), or Japanese yen character 円U+5186.