Models (⊧) is the mathematical models / satisfaction symbol at Unicode U+22A7. HTML5 provides ⊧. In logic, M ⊧ φ means structure M satisfies formula φ.
Remember
Character ⊧
Unicode U+22A7
Named entity ⊧
Hex entity ⊧
Decimal ⊧
CSS escape \22A7
Named, hex, decimal, CSS, and a typed character all produce the same glyph: ⊧.
Using Named Entity: ⊧
Using Hex Code: ⊧
Using HTML Code: ⊧
Using CSS Entity: ⊧
Model theory: M ⊧ φ
How It Works
1. Named:⊧ is the clearest HTML form and renders ⊧.
2. Hex:U+22A7 → ⊧ in HTML. Same result as the named entity.
3. Decimal: same code point as 8871 → ⊧. Same result as hex and named.
4. CSS: use \22A7 in content (not an HTML entity). #point::after appends that ⊧ after the paragraph text.
Pitfalls & Tips
Common mistakes when working with Models.
Prefer
Use ⊧
The named form is clearer than numeric references and is defined in HTML5.
vs ⊩
Not Forces
⊩ is ⊩ (forces). ⊧ is ⊧ (satisfies). Related, not interchangeable.
Meaning
Logic, not 3D / MVC
This entity is a turnstile for model theory — not about 3D models or application data models.
CSS vs HTML
Do not mix escapes
\22A7 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 &models.
Compatibility
Browser Support
Models (U+22A7) and its entity forms (⊧, ⊧, ⊧, CSS \\22A7) are supported in all mainstream browsers with a Unicode-capable font.
✓ Universal support
Models (⊧)
Encode with named, hex, decimal, or CSS escape — or type ⊧ directly in UTF-8 HTML.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes*
U+22A7 / ⊧Full support
Bottom line: Prefer ⊧ in logic HTML. Use \\22A7 only inside CSS content.
Remember
Key Takeaways
Unicode: Models is U+22A7 (decimal 8871).
HTML: prefer ⊧.
CSS: use \22A7 inside content for generated text.
Lookalikes: not ⊩ (⊩) and not ⊢ (⊢).
One line:U+22A7 → prefer ⊧ (also ⊧ / CSS \22A7).
Frequently Asked Questions
Use ⊧ (named), ⊧ (hex), ⊧ (decimal), or the CSS escape \22A7 in the content property. All render ⊧. Prefer ⊧ in logic HTML.
U+22A7 (MODELS). Hex 22A7, decimal 8871. It belongs to the Mathematical Operators block.
Yes. HTML5 defines ⊧ for ⊧.
Use it in model theory and formal logic to write that a structure satisfies a formula — for example M ⊧ φ.
HTML entities (⊧, ⊧, or ⊧) go in markup. The CSS escape \22A7 is used in stylesheets (usually in the content property of ::before/::after). Both render ⊧.
No. Models is ⊧ (⊧, U+22A7). Forces is ⊩ (⊩, U+22A9). Right tack / proves is ⊢ (⊢, U+22A2). Related turnstiles, different meanings.
🤔
Did you know?
Models is Unicode U+22A7 (decimal 8871) — MODELS in Mathematical Operators. HTML5 provides ⊧. In logic it means a structure satisfies a formula (e.g. M ⊧ φ). It is not the Forces symbol ⊩ (⊩) and not about 3D or MVC “models.”