free-symbols

Not Parallel To Symbol

The symbol ∦ means “not parallel to” and is commonly used in math and geometry notation.

U+2226

∦ is the Unicode “not parallel to” symbol (U+2226). It visually indicates that two lines or directions are not parallel. You can copy it from this page or use its HTML/CSS/Javascript escapes.

Not Parallel To Symbol Meaning

∦ (Unicode name: NOT PARALLEL TO, U+2226) is a mathematical comparison symbol used to state that two objects are not parallel. In geometry, it’s often written between line symbols or directional vectors to indicate they do not share the same direction. In diagrams and technical writing, it can also clarify that a relationship does not satisfy a parallelism condition. When formatting text, the best results come from using a Unicode-capable font and inserting the character directly, or using the provided HTML entity / CSS escape.

Common uses

  • Geometry proofs to indicate two lines are not parallel
  • Technical diagrams labeling non-parallel directions
  • Math notes comparing direction vectors or rays
  • Text formatting for worksheets and educational materials
  • Code documentation or UI labels indicating non-parallel constraints

Examples

∦ Not Parallel To

  • Line AB ∦ line CD
  • Vector u ∦ vector v
  • The rays are not parallel: r1 ∦ r2
  • In this figure, AB ∦ EF
  • Check: l1 ∦ l2 for non-parallel lines

Variations

Ready to copy

Technical codes

UnicodeU+2226
HTML Entity∦
HTML Code∦
CSS\2226

FAQ

What does the symbol ∦ mean?

∦ means “not parallel to,” indicating that two lines or directions are not parallel.

What is the Unicode code point for ∦?

The Unicode code point is U+2226.

How can I copy ∦ into HTML?

You can use the HTML entity: ∦.

How do I use ∦ in CSS or JavaScript?

CSS escape: \\2226. JavaScript escape: \\u{2226}.