Square yuan (㍐) is the Unicode character at U+3350 in CJK Compatibility. Official name: SQUARE YUAN. It is a squared (telegraph-style) form related to the Chinese yuan — not the everyday currency signs ¥ or 元.
Remember
Character ㍐
Unicode U+3350
Named entity (none)
Hex entity ㍐
Decimal ㍐
CSS escape \3350
Not the same ¥ · 元 · ¥
Prefer ㍐ or ㍐ in HTML markup. You can also type ㍐ in UTF-8. For ordinary yen/yuan currency display, use ¥ (¥) or 元 instead.
Using Hex Code: ㍐
Using HTML Code: ㍐
Using CSS Entity: ㍐
Typed directly: ㍐
Notation: Amount ㍐ 100
How It Works
1. Hex:U+3350 → ㍐ in HTML. Preferred numeric form when you need an entity.
2. Decimal: same code point as 13136 → ㍐. Same glyph as hex.
3. CSS: use \3350 in content (not an HTML entity). #point::after appends that ㍐ after the paragraph text.
4. Typed / notation: paste ㍐ in UTF-8, or write Amount ㍐ 100 for a short label.
5. No named entity: HTML5 does not define a name for U+3350 — use numeric references or type the character.
Pitfalls & Tips
Common mistakes when working with U+3350.
vs ¥
Not the yen sign
U+00A5 (¥, ¥) is the common currency sign. U+3350 is a CJK Compatibility squared form.
vs 元
Not the character 元
元 (U+5143) is the usual Chinese character for yuan. Do not treat ㍐ as a drop-in replacement.
Fonts
Needs CJK font coverage
Some Western UI fonts omit CJK Compatibility glyphs. Prefer a font stack that includes East Asian coverage if the glyph must always show.
Named
No named HTML entity
There is no &yuan; for U+3350. Use ㍐ or ㍐.
CSS vs HTML
Do not mix escapes
\3350 belongs in CSS strings. ㍐ / ㍐ belong in HTML.
A11y
Name the currency in text
Screen readers may not announce this rare glyph clearly. Prefer nearby words like “yuan” or “CNY” when money is the meaning.
Compatibility
Browser Support
Square yuan (U+3350) and its entity forms (㍐, ㍐, CSS \\3350) are supported in all mainstream browsers. Visible glyphs depend on CJK Compatibility font coverage.
✓ Universal support
Square Yuan (㍐)
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 ExplorerAll versions
Yes
U+3350 / entitiesFull support
Bottom line: Prefer ㍐ or ㍐ in HTML. Use \\3350 only inside CSS content. There is no named entity.
Remember
Key Takeaways
Unicode: square yuan is U+3350 (decimal 13136) — glyph ㍐.
HTML: no named entity — use ㍐ / ㍐ / type ㍐.
CSS: use \3350 inside content for generated text.
Meaning:㍐ is square yuan — not ¥ (¥), not 元.
One line:U+3350 → ㍐ / ㍐ / CSS \3350 (no named entity).
Frequently Asked Questions
Use ㍐ (hex), ㍐ (decimal), type ㍐ directly in UTF-8, or the CSS escape \3350 in content. There is no named HTML entity.
U+3350 (SQUARE YUAN). Hex 3350, decimal 13136. It belongs to CJK Compatibility (U+3300–U+33FF).
No. Use numeric references ㍐ or ㍐, or type ㍐ in UTF-8.
No. ㍐ is U+3350 (square yuan, a CJK Compatibility squared form). ¥ is U+00A5 (¥). 元 is U+5143 (the usual Chinese character for yuan).
Use it when you specifically need the squared CJK Compatibility glyph — not as a substitute for everyday yen/yuan currency display with ¥ or 元.
HTML entities (㍐ or ㍐) go in markup. The CSS escape \3350 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Square yuan is Unicode U+3350 (decimal 13136) — glyph ㍐ in CJK Compatibility (U+3300–U+33FF). Official name: SQUARE YUAN. HTML5 has no named entity — use ㍐ or ㍐. Do not confuse with yen sign U+00A5 (¥, ¥) or the Chinese character for yuan U+5143 (元).