Using Hex Code: ⚊
Using HTML Code: ⚊
Using CSS Entity: ⚊
Yijing: ⚊ Yang ⚋ Yin
How It Works
1. Hex:U+268A → ⚊ in HTML. The browser turns it into ⚊.
2. Decimal: same code point as 9866 → ⚊. Same result as hex.
3. CSS: use \268A in content (not an HTML entity). #point::after appends that ⚊ after the paragraph text.
4. Pairing: ⚊ is the yang line; pair it with ⚋ (Monogram Yin) for trigram diagrams — not with ☯.
Pitfalls & Tips
Common mistakes when working with Monogram Yang.
Named?
No named entity
HTML5 does not define a named entity for U+268A. Use numeric forms.
vs ☯
Not the taijitu
☯ (U+262F) is the Yin Yang circle. ⚊ is a single Yijing line symbol.
vs ⚋
Not Monogram Yin
⚋ is the broken yin line. ⚊ is the unbroken yang line. Pair them; do not swap them.
CSS vs HTML
Do not mix escapes
\268A belongs in CSS. ⚊ / ⚊ belong in HTML.
Encoding
Declare UTF-8
If you type ⚊ directly, keep <meta charset="UTF-8"> so the file is not misread.
Semicolon
End references
Always finish with ; — write ⚊, not ⚊.
Compatibility
Browser Support
Monogram Yang (U+268A) and its numeric entity forms (⚊, ⚊, CSS \\268A) are supported in all mainstream browsers with a Unicode-capable font that covers Yijing symbols.
✓ Universal support
Monogram Yang (⚊)
Type ⚊, or encode with hex, decimal, or CSS escape — same glyph everywhere fonts support it.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes*
U+268A / entitiesFull support
Bottom line: Type ⚊ for normal UTF-8 text. Prefer ⚊ or ⚊ when encoding must be explicit, and \\268A only inside CSS content.
Remember
Key Takeaways
Unicode: Monogram Yang is U+268A (decimal 9866).
HTML: use ⚊ or ⚊ — no named entity.
CSS: use \268A inside content for generated text.
Pair: use with ⚋ (yin); do not confuse with ☯ (taijitu).
One line:U+268A → type ⚊, or encode as ⚊ / ⚊ / CSS \268A.
Frequently Asked Questions
Use ⚊ (hex), ⚊ (decimal), or the CSS escape \268A in the content property. All render ⚊. There is no named HTML entity for U+268A.
U+268A (MONOGRAM FOR YANG). Hex 268A, decimal 9866. It belongs to the Yijing Hexagram Symbols block.
No. U+268A has no named HTML entity. Use numeric references like ⚊ or ⚊.
Use it for Yijing (I Ching) trigram/hexagram diagrams, educational yin-yang line notation, and Taoist philosophy pages that need the yang monogram.
HTML entities (⚊ or ⚊) go in markup. The CSS escape \268A is used in stylesheets (usually in the content property of ::before/::after). Both render ⚊.
No. Monogram Yang is ⚊ (U+268A), a Yijing line. Monogram Yin is ⚋ (U+268B). Yin Yang (taijitu) is ☯ (U+262F). Different symbols.
🤔
Did you know?
Monogram Yang is Unicode U+268A (decimal 9866) — MONOGRAM FOR YANG in Yijing Hexagram Symbols. It is the unbroken yang line used in I Ching trigrams. HTML5 has no named entity — use ⚊ or ⚊. Not the same as the taijitu Yin Yang symbol ☯ (U+262F).